Skip to content

Commit

Permalink
Bump url from 2.5.1 to 2.5.2 (#1132)
Browse files Browse the repository at this point in the history
Bumps [url](https://github.com/servo/rust-url) from 2.5.1 to 2.5.2.
- [Release notes](https://github.com/servo/rust-url/releases)
- [Commits](servo/rust-url@v2.5.1...v2.5.2)

---
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 24, 2024
1 parent c2b009f commit 3a3c4e5
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 273 deletions.
273 changes: 4 additions & 269 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.1"
url = "2.5.2"
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.19"
janus_collector = "0.7.19"
url = "2.5.1"
url = "2.5.2"
janus_messages = "0.7.19"
prio = "0.16.3"
tokio = { version = "1.37.0" }
Loading

0 comments on commit 3a3c4e5

Please sign in to comment.