Skip to content

Commit

Permalink
build(deps): bump url from 2.5.1 to 2.5.2 in the rust-minor-patch gro…
Browse files Browse the repository at this point in the history
…up (#335)

Bumps the rust-minor-patch group with 1 update: [url](https://github.com/servo/rust-url).


Updates `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
  dependency-group: rust-minor-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Jun 19, 2024
1 parent 3d0adf1 commit e31c2fe
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 263 deletions.
282 changes: 21 additions & 261 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 @@ -34,7 +34,7 @@ thiserror.workspace = true
tokio = { version = "1.38.0", default-features = false, features = ["rt-multi-thread", "macros", "process", "time"] }
tracing = { version = "0.1.40", default-features = false }
tracing-subscriber = { version = "0.3.18", default-features = false, features = ["fmt", "ansi"] }
url = { version = "2.5.1", default-features = false, features = ["serde"] }
url = { version = "2.5.2", default-features = false, features = ["serde"] }
uuid.workspace = true

[dev-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ reqwest = { version = "0.12.5", default-features = false, optional = true, featu
serde.workspace = true
serde_json.workspace = true
thiserror.workspace = true
url = { version = "2.5.1", default-features = false, optional = true }
url = { version = "2.5.2", default-features = false, optional = true }
uuid.workspace = true

[dev-dependencies]
Expand Down

0 comments on commit e31c2fe

Please sign in to comment.