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 committed Apr 14, 2022
1 parent 27ddac8 commit 420dbda
Show file tree
Hide file tree
Showing 5 changed files with 151 additions and 38 deletions.
173 changes: 143 additions & 30 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-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ lazy_static = "1.4.0"
lru = "0.7.5"
miette = { version = "4.2.1", features = ["fancy"] }
mockall = "0.11.0"
moka = { version = "0.7.2", features = ["future", "futures-util"] }
moka = { version = "0.8.2", features = ["future", "futures-util"] }
once_cell = "1.9.0"
opentelemetry = "0.17.0"
opentelemetry-http = "0.6.0"
Expand Down
4 changes: 2 additions & 2 deletions apollo-router/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ opentelemetry-zipkin = { version = "0.15.0", default-features = false, features
] }
opentelemetry-prometheus = "0.10.0"
prometheus = "0.13"
prost-types = "0.9.0"
prost-types = "0.10.1"
regex = "1.5.4"
reqwest = { version = "0.11.10", default-features = false, features = [
"rustls-tls",
Expand All @@ -83,7 +83,7 @@ static_assertions = "1.1.0"
thiserror = "1.0.30"
tokio = { version = "1.17.0", features = ["full"] }
tokio-util = { version = "0.7.1", features = ["net", "codec"] }
tonic = { version = "0.6.2", features = ["transport", "tls"] }
tonic = { version = "0.7.1", features = ["transport", "tls"] }
tower = { version = "0.4.12", features = ["full"] }
tower-http = { version = "0.2.5", features = ["trace", "cors"] }
tower-service = "0.3.1"
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,16 +12,16 @@ publish = false
bytes = "1.1.0"
clap = { version = "3.1.3", default-features = false, features = ["derive"] }
flate2 = "1.0.22"
prost = "0.9.0"
prost-types = "0.9.0"
prost = "0.10.1"
prost-types = "0.10.1"
reqwest = { version = "0.11.10", default_features = false, features = [
"rustls-tls",
"json",
] }
serde = { version = "1.0.136", features = ["derive"] }
serde_json = { version = "1.0.79" }
sys-info = "0.9.1"
tonic = "0.6.2"
tonic = "0.7.1"
tokio = { version = "1.17.0", features = ["macros", "rt-multi-thread"] }
tokio-stream = { version = "0.1.8", features = ["net"] }
tracing = "0.1.33"
Expand All @@ -38,7 +38,7 @@ reqwest = { version = "0.11.10", default-features = false, features = [
"rustls-tls",
"blocking",
] }
tonic-build = "0.6.2"
tonic-build = "0.7.0"

[lib]
path = "src/lib.rs"
Expand Down
2 changes: 1 addition & 1 deletion xtask/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,5 @@ tar = "0.4"
tempfile = "3"
which = "4"
walkdir = "2"
zip = { version = "0.5", default-features = false }
zip = { version = "0.6", default-features = false }
sha2 = "0.10"

0 comments on commit 420dbda

Please sign in to comment.