From 92b28d0e5940db0387218e8d7adc193c58d3d287 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 19 Jun 2024 12:10:47 +0000 Subject: [PATCH] Bump url from 2.5.0 to 2.5.2 in /example 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] --- 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 fc5a239..00bf88f 100644 --- a/example/Cargo.lock +++ b/example/Cargo.lock @@ -873,9 +873,9 @@ dependencies = [ [[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/example/Cargo.toml b/example/Cargo.toml index c43c0e4..703f9ca 100644 --- a/example/Cargo.toml +++ b/example/Cargo.toml @@ -17,7 +17,7 @@ axum-cloudflare-adapter = { path = "../adapter" } oneshot = "0.1.6" serde_json = "1.0.116" tower-service = "0.3.2" -url = "2.5.0" +url = "2.5.2" wasm-bindgen-futures = "0.4.34" worker = "^0.2.0"