From c80c5eb22c1f238903d5c291d944a2b8db7b73b9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Apr 2023 18:24:54 +0000 Subject: [PATCH] chore(deps): bump enumflags2 from 0.7.6 to 0.7.7 (#17206) Bumps [enumflags2](https://github.com/meithecatte/enumflags2) from 0.7.6 to 0.7.7. - [Release notes](https://github.com/meithecatte/enumflags2/releases) - [Commits](https://github.com/meithecatte/enumflags2/compare/v0.7.6...v0.7.7) --- updated-dependencies: - dependency-name: enumflags2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 8 ++++---- lib/vector-core/Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f081a85cda706..65da0c2ca1ccd 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2963,18 +2963,18 @@ dependencies = [ [[package]] name = "enumflags2" -version = "0.7.6" +version = "0.7.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0044ebdf7fbb2a772e0c0233a9d3173c5cd8af8ae7078d4c5188af44ffffaa4b" +checksum = "c041f5090df68b32bcd905365fd51769c8b9d553fe87fde0b683534f10c01bd2" dependencies = [ "enumflags2_derive", ] [[package]] name = "enumflags2_derive" -version = "0.7.6" +version = "0.7.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9d2c772ccdbdfd1967b4f5d79d17c98ebf92009fdcc838db7aa434462f600c26" +checksum = "5e9a1f9f7d83e59740248a6e14ecf93929ade55027844dfcea78beafccc15745" dependencies = [ "proc-macro2 1.0.56", "quote 1.0.26", diff --git a/lib/vector-core/Cargo.toml b/lib/vector-core/Cargo.toml index 33c75b7fe4b85..ea885c39f574c 100644 --- a/lib/vector-core/Cargo.toml +++ b/lib/vector-core/Cargo.toml @@ -15,7 +15,7 @@ crossbeam-utils = { version = "0.8.15", default-features = false } db-key = { version = "0.0.5", default-features = false, optional = true } dyn-clone = { version = "1.0.11", default-features = false } enrichment = { path = "../enrichment", optional = true } -enumflags2 = { version = "0.7.6", default-features = false } +enumflags2 = { version = "0.7.7", default-features = false } float_eq = { version = "1.0", default-features = false } futures = { version = "0.3.28", default-features = false, features = ["std"] } futures-util = { version = "0.3.28", default-features = false, features = ["std"] }