From a6e8b64e909eed274d419538d9701315f8424f40 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Nov 2024 06:06:57 +0000 Subject: [PATCH] chore(deps): Bump url from 2.5.3 to 2.5.4 Bumps [url](https://github.com/servo/rust-url) from 2.5.3 to 2.5.4. - [Release notes](https://github.com/servo/rust-url/releases) - [Commits](https://github.com/servo/rust-url/compare/v2.5.3...v2.5.4) --- 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 +- image-rs/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 907e98636..5f4049f0b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -6975,9 +6975,9 @@ dependencies = [ [[package]] name = "url" -version = "2.5.3" +version = "2.5.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8d157f1b96d14500ffdc1f10ba712e780825526c03d9a49b4d0324b0d9113ada" +checksum = "32f8b686cadd1473f4bd0117a5d28d36b1ade384ea9b5069a1c40aefed7fda60" dependencies = [ "form_urlencoded", "idna 1.0.3", diff --git a/Cargo.toml b/Cargo.toml index 2744e5e66..0984d2235 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -63,6 +63,6 @@ tonic = "0.12" tonic-build = "0.12" ttrpc = "0.8.2" ttrpc-codegen = "0.4.2" -url = "2.5.3" +url = "2.5.4" uuid = "1" zeroize = "1.5.7" diff --git a/image-rs/Cargo.toml b/image-rs/Cargo.toml index af0c69e17..63d03e966 100644 --- a/image-rs/Cargo.toml +++ b/image-rs/Cargo.toml @@ -59,7 +59,7 @@ tokio.workspace = true tokio-util = "0.7.12" tonic = { workspace = true, optional = true } ttrpc = { workspace = true, features = ["async"], optional = true } -url = "2.5.3" +url = "2.5.4" walkdir = "2" xattr = "1" zstd = "0.13"