Skip to content

Commit

Permalink
Bump url from 2.5.3 to 2.5.4
Browse files Browse the repository at this point in the history
Bumps [url](https://github.com/servo/rust-url) from 2.5.3 to 2.5.4.
- [Release notes](https://github.com/servo/rust-url/releases)
- [Commits](servo/rust-url@v2.5.3...v2.5.4)

---
updated-dependencies:
- dependency-name: url
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 25, 2024
1 parent fd1d3d7 commit 78971c4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ lto = "fat"
clap = { version = "4.5.20", features = ["derive"] }
serde = { version = "1.0.215", features = ["derive"] }
git2 = "0.19.0"
url = { version = "2.5.3", features = ["serde"] }
url = { version = "2.5.4", features = ["serde"] }
quick-xml = { version = "0.37.0", features = ["serde", "serialize"] }
directories = "5.0.1"
thiserror = "2.0.3"
Expand Down

0 comments on commit 78971c4

Please sign in to comment.