From 808f2c24dbd9feb8d2bf849d260a15cff53ad425 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Sep 2025 05:09:06 +0000 Subject: [PATCH] Bump url from 2.5.0 to 2.5.2 Bumps [url](https://github.com/servo/rust-url) from 2.5.0 to 2.5.2. - [Release notes](https://github.com/servo/rust-url/releases) - [Commits](https://github.com/servo/rust-url/compare/v2.5.0...v2.5.2) --- updated-dependencies: - dependency-name: url dependency-version: 2.5.2 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 146608d..e674293 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,6 +1,6 @@ # This file is automatically @generated by Cargo. # It is not intended for manual editing. -version = 3 +version = 4 [[package]] name = "Inflector" @@ -5021,9 +5021,9 @@ checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a" [[package]] name = "url" -version = "2.5.0" +version = "2.5.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "31e6302e3bb753d46e83516cae55ae196fc0c309407cf11ab35cc51a4c2a4633" +checksum = "22784dbdf76fdde8af1aeda5622b546b422b6fc585325248a2bf9f5e41e94d6c" dependencies = [ "form_urlencoded", "idna 0.5.0", diff --git a/graph/Cargo.toml b/graph/Cargo.toml index 21f522d..0919429 100644 --- a/graph/Cargo.toml +++ b/graph/Cargo.toml @@ -68,7 +68,7 @@ tokio = { version = "1.35.1", features = [ tokio-stream = { version = "0.1.14", features = ["sync"] } tokio-retry = "0.3.0" toml = "0.8.8" -url = "2.5.0" +url = "2.5.2" prometheus = "0.13.3" priority-queue = "0.7.0" tonic = { workspace = true } diff --git a/node/Cargo.toml b/node/Cargo.toml index 6dace8c..de5cb57 100644 --- a/node/Cargo.toml +++ b/node/Cargo.toml @@ -19,7 +19,7 @@ git-testament = "0.2" graphql-parser = "0.4.0" futures = { version = "0.3.1", features = ["compat"] } lazy_static = "1.2.0" -url = "2.5.0" +url = "2.5.2" graph = { path = "../graph" } graph-core = { path = "../core" } graph-chain-arweave = { path = "../chain/arweave" }