Skip to content

Commit d290eba

Browse files
chore(deps): update rust crate reqwest-retry to 0.8.0 (#587)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [reqwest-retry](https://redirect.github.com/TrueLayer/reqwest-middleware) | workspace.dependencies | minor | `0.7.0` -> `0.8.0` | --- ### 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 was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/graphql-hive/router). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi4xOS45IiwidXBkYXRlZEluVmVyIjoiNDIuMTkuOSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIl19--> --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Arda TANRIKULU <ardatanrikulu@gmail.com>
1 parent 35e3d70 commit d290eba

File tree

4 files changed

+66
-14
lines changed

4 files changed

+66
-14
lines changed

.changeset/bump-dependencies.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
query-planner: patch
3+
executor: patch
4+
config: patch
5+
router: patch
6+
node-addon: patch
7+
---
8+
9+
Bump dependencies

Cargo.lock

Lines changed: 54 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jsonwebtoken = { version = "10.0.0", features = ["rust_crypto"] }
5656
ntex = { version = "2", features = ["tokio"] }
5757
reqwest = "0.12.23"
5858
retry-policies = "0.4.0"
59-
reqwest-retry = "0.7.0"
59+
reqwest-retry = "0.8.0"
6060
reqwest-middleware = "0.4.2"
61-
vrl = { version = "0.28.0", features = ["compiler", "parser", "value", "diagnostic", "stdlib", "core"] }
61+
vrl = { version = "0.28.1", features = ["compiler", "parser", "value", "diagnostic", "stdlib", "core"] }
6262
regex-automata = "0.4.10"

bin/router/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ regex-automata = { workspace = true }
4949

5050
mimalloc = { version = "0.1.48", features = ["v3"] }
5151
moka = { version = "0.12.10", features = ["future"] }
52-
hive-console-sdk = "0.2.0"
52+
hive-console-sdk = "0.2.1"
5353
ulid = "1.2.1"
5454
tokio-util = "0.7.16"
5555
cookie = "0.18.1"

0 commit comments

Comments
 (0)