diff --git a/Cargo.lock b/Cargo.lock index 18cd2afe5..d0c886f9c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5131,9 +5131,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 bbb4d6d4b..06b02a2c5 100644 --- a/graph/Cargo.toml +++ b/graph/Cargo.toml @@ -54,7 +54,7 @@ tokio = { version = "1.35.1", features = ["time", "sync", "macros", "test-util", 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 0c8999ea0..3a0ae3a81 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" }