Skip to content

Commit

Permalink
chore(deps): bump url from 2.4.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.4.1 to 2.5.0.
- [Release notes](https://github.com/servo/rust-url/releases)
- [Commits](servo/rust-url@v2.4.1...v2.5.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Nov 24, 2023
1 parent 310672c commit 6f09346
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 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 @@ -25,7 +25,7 @@ rcgen = { version = "0.11.3" }
rustls = "0.21.7"
tokio-rustls = "0.24.1"
tokio = { version = "1.34", features = ["fs", "io-util", "net", "rt-multi-thread", "sync"] }
url = "2.4.1"
url = "2.5.0"

[dev-dependencies]
anyhow = "1.0"
Expand Down

0 comments on commit 6f09346

Please sign in to comment.