Skip to content

Commit feefbb3

Browse files
fix(deps): update rust crate router-bridge to 0.2.6+v2.4.7 (#3185)
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [router-bridge](https://www.apollographql.com/apollo-federation/) ([source](https://togithub.com/apollographql/federation)) | dependencies | patch | `0.2.5+v2.4.6` -> `0.2.6+v2.4.7` | Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 3674bfb commit feefbb3

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

Cargo.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4877,9 +4877,9 @@ dependencies = [
48774877

48784878
[[package]]
48794879
name = "router-bridge"
4880-
version = "0.2.5+v2.4.6"
4880+
version = "0.2.6+v2.4.7"
48814881
source = "registry+https://github.com/rust-lang/crates.io-index"
4882-
checksum = "1173fe0ee2c06cfd0fbcecc037fac9ac33b3e220e967f15ef970856f1127a482"
4882+
checksum = "bbcd2822ebb7b954f2444eb6691d1e4eb354cf276eb4f6dfbe59216819859623"
48834883
dependencies = [
48844884
"anyhow",
48854885
"async-channel",

apollo-router/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ reqwest = { version = "0.11.18", default-features = false, features = [
170170
"json",
171171
"stream",
172172
] }
173-
router-bridge = "0.2.5+v2.4.6"
173+
router-bridge = "0.2.6+v2.4.7"
174174
rust-embed="6.4.2"
175175
rustls = "0.20.8"
176176
rustls-pemfile = "1.0.2"

0 commit comments

Comments
 (0)