From b2d146713bc33677cbd7992a5ed20b30cb4fd107 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 23 Jun 2024 05:15:04 -0700 Subject: [PATCH] build(deps): bump redb from 2.1.0 to 2.1.1 (#186) Bumps [redb](https://github.com/cberner/redb) from 2.1.0 to 2.1.1. - [Release notes](https://github.com/cberner/redb/releases) - [Changelog](https://github.com/cberner/redb/blob/master/CHANGELOG.md) - [Commits](https://github.com/cberner/redb/compare/v2.1.0...v2.1.1) --- updated-dependencies: - dependency-name: redb dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index cd84e28..0c3ce3a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2390,9 +2390,9 @@ dependencies = [ [[package]] name = "redb" -version = "2.1.0" +version = "2.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ed7508e692a49b6b2290b56540384ccae9b1fb4d77065640b165835b56ffe3bb" +checksum = "a6dd20d3cdeb9c7d2366a0b16b93b35b75aec15309fbeb7ce477138c9f68c8c0" dependencies = [ "libc", ] diff --git a/Cargo.toml b/Cargo.toml index 95bb248..fd24ece 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -67,7 +67,7 @@ prost-reflect-build = "0.13.0" prost-types = "0.12.6" rand = "0.8.5" ratatui = "0.26.3" -redb = "2.1.0" +redb = "2.1.1" regex = "1.10.4" rtnetlink = "0.14.1" scopeguard = "1.2.0"