From d178176b4898c7be765db5d7d77a19c5413a74bf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Nov 2023 04:21:45 +0000 Subject: [PATCH] chore(deps): Bump bitmask-enum from 2.2.2 to 2.2.3 Bumps [bitmask-enum](https://github.com/Lukas3674/rust-bitmask-enum) from 2.2.2 to 2.2.3. - [Commits](https://github.com/Lukas3674/rust-bitmask-enum/commits) --- updated-dependencies: - dependency-name: bitmask-enum dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- lib/vector-core/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 98e5d270c2702..c6ac0be5b18a3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1520,9 +1520,9 @@ checksum = "327762f6e5a765692301e5bb513e0d9fef63be86bbc14528052b1cd3e6f03e07" [[package]] name = "bitmask-enum" -version = "2.2.2" +version = "2.2.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "49fb8528abca6895a5ada33d62aedd538a5c33e77068256483b44a3230270163" +checksum = "9990737a6d5740ff51cdbbc0f0503015cb30c390f6623968281eb214a520cfc0" dependencies = [ "quote 1.0.33", "syn 2.0.38", diff --git a/lib/vector-core/Cargo.toml b/lib/vector-core/Cargo.toml index c2442b42a51ab..da7697a4293ea 100644 --- a/lib/vector-core/Cargo.toml +++ b/lib/vector-core/Cargo.toml @@ -8,7 +8,7 @@ publish = false [dependencies] async-graphql = { version = "6.0.9", default-features = false, features = ["playground" ], optional = true } async-trait = { version = "0.1", default-features = false } -bitmask-enum = { version = "2.2.2", default-features = false } +bitmask-enum = { version = "2.2.3", default-features = false } bytes = { version = "1.5.0", default-features = false, features = ["serde"] } chrono = { version = "0.4.31", default-features = false, features = ["serde"] } crossbeam-utils = { version = "0.8.16", default-features = false }