Skip to content

Commit

Permalink
Update Rust crate tonic to 0.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored May 1, 2024
1 parent e9b58a2 commit a7a9921
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gouth/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ serde_json = { version = "1.0" }
attohttpc = { version = "0.17", default-features = false, features = ["compress", "tls-rustls", "form"] }
url = { version = "2.2" }
jsonwebtoken = { version = "7" }
tonic = { version = "0.4", default-features = false, optional = true }
tonic = { version = "0.11.0", default-features = false, optional = true }

[dev-dependencies]
lazy_static = "1.4"
Expand Down

0 comments on commit a7a9921

Please sign in to comment.