diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-11-27 22:16:43 +0000 |
|---|---|---|
| committer | seth <[email protected]> | 2023-11-27 22:18:38 +0000 |
| commit | 8b96418edddcb827d0ae800565449dffe7233488 (patch) | |
| tree | 5c1f904b2297c3edc594ab49bc6435a5f39e80b4 /Cargo.toml | |
| parent | 232c9569744e4fcc3e77f7ba6262c5a35e40da10 (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.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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"] } |
