Skip to content

Commit

Permalink
chore(deps): Bump the patches group across 1 directory with 6 updates (
Browse files Browse the repository at this point in the history
…#21898)

Bumps the patches group with 5 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [metrics](https://github.com/metrics-rs/metrics) | `0.24.0` | `0.24.1` |
| [async-compression](https://github.com/Nullus157/async-compression) | `0.4.17` | `0.4.18` |
| [url](https://github.com/servo/rust-url) | `2.5.3` | `2.5.4` |
| [sysinfo](https://github.com/GuillaumeGomez/sysinfo) | `0.32.0` | `0.32.1` |
| [clap-verbosity-flag](https://github.com/clap-rs/clap-verbosity-flag) | `3.0.0` | `3.0.1` |



Updates `metrics` from 0.24.0 to 0.24.1
- [Changelog](https://github.com/metrics-rs/metrics/blob/main/release.toml)
- [Commits](metrics-rs/metrics@metrics-v0.24.0...metrics-v0.24.1)

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)

Updates `sysinfo` from 0.32.0 to 0.32.1
- [Changelog](https://github.com/GuillaumeGomez/sysinfo/blob/master/CHANGELOG.md)
- [Commits](https://github.com/GuillaumeGomez/sysinfo/commits)

Updates `libc` from 0.2.164 to 0.2.166
- [Release notes](https://github.com/rust-lang/libc/releases)
- [Changelog](https://github.com/rust-lang/libc/blob/0.2.166/CHANGELOG.md)
- [Commits](rust-lang/libc@0.2.164...0.2.166)

Updates `clap-verbosity-flag` from 3.0.0 to 3.0.1
- [Changelog](https://github.com/clap-rs/clap-verbosity-flag/blob/master/CHANGELOG.md)
- [Commits](clap-rs/clap-verbosity-flag@v3.0.0...v3.0.1)

---
updated-dependencies:
- dependency-name: metrics
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patches
- 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
- dependency-name: sysinfo
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patches
- dependency-name: libc
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patches
- dependency-name: clap-verbosity-flag
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patches
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Nov 27, 2024
1 parent 2e606e6 commit daf08db
Show file tree
Hide file tree
Showing 6 changed files with 20 additions and 20 deletions.
24 changes: 12 additions & 12 deletions Cargo.lock

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

8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ flate2 = { version = "1.0.35", default-features = false, features = ["default"]
futures = { version = "0.3.31", default-features = false, features = ["compat", "io-compat", "std"], package = "futures" }
glob = { version = "0.3.1", default-features = false }
indexmap = { version = "2.6.0", default-features = false, features = ["serde", "std"] }
metrics = "0.24.0"
metrics = "0.24.1"
metrics-tracing-context = { version = "0.17.0", default-features = false }
metrics-util = { version = "0.18.0", default-features = false, features = ["registry"] }
pin-project = { version = "1.1.7", default-features = false }
Expand Down 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 All @@ -381,7 +381,7 @@ heim = { git = "https://github.com/vectordotdev/heim.git", branch = "update-nix"

# make sure to update the external docs when the Lua version changes
mlua = { version = "0.10.1", default-features = false, features = ["lua54", "send", "vendored", "macros"], optional = true }
sysinfo = "0.32.0"
sysinfo = "0.32.1"

[target.'cfg(windows)'.dependencies]
windows-service = "0.7.0"
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
2 changes: 1 addition & 1 deletion vdev/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ publish = false
anyhow = "1.0.93"
chrono.workspace = true
clap.workspace = true
clap-verbosity-flag = "3.0.0"
clap-verbosity-flag = "3.0.1"
clap_complete = "4.5.38"
confy = "0.6.1"
directories = "5.0.1"
Expand Down

0 comments on commit daf08db

Please sign in to comment.