From f1bc900f02987a8cfe1271787c4e89659f441946 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Nov 2024 08:07:02 -0600 Subject: [PATCH] Bump url from 2.5.3 to 2.5.4 in /example (#66) 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- example/Cargo.lock | 4 ++-- example/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/example/Cargo.lock b/example/Cargo.lock index 48c7ed1..e57d4c4 100644 --- a/example/Cargo.lock +++ b/example/Cargo.lock @@ -845,9 +845,9 @@ checksum = "84a22b9f218b40614adcb3f4ff08b703773ad44fa9423e4e0d346d5db86e4ebc" [[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", diff --git a/example/Cargo.toml b/example/Cargo.toml index 995f3cb..4813099 100644 --- a/example/Cargo.toml +++ b/example/Cargo.toml @@ -17,7 +17,7 @@ axum-cloudflare-adapter = { path = "../adapter" } oneshot = "0.1.8" serde_json = "1.0.133" tower-service = "0.3.3" -url = "2.5.3" +url = "2.5.4" wasm-bindgen-futures = "0.4.43" worker = "^0.4.2"