From bbbeb790e87d9bba5a26ef453bb7b5666548fa45 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Oct 2024 20:51:10 +0000 Subject: [PATCH] chore(deps): 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-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- crates/ark-starknet/Cargo.toml | 2 +- crates/diri/Cargo.toml | 2 +- crates/solis/Cargo.toml | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ec9769785..7e0193e8a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -7448,9 +7448,9 @@ checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1" [[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", diff --git a/Cargo.toml b/Cargo.toml index be9fea7c0..413e8fa3b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -74,5 +74,5 @@ alloy-transport = { git = "https://github.com/alloy-rs/alloy", rev = "5a5f29eb7d [dev-dependencies] mockall = "0.12.1" -url = "2.3.1" +url = "2.5.2" starknet = "0.7.0" diff --git a/crates/ark-starknet/Cargo.toml b/crates/ark-starknet/Cargo.toml index 918f78096..736dd7f9b 100644 --- a/crates/ark-starknet/Cargo.toml +++ b/crates/ark-starknet/Cargo.toml @@ -12,7 +12,7 @@ tracing = { version = "0.1", features = ["log"] } tracing-subscriber = { version = "0.3", default-features = false, features = [ "fmt", ] } -url = "2.3.1" +url = "2.5.2" regex = "1.9.1" mockall = "0.12.1" num-bigint = "0.4.4" diff --git a/crates/diri/Cargo.toml b/crates/diri/Cargo.toml index f646625f2..6ccecd293 100644 --- a/crates/diri/Cargo.toml +++ b/crates/diri/Cargo.toml @@ -13,7 +13,7 @@ serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" # TODO: add more stuff to the workspace after merge. -url = "2.3.1" +url = "2.5.2" clap = { version = "4.3.19", features = ["derive", "env", "string"] } regex = "1.9.1" env_logger = "0.10.0" diff --git a/crates/solis/Cargo.toml b/crates/solis/Cargo.toml index b2079cd76..36287393d 100644 --- a/crates/solis/Cargo.toml +++ b/crates/solis/Cargo.toml @@ -33,7 +33,7 @@ starknet_api = "0.10.0" tokio = { version = "1.32.0", features = ["full"] } tracing-subscriber = { version = "0.3.16", features = ["env-filter", "json"] } tracing = "0.1.34" -url = { version = "2.4.0", features = ["serde"] } +url = { version = "2.5.2", features = ["serde"] } [dev-dependencies] assert_matches = "1.5.0"