Skip to content

Commit

Permalink
gateway: bump url from 2.5.0 to 2.5.2 in /gateway
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.2.
- [Release notes](https://github.com/servo/rust-url/releases)
- [Commits](servo/rust-url@v2.5.0...v2.5.2)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and Khoyo committed Jul 17, 2024
1 parent 5bf48e4 commit 712d146
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions gateway/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 gateway/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ openidconnect = { git = "https://github.com/multun/openidconnect-rs.git", branch
reqwest = { version = "0.12", default-features = false, features = [
"rustls-tls-native-roots",
] }
url = "2.4"
url = "2.5"


[dependencies]
Expand Down

0 comments on commit 712d146

Please sign in to comment.