Skip to content

Commit

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

---
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 Nov 14, 2024
1 parent cc9dcae commit 3dcb829
Show file tree
Hide file tree
Showing 3 changed files with 273 additions and 5 deletions.
274 changes: 271 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 @@ -67,6 +67,6 @@ tonic = "0.12"
tonic-build = "0.12"
ttrpc = "0.8.2"
ttrpc-codegen = "0.4.2"
url = "2.5.2"
url = "2.5.3"
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.2"
url = "2.5.3"
walkdir = "2"
xattr = "1"
zstd = "0.13"
Expand Down

0 comments on commit 3dcb829

Please sign in to comment.