Skip to content

Commit

Permalink
fix(deps): update rust crate tonic to 0.12.3 [security]
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 2, 2024
1 parent 64f4807 commit 123fdef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ documentation = "https://docs.rs/crate/k8s-cri"
readme = "README.md"

[dependencies]
tonic = { version = "0.11"}
tonic = { version = "0.12.3"}
prost = "0.12"
serde = { version = "1.0", features = ["derive"] }

Expand Down

0 comments on commit 123fdef

Please sign in to comment.