Skip to content

Commit

Permalink
fix(deps): update rust crate router-bridge to v0.5.4+v2.5.3 (#3581)
Browse files Browse the repository at this point in the history
[![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.5.3+v2.5.3` -> `=0.5.4+v2.5.3` |

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/apollographql/router).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNi40My4yIiwidXBkYXRlZEluVmVyIjoiMzYuNjguMSIsInRhcmdldEJyYW5jaCI6ImRldiJ9-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Geoffroy Couprie <[email protected]>
  • Loading branch information
2 people authored and garypen committed Sep 12, 2023
1 parent b215bbf commit 4201304
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 4201304

Please sign in to comment.