diff --git a/Cargo.lock b/Cargo.lock index 0d5dd6d9406b7..75f89ed36e2cf 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -9347,9 +9347,9 @@ dependencies = [ [[package]] name = "url" -version = "2.4.0" +version = "2.4.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "50bff7831e19200a85b17131d085c25d7811bc4e186efdaf54bbd132994a88cb" +checksum = "143b538f18257fac9cad154828a57c6bf5157e1aa604d4816b5995bf6de87ae5" dependencies = [ "form_urlencoded", "idna 0.4.0", diff --git a/Cargo.toml b/Cargo.toml index 25132c6cbae54..8160782d78b53 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -326,7 +326,7 @@ toml = { version = "0.7.6", default-features = false, features = ["parse", "disp tonic = { version = "0.9", optional = true, default-features = false, features = ["transport", "codegen", "prost", "tls", "tls-roots", "gzip"] } trust-dns-proto = { version = "0.23.0", default-features = false, features = ["dnssec"], optional = true } typetag = { version = "0.2.13", default-features = false } -url = { version = "2.4.0", default-features = false, features = ["serde"] } +url = { version = "2.4.1", default-features = false, features = ["serde"] } uuid = { version = "1", default-features = false, features = ["serde", "v4"] } warp = { version = "0.3.5", default-features = false } zstd = { version = "0.12.4", default-features = false } diff --git a/lib/vector-api-client/Cargo.toml b/lib/vector-api-client/Cargo.toml index 699422e7625b0..3a7ea3979b774 100644 --- a/lib/vector-api-client/Cargo.toml +++ b/lib/vector-api-client/Cargo.toml @@ -31,6 +31,6 @@ tokio-tungstenite = { version = "0.20.0", default-features = false, features = [ # External libs chrono = { version = "0.4.6", default-features = false, features = ["serde"] } clap = { version = "4.4.1", default-features = false, features = ["derive"] } -url = { version = "2.4.0", default-features = false } +url = { version = "2.4.1", default-features = false } uuid = { version = "1", default-features = false, features = ["serde", "v4"] } indoc = { version = "2.0.3", default-features = false } diff --git a/lib/vector-config/Cargo.toml b/lib/vector-config/Cargo.toml index 147e2be98ea90..5e68cec8b3b77 100644 --- a/lib/vector-config/Cargo.toml +++ b/lib/vector-config/Cargo.toml @@ -25,7 +25,7 @@ serde_with = { version = "3.3.0", default-features = false, features = ["std"] } snafu = { version = "0.7.5", default-features = false } toml = { version = "0.7.6", default-features = false } tracing = { version = "0.1.34", default-features = false } -url = { version = "2.4.0", default-features = false, features = ["serde"] } +url = { version = "2.4.1", default-features = false, features = ["serde"] } http = { version = "0.2.9", default-features = false } vrl.workspace = true vector-config-common = { path = "../vector-config-common" }