Skip to content

Commit

Permalink
chore(deps): Bump url from 2.5.0 to 2.5.1
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] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jun 13, 2024
1 parent 9bcc7c1 commit 3cd818a
Show file tree
Hide file tree
Showing 3 changed files with 264 additions and 5 deletions.
265 changes: 262 additions & 3 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 @@ -66,6 +66,6 @@ tonic = "0.9"
tonic-build = "0.9"
ttrpc = "0.8.0"
ttrpc-codegen = "0.4.2"
url = "2.3.1"
url = "2.5.1"
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.2.2"
url = "2.5.1"
walkdir = "2"
xattr = "1.0"
zstd = "0.12"
Expand Down

0 comments on commit 3cd818a

Please sign in to comment.