Skip to content

Commit dc74b7b

Browse files
chore(deps)(deps): update prost requirement in /src-tauri
Updates the requirements on [prost](https://github.com/tokio-rs/prost) to permit the latest version. - [Release notes](https://github.com/tokio-rs/prost/releases) - [Changelog](https://github.com/tokio-rs/prost/blob/master/CHANGELOG.md) - [Commits](tokio-rs/prost@v0.13.0...v0.14.3) --- updated-dependencies: - dependency-name: prost dependency-version: 0.14.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 4edddb8 commit dc74b7b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src-tauri/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ serde_yaml = "0.9"
6565
# (bypasses the slow `maestro hierarchy` CLI invocation path when the
6666
# driver is kept alive by a background `maestro studio` process).
6767
tonic = { version = "0.12", default-features = false, features = ["codegen", "prost", "transport"] }
68-
prost = "0.13"
68+
prost = "0.14"
6969

7070
[target.'cfg(not(any(target_os = "android", target_os = "ios")))'.dependencies]
7171
# Native-only deps go here

0 commit comments

Comments
 (0)