From 56ff0e62ef857390fdd6a77aa64da83b7631fcf2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 13 Jan 2026 02:23:56 +0000 Subject: [PATCH] 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](https://github.com/servo/rust-url/compare/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] --- Cargo.lock | 6 +++--- graph/Cargo.toml | 2 +- node/Cargo.toml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index cae8894e939..cf26eb23bf1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3921,7 +3921,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4b0f83760fb341a774ed326568e19f5a863af4a952def8c39f9ab92fd95b88e5" dependencies = [ "equivalent", - "hashbrown 0.15.2", + "hashbrown 0.16.1", "serde", "serde_core", ] @@ -7553,9 +7553,9 @@ checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1" [[package]] name = "url" -version = "2.5.7" +version = "2.5.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "08bc136a29a3d1758e07a9cca267be308aeebf5cfd5a10f3f67ab2097683ef5b" +checksum = "ff67a8a4397373c3ef660812acab3268222035010ab8680ec4215f38ba3d0eed" dependencies = [ "form_urlencoded", "idna 1.1.0", diff --git a/graph/Cargo.toml b/graph/Cargo.toml index bf1d04d15e0..5460d50c9e6 100644 --- a/graph/Cargo.toml +++ b/graph/Cargo.toml @@ -68,7 +68,7 @@ tokio = { workspace = true} tokio-stream = { workspace = true } tokio-retry = { workspace = true } toml = "0.9.7" -url = "2.5.7" +url = "2.5.8" prometheus = "0.14.0" priority-queue = "2.7.0" tonic = { workspace = true } diff --git a/node/Cargo.toml b/node/Cargo.toml index 30d5788d8a1..6c87324031d 100644 --- a/node/Cargo.toml +++ b/node/Cargo.toml @@ -19,7 +19,7 @@ clap.workspace = true git-testament = "0.2" itertools = { workspace = true } lazy_static = "1.5.0" -url = "2.5.7" +url = "2.5.8" graph = { path = "../graph" } graph-core = { path = "../core" } graph-chain-ethereum = { path = "../chain/ethereum" }