Skip to content

Commit

Permalink
Bump url from 2.5.0 to 2.5.1 (#1105)
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.1.
- [Release notes](https://github.com/servo/rust-url/releases)
- [Commits](servo/rust-url@v2.5.0...v2.5.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Jun 17, 2024
1 parent 91505f9 commit 27ad848
Show file tree
Hide file tree
Showing 5 changed files with 273 additions and 8 deletions.
273 changes: 269 additions & 4 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 @@ -89,7 +89,7 @@ trillium-static-compiled = "0.5.2"
trillium-testing = { version = "0.7.0", optional = true }
trillium-tokio = "0.4.0"
typenum = "1.17.0"
url = "2.5.0"
url = "2.5.1"
uuid = { version = "1.8.0", features = ["v4", "fast-rng", "serde"] }
validator = { version = "0.18.1", features = ["derive"] }
trillium-opentelemetry = { version = "0.8.0", default-features = false, features = ["metrics"] }
Expand Down
2 changes: 1 addition & 1 deletion cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ hpke-dispatch = { version = "0.5.1", features = ["serde"], optional = true }
rand = { version = "0.8.5", optional = true }
janus_client = "0.7.17"
janus_collector = "0.7.17"
url = "2.5.0"
url = "2.5.1"
janus_messages = "0.7.17"
prio = "0.16.3"
tokio = { version = "1.37.0" }
Loading

0 comments on commit 27ad848

Please sign in to comment.