Skip to content

Commit

Permalink
chore(deps): Bump url from 2.5.3 to 2.5.4
Browse files Browse the repository at this point in the history
Bumps [url](https://github.com/servo/rust-url) from 2.5.3 to 2.5.4.
- [Release notes](https://github.com/servo/rust-url/releases)
- [Commits](servo/rust-url@v2.5.3...v2.5.4)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Nov 25, 2024
1 parent 9d75270 commit a6e8b64
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 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 @@ -63,6 +63,6 @@ tonic = "0.12"
tonic-build = "0.12"
ttrpc = "0.8.2"
ttrpc-codegen = "0.4.2"
url = "2.5.3"
url = "2.5.4"
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.12"
tonic = { workspace = true, optional = true }
ttrpc = { workspace = true, features = ["async"], optional = true }
url = "2.5.3"
url = "2.5.4"
walkdir = "2"
xattr = "1"
zstd = "0.13"
Expand Down

0 comments on commit a6e8b64

Please sign in to comment.