From 2c80fcccdcf044c498252b44e7fe3a2160895a48 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 10 Oct 2024 03:56:37 +0000 Subject: [PATCH] Bump circular-buffer from 0.1.7 to 0.1.9 Bumps [circular-buffer](https://github.com/andreacorbellini/rust-circular-buffer) from 0.1.7 to 0.1.9. - [Release notes](https://github.com/andreacorbellini/rust-circular-buffer/releases) - [Changelog](https://github.com/andreacorbellini/rust-circular-buffer/blob/master/CHANGELOG.md) - [Commits](https://github.com/andreacorbellini/rust-circular-buffer/compare/v0.1.7...v0.1.9) --- updated-dependencies: - dependency-name: circular-buffer dependency-type: direct:production update-type: version-update:semver-patch ... 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 b5e51e9203..1e9655f633 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1692,9 +1692,9 @@ dependencies = [ [[package]] name = "circular-buffer" -version = "0.1.7" +version = "0.1.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "da987586004ae7c43b7df5e3f7693775068522e1086f8d9b2d74c778a0f43313" +checksum = "b67261db007b5f4cf8cba393c1a5c511a5cc072339ce16e12aeba1d7b9b77946" [[package]] name = "clap" diff --git a/Cargo.toml b/Cargo.toml index 2f1c9e9569..0f9ca62ec8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -47,7 +47,7 @@ base64-bytes = "0.1" bincode = "1.3.3" bitvec = "1.0.1" blake3 = "1.5" -circular-buffer = "0.1.7" +circular-buffer = "0.1.9" clap = { version = "4.4", features = ["derive", "env", "string"] } cld = "0.5" derive_more = "0.99.17"