Skip to content

Commit

Permalink
fix(deps): update grpc packages
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 22, 2023
1 parent a94b889 commit 36f9804
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,8 @@ document-features = { version = "0.2", optional = true }
jsonwebtoken = { version = "9.1.0", optional = true }
openidconnect = { version = "3.4.0", optional = true }
pbjson-types = { version = "0.5.1", optional = true }
prost = { version = "0.11", optional = true }
prost-types = { version = "0.11", optional = true }
prost = { version = "0.12", optional = true }
prost-types = { version = "0.12", optional = true }
reqwest = { version = "0.11.22", features = ["json", "rustls-tls"], default-features = false, optional = true }
rocket = { version = "0.5.0-rc.3", optional = true }
serde = { version = "1.0", features = ["derive"], optional = true }
Expand All @@ -73,12 +73,12 @@ tokio = { version = "1", optional = true, features = [
"macros",
"rt-multi-thread",
] }
tonic = { version = "0.9", features = [
tonic = { version = "0.10", features = [
"tls",
"tls-roots",
"tls-roots-common",
], optional = true }
tonic-types = { version = "0.9", optional = true }
tonic-types = { version = "0.10", optional = true }

[dev-dependencies]
chrono = "0.4.31"
Expand Down

0 comments on commit 36f9804

Please sign in to comment.