Skip to content

Commit

Permalink
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 11, 2024
1 parent 93ceae1 commit f0befa0
Show file tree
Hide file tree
Showing 2 changed files with 271 additions and 7 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 @@ -37,7 +37,7 @@ serial_test = "3.1.1"
simplelog = "0.12.2"
tokio = { version = "1.41.0", features = ["full"] }
sqlx = { version = "0.8.2", features = ["runtime-tokio", "chrono", "postgres", "mysql", "time"] }
url = { version = "2.5.0", features = ["serde"] }
url = { version = "2.5.3", features = ["serde"] }
which = "7.0.0"
regex = "1.11.1"
libsql = "0.6.0"
Expand Down

0 comments on commit f0befa0

Please sign in to comment.