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 Feb 7, 2023
1 parent 0a1171c commit 6ee5601
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4216,9 +4216,9 @@ dependencies = [

[[package]]
name = "redis_cluster_async"
version = "0.7.0"
version = "0.7.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6b2bda8e41b4abd38386c64fe61e3c2dda2df8cf2768d0b3a47ce060336f0fe0"
checksum = "3ee1556d15936b948e248d5fce3b540c96194fbda59ef11d8fa7a48571fa5ddd"
dependencies = [
"crc16",
"futures",
Expand Down
4 changes: 2 additions & 2 deletions apollo-router/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ 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_cluster_async = "0.7.0"
redis_cluster_async = "0.7.2"
regex = "1.6.0"
reqwest = { version = "0.11.14", default-features = false, features = [
"rustls-tls",
Expand Down Expand Up @@ -238,7 +238,7 @@ tracing-subscriber = { version = "0.3", default-features = false, features = [
] }
tracing-test = "0.2.2"
walkdir = "2.3.2"
wiremock = "0.5.12"
wiremock = "0.5.17"

[build-dependencies]
tonic-build = "0.8.4"
Expand Down

0 comments on commit 6ee5601

Please sign in to comment.