From 523e36e059cfa0140e8dc1350c5ed8498df12922 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Nov 2023 04:37:21 +0000 Subject: [PATCH] chore(deps): Bump headers from 0.3.9 to 0.4.0 Bumps [headers](https://github.com/hyperium/headers) from 0.3.9 to 0.4.0. - [Commits](https://github.com/hyperium/headers/compare/headers-v0.3.9...headers-v0.4.0) --- updated-dependencies: - dependency-name: headers dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 34 +++++++++++++++++++++++++++++----- Cargo.toml | 2 +- lib/vector-core/Cargo.toml | 2 +- 3 files changed, 31 insertions(+), 7 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 72e94dc4986c3..406190cd02604 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3909,13 +3909,28 @@ checksum = "06683b93020a07e3dbcf5f8c0f6d40080d725bea7936fc01ad345c01b97dc270" dependencies = [ "base64 0.21.5", "bytes 1.5.0", - "headers-core", + "headers-core 0.2.0", "http 0.2.9", "httpdate", "mime", "sha1", ] +[[package]] +name = "headers" +version = "0.4.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "322106e6bd0cba2d5ead589ddb8150a13d7c4217cf80d7c4f682ca994ccc6aa9" +dependencies = [ + "base64 0.21.5", + "bytes 1.5.0", + "headers-core 0.3.0", + "http 1.0.0", + "httpdate", + "mime", + "sha1", +] + [[package]] name = "headers-core" version = "0.2.0" @@ -3925,6 +3940,15 @@ dependencies = [ "http 0.2.9", ] +[[package]] +name = "headers-core" +version = "0.3.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "54b4a22553d4242c49fddb9ba998a99962b5cc6f22cb5a3482bec22522403ce4" +dependencies = [ + "http 1.0.0", +] + [[package]] name = "heck" version = "0.3.3" @@ -4285,7 +4309,7 @@ checksum = "ca815a891b24fdfb243fa3239c86154392b0953ee584aa1a2a1f66d20cbe75cc" dependencies = [ "bytes 1.5.0", "futures 0.3.29", - "headers", + "headers 0.3.9", "http 0.2.9", "hyper", "openssl", @@ -10016,7 +10040,7 @@ dependencies = [ "h2 0.4.0", "hash_hasher", "hashbrown 0.14.2", - "headers", + "headers 0.4.0", "heim", "hex", "hickory-proto", @@ -10309,7 +10333,7 @@ dependencies = [ "float_eq", "futures 0.3.29", "futures-util", - "headers", + "headers 0.4.0", "http 0.2.9", "hyper-proxy", "indexmap 2.1.0", @@ -10623,7 +10647,7 @@ dependencies = [ "bytes 1.5.0", "futures-channel", "futures-util", - "headers", + "headers 0.3.9", "http 0.2.9", "hyper", "log", diff --git a/Cargo.toml b/Cargo.toml index 8589fa8691b00..d9ca9a174cfc7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -261,7 +261,7 @@ grok = { version = "2.0.0", default-features = false, optional = true } h2 = { version = "0.4.0", default-features = false, optional = true } hash_hasher = { version = "2.0.0", default-features = false } hashbrown = { version = "0.14.2", default-features = false, optional = true, features = ["ahash"] } -headers = { version = "0.3.9", default-features = false } +headers = { version = "0.4.0", default-features = false } hostname = { version = "0.3.1", default-features = false } http = { version = "0.2.9", default-features = false } http-serde = "1.1.3" diff --git a/lib/vector-core/Cargo.toml b/lib/vector-core/Cargo.toml index 629ea16072d5c..a280a23e922bd 100644 --- a/lib/vector-core/Cargo.toml +++ b/lib/vector-core/Cargo.toml @@ -19,7 +19,7 @@ enumflags2 = { version = "0.7.8", default-features = false } float_eq = { version = "1.0", default-features = false } futures = { version = "0.3.29", default-features = false, features = ["std"] } futures-util = { version = "0.3.29", default-features = false, features = ["std"] } -headers = { version = "0.3.9", default-features = false } +headers = { version = "0.4.0", default-features = false } http = { version = "0.2.9", default-features = false } hyper-proxy = { version = "0.9.1", default-features = false, features = ["openssl-tls"] } indexmap = { version = "2.1.0", default-features = false, features = ["serde", "std"] }