summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-06-24 16:15:53 +0000
committerGitHub <[email protected]>2024-06-24 16:15:53 +0000
commit1795958839ccab1b571937597066066d82e42f9a (patch)
treecf587b9e46c4f28fe1b5ccd8a88e74fe51b09361 /Cargo.toml
parentc4d2bc8a6890e74066882d01e44b53d86a0655d5 (diff)
crates: bump url from 2.5.1 to 2.5.2 (#202)
Bumps [url](https://github.com/servo/rust-url) from 2.5.1 to 2.5.2. - [Release notes](https://github.com/servo/rust-url/releases) - [Commits](https://github.com/servo/rust-url/compare/v2.5.1...v2.5.2) --- updated-dependencies: - dependency-name: url dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
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 5d5ee21..14d5382 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -34,7 +34,7 @@ tokio = { version = "1.38.0", features = [
"rt-multi-thread",
"signal",
] }
-url = { version = "2.5.1", features = ["serde"] }
+url = { version = "2.5.2", features = ["serde"] }
uwurandom-rs = "1.1.0"
[lints.rust]