Skip to content

Commit

Permalink
Bump url from 1.7.2 to 2.2.2
Browse files Browse the repository at this point in the history
Bumps [url](https://github.com/servo/rust-url) from 1.7.2 to 2.2.2.
- [Release notes](https://github.com/servo/rust-url/releases)
- [Commits](servo/rust-url@v1.7.2...v2.2.2)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 16, 2024
1 parent 3367ada commit b0d9664
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion 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 em-app/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ serde = "1.0.123"
serde_bytes = "0.11"
serde_derive = "1.0.123"
serde_json = "1.0"
url = "1"
url = "2"
uuid = { version = "0.6.3", features = ["v4", "serde"] }
uuid_sdkms = { package = "uuid", version = "0.8", features = ["v4", "serde"] }

Expand Down

0 comments on commit b0d9664

Please sign in to comment.