Skip to content

Commit

Permalink
build(deps): bump url from 2.5.1 to 2.5.2 (#53)
Browse files Browse the repository at this point in the history
Bumps [url](https://github.com/servo/rust-url) from 2.5.1 to 2.5.2.
- [Release notes](https://github.com/servo/rust-url/releases)
- [Commits](servo/rust-url@v2.5.1...v2.5.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Jun 19, 2024
1 parent 6ed170f commit bbbd886
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 271 deletions.
273 changes: 4 additions & 269 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 sdk/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ serde = { version = "1.0.203", features = ["derive"] }
serde_json = "1.0.117"
thiserror = "1.0.61"
tokio = { version = "1.38.0", features = ["full"] }
url = "2.5.1"
url = "2.5.2"

[dev-dependencies]
mockito = "1.4.0"
2 changes: 1 addition & 1 deletion server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ serde_json = { version = "1.0.117", features = ["raw_value"] }
sqlx = { version = "0.7", features = ["runtime-tokio", "postgres", "chrono"] }
svix-ksuid = { version = "^0.8.0", features = ["serde"] }
tokio = { version = "1.38.0", features = ["full"] }
url = "2.5.1"
url = "2.5.2"
validator = { version = "0.18.1", features = ["derive"] }

[dev-dependencies]
Expand Down

0 comments on commit bbbd886

Please sign in to comment.