Skip to content

Commit

Permalink
fix(deps): update cargo pre-1.0 packages
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jun 29, 2022
1 parent b98477e commit 41d1be2
Show file tree
Hide file tree
Showing 3 changed files with 142 additions and 21 deletions.
153 changes: 137 additions & 16 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 apollo-router/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ sys-info = "0.9.1"
thiserror = "1.0.31"
tokio = { version = "1.19.2", features = ["full"] }
tokio-util = { version = "0.7.3", features = ["net", "codec"] }
tonic = { version = "0.6.2", features = ["transport", "tls"] }
tonic = { version = "0.7.2", features = ["transport", "tls"] }
tower = { version = "0.4.13", features = ["full"] }
tower-http = { version = "0.3.4", features = ["trace", "cors", "compression-br", "compression-deflate", "compression-gzip", "decompression-br", "decompression-deflate", "decompression-gzip"] }
tower-service = "0.3.2"
Expand Down
8 changes: 4 additions & 4 deletions apollo-spaceport/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@ publish = false
bytes = "1.1.0"
clap = { version = "=3.1.18", default-features = false, features = ["std", "derive"] }
flate2 = "1.0.23"
prost = "0.9.0"
prost-types = "0.9.0"
prost = "0.10.4"
prost-types = "0.10.1"
reqwest = { version = "0.11.11", default_features = false, features = [
"rustls-tls",
"json",
] }
serde = {version = "1.0.137", features = ["derive"] }
sys-info = "0.9.1"
tonic = "0.6.2"
tonic = "0.7.2"
tokio = { version = "1.18.2", features = ["macros", "rt-multi-thread"] }
tokio-stream = { version = "0.1.9", features = ["net"] }
tracing = "0.1.34"
Expand All @@ -37,7 +37,7 @@ reqwest = { version = "0.11.11", default-features = false, features = [
"rustls-tls",
"blocking",
] }
tonic-build = "0.6.2"
tonic-build = "0.7.2"

[lib]
path = "src/lib.rs"
Expand Down

0 comments on commit 41d1be2

Please sign in to comment.