From f3ad93ce14be43f63c4f8732c17bc4db649f0a9e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 27 Jul 2023 04:37:37 +0000 Subject: [PATCH] chore(deps): Bump no-proxy from 0.3.2 to 0.3.3 Bumps [no-proxy](https://github.com/jdrouet/no-proxy) from 0.3.2 to 0.3.3. - [Commits](https://github.com/jdrouet/no-proxy/commits) --- updated-dependencies: - dependency-name: no-proxy dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- lib/vector-config/Cargo.toml | 2 +- lib/vector-core/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c0985dcd007d0..3527e77f76ac1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5296,9 +5296,9 @@ dependencies = [ [[package]] name = "no-proxy" -version = "0.3.2" +version = "0.3.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b24b826bdb92c7a2c6f22ed4cf649001bd237f936587ee0b76cd9dea86003d01" +checksum = "5cc5956cc74e3574924e108ad12e14340a64183e1cd1d69a7e41e9680c109e67" dependencies = [ "cidr-utils", "serde", diff --git a/lib/vector-config/Cargo.toml b/lib/vector-config/Cargo.toml index 2840f5160f830..b73ec78d18629 100644 --- a/lib/vector-config/Cargo.toml +++ b/lib/vector-config/Cargo.toml @@ -16,7 +16,7 @@ chrono-tz = { version = "0.8.3", default-features = false } encoding_rs = { version = "0.8", default-features = false, features = ["alloc", "serde"] } indexmap = { version = "2.0", default-features = false, features = ["std"] } inventory = { version = "0.3" } -no-proxy = { version = "0.3.1", default-features = false, features = ["serialize"] } +no-proxy = { version = "0.3.3", default-features = false, features = ["serialize"] } num-traits = { version = "0.2.16", default-features = false } once_cell = { version = "1", default-features = false } serde = { version = "1.0", default-features = false } diff --git a/lib/vector-core/Cargo.toml b/lib/vector-core/Cargo.toml index 9335f244b9745..7cc61c0bcc9fc 100644 --- a/lib/vector-core/Cargo.toml +++ b/lib/vector-core/Cargo.toml @@ -28,7 +28,7 @@ metrics = "0.21.1" metrics-tracing-context = { version = "0.14.0", default-features = false } metrics-util = { version = "0.15.1", default-features = false, features = ["registry"] } mlua = { version = "0.8.9", default-features = false, features = ["lua54", "send", "vendored"], optional = true } -no-proxy = { version = "0.3.2", default-features = false, features = ["serialize"] } +no-proxy = { version = "0.3.3", default-features = false, features = ["serialize"] } once_cell = { version = "1.18", default-features = false } ordered-float = { version = "3.7.0", default-features = false } openssl = { version = "0.10.55", default-features = false, features = ["vendored"] }