Skip to content

Commit

Permalink
chore(deps): bump url from 2.5.0 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.0 to 2.5.4.
- [Release notes](https://github.com/servo/rust-url/releases)
- [Commits](servo/rust-url@v2.5.0...v2.5.4)

---
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 25, 2024
1 parent 9683b20 commit 065d6eb
Show file tree
Hide file tree
Showing 5 changed files with 274 additions and 10 deletions.
276 changes: 270 additions & 6 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 @@ -74,5 +74,5 @@ alloy-transport = { git = "https://github.com/alloy-rs/alloy", rev = "5a5f29eb7d

[dev-dependencies]
mockall = "0.12.1"
url = "2.3.1"
url = "2.5.4"
starknet = "0.7.0"
2 changes: 1 addition & 1 deletion crates/ark-starknet/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ tracing = { version = "0.1", features = ["log"] }
tracing-subscriber = { version = "0.3", default-features = false, features = [
"fmt",
] }
url = "2.3.1"
url = "2.5.4"
regex = "1.9.1"
mockall = "0.12.1"
num-bigint = "0.4.4"
Expand Down
2 changes: 1 addition & 1 deletion crates/diri/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"

# TODO: add more stuff to the workspace after merge.
url = "2.3.1"
url = "2.5.4"
clap = { version = "4.3.19", features = ["derive", "env", "string"] }
regex = "1.9.1"
env_logger = "0.10.0"
Expand Down
Loading

0 comments on commit 065d6eb

Please sign in to comment.