Skip to content

Commit

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

---
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 11, 2024
1 parent 0729003 commit a4e3379
Show file tree
Hide file tree
Showing 5 changed files with 260 additions and 11 deletions.
263 changes: 256 additions & 7 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 @@ -416,5 +416,5 @@ thiserror = { version = "1.0.61" }
tonic = { version = "0.11.0", default-features = false, features = ["transport"], optional = true }
tonic-health = { version = "0.11.0", default-features = false, optional = true }
typetag = { version = "0.2.16" }
url = { version = "2.5.0", features = ["serde"] }
url = { version = "2.5.1", features = ["serde"] }
uuid = { version = "1.8.0", default-features = false, features = ["v4"], optional = true }
2 changes: 1 addition & 1 deletion lib/configurable/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@ encoding_rs = { version = "0.8.34", default-features = false }
event = { path = "../event" }
http = { version = "0.2.12", default-features = false }
regex = { version = "1.10.5", default-features = false }
url = { version = "2.5.0", default-features = false }
url = { version = "2.5.1", default-features = false }
value = { path = "../value" }
2 changes: 1 addition & 1 deletion lib/framework/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -86,5 +86,5 @@ tracing-subscriber = { version = "0.3.18", default-features = false, features =
tripwire = { path = "../tripwire" }
twox-hash = { version = "1.6.3", default-features = false }
typetag = { version = "0.2.16" }
url = { version = "2.5.0", features = ["serde"] }
url = { version = "2.5.1", features = ["serde"] }
zstd = { version = "0.13.1", default-features = false }
2 changes: 1 addition & 1 deletion lib/vtl/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ regex = { version = "1.10.5", default-features = false, features = ["unicode"] }
serde = { version = "1.0.203", default-features = false }
serde_json = { version = "1.0.117", default-features = false }
twox-hash = { version = "1.6.3", default-features = false }
url = { version = "2.5.0", default-features = false }
url = { version = "2.5.1", default-features = false }
value = { path = "../value" }

0 comments on commit a4e3379

Please sign in to comment.