Skip to content

Commit

Permalink
chore(deps): Bump the patches group with 2 updates
Browse files Browse the repository at this point in the history
Bumps the patches group with 2 updates: [async-compression](https://github.com/Nullus157/async-compression) and [url](https://github.com/servo/rust-url).


Updates `async-compression` from 0.4.17 to 0.4.18
- [Release notes](https://github.com/Nullus157/async-compression/releases)
- [Changelog](https://github.com/Nullus157/async-compression/blob/main/CHANGELOG.md)
- [Commits](Nullus157/async-compression@v0.4.17...v0.4.18)

Updates `url` from 2.5.3 to 2.5.4
- [Release notes](https://github.com/servo/rust-url/releases)
- [Commits](servo/rust-url@v2.5.3...v2.5.4)

---
updated-dependencies:
- dependency-name: async-compression
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patches
- dependency-name: url
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patches
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 25, 2024
1 parent 5c7db96 commit 9fc5aea
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
8 changes: 4 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,7 @@ greptimedb-ingester = { git = "https://github.com/GreptimeTeam/greptimedb-ingest

# External libs
arc-swap = { version = "1.7", default-features = false, optional = true }
async-compression = { version = "0.4.17", default-features = false, features = ["tokio", "gzip", "zstd"], optional = true }
async-compression = { version = "0.4.18", default-features = false, features = ["tokio", "gzip", "zstd"], optional = true }
apache-avro = { version = "0.16.0", default-features = false, optional = true }
axum = { version = "0.6.20", default-features = false }
base64 = { version = "0.22.1", default-features = false, optional = true }
Expand Down Expand Up @@ -370,7 +370,7 @@ toml.workspace = true
tonic = { workspace = true, optional = true }
hickory-proto = { version = "0.24.1", default-features = false, features = ["dnssec"], optional = true }
typetag = { version = "0.2.18", default-features = false }
url = { version = "2.5.3", default-features = false, features = ["serde"] }
url = { version = "2.5.4", default-features = false, features = ["serde"] }
warp = { version = "0.3.7", default-features = false }
zstd = { version = "0.13.0", default-features = false }
arr_macro = { version = "0.2.1" }
Expand Down
2 changes: 1 addition & 1 deletion lib/vector-api-client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@ tokio-tungstenite = { version = "0.20.1", default-features = false, features = [
# External libs
chrono.workspace = true
clap.workspace = true
url = { version = "2.5.3", default-features = false }
url = { version = "2.5.4", default-features = false }
uuid.workspace = true
indoc = { version = "2.0.5", default-features = false }
2 changes: 1 addition & 1 deletion lib/vector-config/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ serde_with = { version = "3.11.0", default-features = false, features = ["std"]
snafu.workspace = true
toml.workspace = true
tracing = { version = "0.1.34", default-features = false }
url = { version = "2.5.3", default-features = false, features = ["serde"] }
url = { version = "2.5.4", default-features = false, features = ["serde"] }
http = { version = "0.2.9", default-features = false }
vrl.workspace = true
vector-config-common = { path = "../vector-config-common" }
Expand Down
2 changes: 1 addition & 1 deletion lib/vector-tap/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ tokio = { version = "1.41.1", default-features = false, features = ["time"] }
tokio-stream = { version = "0.1.16", default-features = false, features = ["sync"] }
tokio-tungstenite = { version = "0.20.1", default-features = false }
tracing = { version = "0.1.34", default-features = false }
url = { version = "2.5.3", default-features = false }
url = { version = "2.5.4", default-features = false }
uuid.workspace = true
vector-api-client = { path = "../vector-api-client" }
vector-common = { path = "../vector-common" }
Expand Down

0 comments on commit 9fc5aea

Please sign in to comment.