summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-11-27 22:16:43 +0000
committerseth <[email protected]>2023-11-27 22:18:38 +0000
commit8b96418edddcb827d0ae800565449dffe7233488 (patch)
tree5c1f904b2297c3edc594ab49bc6435a5f39e80b4 /Cargo.toml
parent232c9569744e4fcc3e77f7ba6262c5a35e40da10 (diff)
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] <[email protected]>
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
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"] }