From 8b96418edddcb827d0ae800565449dffe7233488 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Nov 2023 22:16:43 +0000 Subject: deps(crates): bump url from 2.4.1 to 2.5.0 Bumps [url](https://github.com/servo/rust-url) from 2.4.1 to 2.5.0. - [Release notes](https://github.com/servo/rust-url/releases) - [Commits](https://github.com/servo/rust-url/compare/v2.4.1...v2.5.0) --- updated-dependencies: - dependency-name: url dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 3ff2356..69ce46c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,4 +23,4 @@ reqwest = { version = "0.11.22", default-features = false, features = [ ] } serde = "1.0.193" tokio = { version = "1.33.0", features = ["macros", "rt-multi-thread"] } -url = { version = "2.4.1", features = ["serde"] } +url = { version = "2.5.0", features = ["serde"] } -- cgit v1.2.3