Skip to content

Commit

Permalink
build(deps): bump url from 2.3.1 to 2.5.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.5.0.
- [Release notes](https://github.com/servo/rust-url/releases)
- [Commits](servo/rust-url@v2.3.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]>
  • Loading branch information
dependabot[bot] authored Jan 8, 2024
1 parent 1855778 commit 57c6486
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
16 changes: 8 additions & 8 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 @@ -20,7 +20,7 @@ pin-project-lite = "0.2"
mime = "0.3"
mpart-async = { version = "0.6", default-features = false }
serde_urlencoded = "0.7"
url = { version = "2.3", default-features = false }
url = { version = "2.5", default-features = false }
notify = "5.1.0"
getrandom = { version = "0.2", default-features = false }
base64 = "0.21"
Expand Down

0 comments on commit 57c6486

Please sign in to comment.