Skip to content

Commit

Permalink
Update url requirement from =2.4.0 to =2.5.0
Browse files Browse the repository at this point in the history
Updates the requirements on [url](https://github.com/servo/rust-url) to permit the latest version.
- [Release notes](https://github.com/servo/rust-url/releases)
- [Commits](servo/rust-url@v2.4.0...v2.5.0)

---
updated-dependencies:
- dependency-name: url
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Dec 28, 2023
1 parent 247eeb7 commit 87f28c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/app/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ iced_aw = { version = "=0.7.0", default-features = false, features = [
plotters-backend = "=0.3.5"
plotters-iced = "=0.9.0"
iced-loading-indicator = { git = "https://github.com/BB-301/iced-loading-indicator.git", rev = "a09296f" }
url = "=2.4.0"
url = "=2.5.0"

# workspace crates
sim.workspace = true
Expand Down

0 comments on commit 87f28c3

Please sign in to comment.