Skip to content

Commit f392d51

Browse files
dependabot[bot]lutter
authored andcommitted
build(deps): bump url from 2.5.4 to 2.5.7
Bumps [url](https://github.com/servo/rust-url) from 2.5.4 to 2.5.7. - [Release notes](https://github.com/servo/rust-url/releases) - [Commits](https://github.com/servo/rust-url/commits) --- updated-dependencies: - dependency-name: url dependency-version: 2.5.7 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent dbfa47e commit f392d51

File tree

3 files changed

+12
-11
lines changed

3 files changed

+12
-11
lines changed

Cargo.lock

Lines changed: 10 additions & 9 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
@@ -79,7 +79,7 @@ tokio = { version = "1.45.1", features = [
7979
tokio-stream = { version = "0.1.15", features = ["sync"] }
8080
tokio-retry = "0.3.0"
8181
toml = "0.8.15"
82-
url = "2.5.4"
82+
url = "2.5.7"
8383
prometheus = "0.14.0"
8484
priority-queue = "2.5.0"
8585
tonic = { workspace = true }

node/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ clap.workspace = true
2323
git-testament = "0.2"
2424
itertools = { workspace = true }
2525
lazy_static = "1.5.0"
26-
url = "2.5.4"
26+
url = "2.5.7"
2727
graph = { path = "../graph" }
2828
graph-core = { path = "../core" }
2929
graph-chain-ethereum = { path = "../chain/ethereum" }

0 commit comments

Comments
 (0)