chore(deps): bump the cargo group with 2 updates

Bumps the cargo group with 2 updates: [serde](https://github.com/serde-rs/serde) and [url](https://github.com/servo/rust-url).


Updates `serde` from 1.0.192 to 1.0.193
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](https://github.com/serde-rs/serde/compare/v1.0.192...v1.0.193)

Updates `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: serde
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo
- dependency-name: url
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cargo
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2023-11-27 07:42:51 +00:00
committed by Henrik Friedrichsen
parent 7a9c8f3a5e
commit 14abdf8ba0
2 changed files with 14 additions and 14 deletions

View File

@@ -58,7 +58,7 @@ tokio-util = {version = "0.7.10", features = ["codec"]}
tokio-stream = {version = "0.1.14", features = ["sync"]}
toml = "0.8"
unicode-width = "0.1.9"
url = "2.2"
url = "2.5"
cursive_buffered_backend = "0.6.1"
[target.'cfg(target_os = "linux")'.dependencies]