Skip to content

Commit

Permalink
chore(deps): Bump url from 2.5.1 to 2.5.2
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] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jun 21, 2024
1 parent d7feaf8 commit 10d97ae
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 264 deletions.
265 changes: 3 additions & 262 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 @@ -65,6 +65,6 @@ tonic = "0.9"
tonic-build = "0.9"
ttrpc = "0.8.0"
ttrpc-codegen = "0.4.2"
url = "2.5.1"
url = "2.5.2"
uuid = "1"
zeroize = "1.5.7"
2 changes: 1 addition & 1 deletion image-rs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ tokio.workspace = true
tokio-util = "0.7.10"
tonic = { workspace = true, optional = true }
ttrpc = { workspace = true, features = ["async"], optional = true }
url = "2.5.1"
url = "2.5.2"
walkdir = "2"
xattr = "1.0"
zstd = "0.12"
Expand Down

0 comments on commit 10d97ae

Please sign in to comment.