Skip to content

Commit

Permalink
fix(deps): update rust crate router-bridge to v0.4.2+v2.4.12
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 16, 2023
1 parent c16b64e commit ac4d137
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 @@ -5189,9 +5189,9 @@ dependencies = [

[[package]]
name = "router-bridge"
version = "0.4.0+v2.4.10"
version = "0.4.2+v2.4.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2ca7a000e3c4e1f6539581443354403f50d9a85b22c9a9a5572be0cf581c25df"
checksum = "030347b97e9e11111c6ca994f06ac2b739c00bb70fda5094134a51e587a0a4c4"
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.18", default-features = false, features = [
"stream",
] }
# note: this dependency should _always_ be pinned, prefix the version with an `=`
router-bridge = "=0.4.0+v2.4.10"
router-bridge = "=0.4.2+v2.4.12"
rust-embed="6.8.1"
rustls = "0.20.8"
rustls-pemfile = "1.0.3"
Expand Down

0 comments on commit ac4d137

Please sign in to comment.