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 2, 2024
1 parent 03b626d commit 9cccb28
Show file tree
Hide file tree
Showing 4 changed files with 47 additions and 111 deletions.
152 changes: 44 additions & 108 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ stat_common = {path = "../common", version = "1.1.4"}
sysinfo = "0.30.7"
tokio = {version = "1", features = ["full"]}
tokio-rustls = { version = "0.26" }
tonic = {version = "0.11", features = ["tls", "tls-webpki-roots", "gzip"]}
tonic = {version = "0.12", features = ["tls", "tls-webpki-roots", "gzip"]}
tower = { version = "0.4" }
webpki-roots = "0.26"
url = "2.5.0"
Expand Down
2 changes: 1 addition & 1 deletion common/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ repository = "https://github.com/zdz/ServerStatus-Rust"
bytes = {version = "1", features = ["serde"]}
prost = "0.12"
serde = {version = "1.0", default-features = false, features = ["derive", "alloc"]}
tonic = {version = "0.11", features = ["tls"]}
tonic = {version = "0.12", features = ["tls"]}

[target.'cfg(not(target_env = "msvc"))'.build-dependencies]
chrono = "0.4"
Expand Down
2 changes: 1 addition & 1 deletion server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ stat_common = {path = "../common", version = "1.1.4"}
tokio = {version = "1", features = ["full"]}
tokio-rustls = { version = "0.26" }
toml = "0.8"
tonic = {version = "0.11", features = ["tls", "tls-webpki-roots", "gzip"]}
tonic = {version = "0.12", features = ["tls", "tls-webpki-roots", "gzip"]}
tower-http = { version = "0.5", features = ["cors", "add-extension"] }
url = "2.5.0"
uuid = {version = "1.7", default-features = false, features = ["serde", "v4"]}
Expand Down

0 comments on commit 9cccb28

Please sign in to comment.