Skip to content

Commit

Permalink
fix(deps): update rust crate router-bridge to v0.5.4+v2.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 30, 2023
1 parent 7a3d01e commit d115a60
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5192,9 +5192,9 @@ dependencies = [

[[package]]
name = "router-bridge"
version = "0.5.3+v2.5.3"
version = "0.5.4+v2.5.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "45db3eb6961669a47e611e25da5aabf767d81d0396ad0fb2efb7694587a84b01"
checksum = "82d3e1bfc37d92eab53edcd17d4290b5aa8fb95ab43d0408f5d9b56157a6d61c"
dependencies = [
"anyhow",
"async-channel",
Expand Down
2 changes: 1 addition & 1 deletion apollo-router/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ reqwest = { version = "0.11.19", default-features = false, features = [
"stream",
] }
# note: this dependency should _always_ be pinned, prefix the version with an `=`
router-bridge = "=0.5.3+v2.5.3"
router-bridge = "=0.5.4+v2.5.3"
rust-embed = "6.8.1"
rustls = "0.21.6"
rustls-pemfile = "1.0.3"
Expand Down

0 comments on commit d115a60

Please sign in to comment.