diff --git a/Cargo.lock b/Cargo.lock index 5f5199d18e902..4aedc9ebc845e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -397,9 +397,9 @@ dependencies = [ [[package]] name = "async-compression" -version = "0.4.17" +version = "0.4.18" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0cb8f1d480b0ea3783ab015936d2a55c87e219676f0c0b7dec61494043f21857" +checksum = "df895a515f70646414f4b45c0b79082783b80552b373a68283012928df56f522" dependencies = [ "brotli", "flate2", @@ -2138,9 +2138,9 @@ dependencies = [ [[package]] name = "clap-verbosity-flag" -version = "3.0.0" +version = "3.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "42dcf89bb9d98abb02e9a4a8ef1cce429e547a803460a8245c399860985d5281" +checksum = "54381ae56ad222eea3f529c692879e9c65e07945ae48d3dc4d1cb18dbec8cf44" dependencies = [ "clap", "log", @@ -5419,9 +5419,9 @@ dependencies = [ [[package]] name = "libc" -version = "0.2.164" +version = "0.2.166" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "433bfe06b8c75da9b2e3fbea6e5329ff87748f0b144ef75306e674c3f6f7c13f" +checksum = "c2ccc108bbc0b1331bd061864e7cd823c0cab660bbe6970e66e2c0614decde36" [[package]] name = "libflate" @@ -5733,9 +5733,9 @@ dependencies = [ [[package]] name = "metrics" -version = "0.24.0" +version = "0.24.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8ae428771d17306715c5091d446327d1cfdedc82185c65ba8423ab404e45bf10" +checksum = "7a7deb012b3b2767169ff203fadb4c6b0b82b947512e5eb9e0b78c2e186ad9e3" dependencies = [ "ahash 0.8.11", "portable-atomic", @@ -9463,9 +9463,9 @@ dependencies = [ [[package]] name = "sysinfo" -version = "0.32.0" +version = "0.32.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e3b5ae3f4f7d64646c46c4cae4e3f01d1c5d255c7406fdd7c7f999a94e488791" +checksum = "4c33cd241af0f2e9e3b5c32163b873b29956890b5342e6745b917ce9d490f4af" dependencies = [ "core-foundation-sys", "libc", @@ -10641,9 +10641,9 @@ dependencies = [ [[package]] name = "url" -version = "2.5.3" +version = "2.5.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8d157f1b96d14500ffdc1f10ba712e780825526c03d9a49b4d0324b0d9113ada" +checksum = "32f8b686cadd1473f4bd0117a5d28d36b1ade384ea9b5069a1c40aefed7fda60" dependencies = [ "form_urlencoded", "idna 1.0.3", diff --git a/Cargo.toml b/Cargo.toml index 8724e559f4eb4..1895441a3ea08 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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 } @@ -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 } @@ -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" } @@ -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" diff --git a/lib/vector-api-client/Cargo.toml b/lib/vector-api-client/Cargo.toml index c9ac83ade4121..e2e27cc953bb0 100644 --- a/lib/vector-api-client/Cargo.toml +++ b/lib/vector-api-client/Cargo.toml @@ -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 } diff --git a/lib/vector-config/Cargo.toml b/lib/vector-config/Cargo.toml index 0f22d311ef3e8..5421117f0a4bd 100644 --- a/lib/vector-config/Cargo.toml +++ b/lib/vector-config/Cargo.toml @@ -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" } diff --git a/lib/vector-tap/Cargo.toml b/lib/vector-tap/Cargo.toml index c80cad4eca925..bb9053bb552ba 100644 --- a/lib/vector-tap/Cargo.toml +++ b/lib/vector-tap/Cargo.toml @@ -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" } diff --git a/vdev/Cargo.toml b/vdev/Cargo.toml index 95f95f0d1576c..1f67d6d1d6744 100644 --- a/vdev/Cargo.toml +++ b/vdev/Cargo.toml @@ -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"