Skip to content

Commit

Permalink
fix(deps): update rust crate tonic to 0.12 [security]
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 1, 2024
1 parent 73d363b commit 0515f82
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ tokio-stream = "0.1"
tauri = { version = "2.0.0-rc.10", features = ["tracing"] }
tauri-build = "2.0.0-rc.9"
tauri-plugin = "2.0.0-rc.9"
tonic = "0.10"
tonic = "0.12"
prost = "0.12"
prost-types = "0.12"
tokio = "1"
Expand Down
2 changes: 1 addition & 1 deletion crates/v1/crates/devtools/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ devtools-core = { path = "../../../devtools-core", version = "0.3.3" }
tauri = { version = "1.6.1", features = ["tracing"] }
tracing = "0.1"
tracing-subscriber = { version = "0.3", features = ["env-filter"] }
tonic = "0.10"
tonic = "0.12"
tokio = "1.36.0"
tonic-health = "0.10"
colored = "2.1"
Expand Down

0 comments on commit 0515f82

Please sign in to comment.