summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-06-10 15:24:13 +0000
committerGitHub <[email protected]>2024-06-10 15:24:13 +0000
commit7b052e2826022d77a5f1fe42e1bd944d30c24c4a (patch)
tree02debc93a5c534a998bc2814c1163eea9f148ccf /Cargo.toml
parentf26d58ad9da427c624c89f98db478aa7dcadd97a (diff)
crates: bump url from 2.5.0 to 2.5.1 (#195)
Bumps [url](https://github.com/servo/rust-url) from 2.5.0 to 2.5.1. - [Release notes](https://github.com/servo/rust-url/releases) - [Commits](https://github.com/servo/rust-url/compare/v2.5.0...v2.5.1) --- 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 c07ebeb..bc4f18c 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.0", features = ["serde"] }
+url = { version = "2.5.1", features = ["serde"] }
uwurandom-rs = "1.1.0"
[lints.rust]