Skip to content

Commit 56ff0e6

Browse files
build(deps): bump url from 2.5.7 to 2.5.8
Bumps [url](https://github.com/servo/rust-url) from 2.5.7 to 2.5.8. - [Release notes](https://github.com/servo/rust-url/releases) - [Commits](servo/rust-url@v2.5.7...v2.5.8) --- updated-dependencies: - dependency-name: url dependency-version: 2.5.8 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 7b02b32 commit 56ff0e6

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

Cargo.lock

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

graph/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ tokio = { workspace = true}
6868
tokio-stream = { workspace = true }
6969
tokio-retry = { workspace = true }
7070
toml = "0.9.7"
71-
url = "2.5.7"
71+
url = "2.5.8"
7272
prometheus = "0.14.0"
7373
priority-queue = "2.7.0"
7474
tonic = { workspace = true }

node/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ clap.workspace = true
1919
git-testament = "0.2"
2020
itertools = { workspace = true }
2121
lazy_static = "1.5.0"
22-
url = "2.5.7"
22+
url = "2.5.8"
2323
graph = { path = "../graph" }
2424
graph-core = { path = "../core" }
2525
graph-chain-ethereum = { path = "../chain/ethereum" }

0 commit comments

Comments
 (0)