From 647331668fbba2f553bf95d4a9280389b9826071 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 Jul 2024 23:10:00 +0000 Subject: [PATCH] Bump bit-vec from 0.6.3 to 0.7.0 Bumps [bit-vec](https://github.com/contain-rs/bit-vec) from 0.6.3 to 0.7.0. - [Commits](https://github.com/contain-rs/bit-vec/commits) --- updated-dependencies: - dependency-name: bit-vec dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ab861ba9..89336adc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -498,9 +498,9 @@ dependencies = [ [[package]] name = "bit-vec" -version = "0.6.3" +version = "0.7.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "349f9b6a179ed607305526ca489b34ad0a41aed5f7980fa90eb03160b69598fb" +checksum = "d2c54ff287cfc0a34f38a6b832ea1bd8e448a330b3e40a50859e6488bee07f22" [[package]] name = "bitflags" diff --git a/Cargo.toml b/Cargo.toml index 5544a48e..04c83817 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -42,7 +42,7 @@ axum-tracing-opentelemetry = { version = "0.11.0", features = [ "tracing_subscriber_ext", ] } base64 = "0.22.1" -bit-vec = "0.6.3" +bit-vec = "0.7.0" bytes = "1.6.0" chrono = { version = "0.4.38", features = ["clock"] } clap = { version = "4.5.8", features = ["cargo"] }