Skip to content

Commit

Permalink
chore(deps): bump url from 2.5.0 to 2.5.2
Browse files Browse the repository at this point in the history
Bumps [url](https://github.com/servo/rust-url) from 2.5.0 to 2.5.2.
- [Release notes](https://github.com/servo/rust-url/releases)
- [Commits](servo/rust-url@v2.5.0...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]>
  • Loading branch information
dependabot[bot] authored Jul 1, 2024
1 parent a0d0056 commit 6442a66
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 @@ -38,7 +38,7 @@ thiserror = { version = "1.0.61" }
tinyvec = { version = "1.6.0", features = ["alloc", "serde", "rustc_1_40"] }
toml = { version = "0.8.14" }
ureq = { version = "2.9.7", features = ["cookies"], default-features = true }
url = { version = "2.5.0" }
url = { version = "2.5.2" }

# Binary dependencies
clap = { version = "4.5.4", features = ["derive", "color"], optional = true }
Expand Down

0 comments on commit 6442a66

Please sign in to comment.