Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 10, 2023
1 parent e379263 commit b9d1c80
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
26 changes: 13 additions & 13 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 @@ -19,7 +19,7 @@ panic = "abort"
[dependencies]
once_cell = "1.17.2"
argh = "0.1.10"
url = { version = "2.3.1", features = ["serde"] }
url = { version = "2.4.0", features = ["serde"] }
csv = "1.2.2"
dirs = "5.0.1"
tokio = { version = "1.29.1", default-features = false }
Expand Down

0 comments on commit b9d1c80

Please sign in to comment.