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 Jan 31, 2023
1 parent 718d83d commit a4f0fb6
Show file tree
Hide file tree
Showing 5 changed files with 145 additions and 42 deletions.
167 changes: 135 additions & 32 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-scaffold/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ clap = { version = "4.1.4", features = ["derive"] }
cargo-scaffold = { version = "0.8.7", default-features = false }
regex = "1"
str_inflector = "0.12.0"
toml = "0.5.11"
toml = "0.7.1"
[dev-dependencies]
tempfile = "3.3.0"
copy_dir = "0.1.2"
10 changes: 5 additions & 5 deletions apollo-router/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ async-trait = "0.1.63"
atty = "0.2.14"
axum = { version = "0.6.4", features = ["headers", "json", "original-uri"] }
backtrace = "0.3.67"
base64 = "0.20.0"
base64 = "0.21.0"
buildstructor = "0.5.1"
bytes = "1.3.0"
clap = { version = "4.1.4", default-features = false, features = [
Expand All @@ -79,7 +79,7 @@ directories = "4.0.1"
displaydoc = "0.2"
flate2 = "1.0.25"
futures = { version = "0.3.25", features = ["thread-pool"] }
graphql_client = "0.11.0"
graphql_client = "0.12.0"
hex = "0.4.3"
http = "0.2.8"
http-body = "0.4.5"
Expand All @@ -96,7 +96,7 @@ jsonwebtoken = "8.2.0"
lazy_static = "1.4.0"
libc = "0.2.139"
linkme = "0.3.7"
lru = "0.8.1"
lru = "0.9.0"
mediatype = "0.19.13"
mockall = "0.11.3"
miette = { version = "5.5.0", features = ["fancy"] }
Expand Down Expand Up @@ -151,7 +151,7 @@ prost-types = "0.11.6"
proteus = "0.5.0"
rand = "0.8.5"
rhai = { version = "1.12.0", features = ["sync", "serde", "internals"] }
redis = { version = "0.21.7", features = ["tokio-comp", "tls", "tokio-native-tls-comp"] }
redis = { version = "0.22.3", features = ["tokio-comp", "tls", "tokio-native-tls-comp"] }
redis_cluster_async = "0.7.0"
regex = "1.7.1"
reqwest = { version = "0.11.14", default-features = false, features = [
Expand All @@ -170,7 +170,7 @@ serde = { version = "1.0.152", features = ["derive", "rc"] }
serde_json_bytes = { version = "0.2.0", features = ["preserve_order"] }
serde_json = { version = "1.0.91", features = ["preserve_order"] }
serde_urlencoded = "0.7.1"
serde_yaml = "0.8.26"
serde_yaml = "0.9.17"
static_assertions = "1.1.0"
strum_macros = "0.24.3"
sys-info = "0.9.1"
Expand Down

0 comments on commit a4f0fb6

Please sign in to comment.