Skip to content

Commit 61500fb

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

File tree

3 files changed

+267
-9
lines changed

3 files changed

+267
-9
lines changed

Cargo.lock

+265-7
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

graph/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ tokio = { version = "1.38.0", features = [
7575
tokio-stream = { version = "0.1.15", features = ["sync"] }
7676
tokio-retry = "0.3.0"
7777
toml = "0.8.8"
78-
url = "2.5.2"
78+
url = "2.5.4"
7979
prometheus = "0.13.4"
8080
priority-queue = "2.0.3"
8181
tonic = { workspace = true }

node/Cargo.toml

+1-1
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.2"
22+
url = "2.5.4"
2323
graph = { path = "../graph" }
2424
graph-core = { path = "../core" }
2525
graph-chain-arweave = { path = "../chain/arweave" }

0 commit comments

Comments
 (0)