build(deps): bump redb from 2.1.0 to 2.1.1

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] <support@github.com>
This commit is contained in:
dependabot[bot]
2024-06-10 06:08:38 +00:00
committed by GitHub
parent 2c7210d85e
commit d3579bb3e5
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -2333,9 +2333,9 @@ dependencies = [
[[package]] [[package]]
name = "redb" name = "redb"
version = "2.1.0" version = "2.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ed7508e692a49b6b2290b56540384ccae9b1fb4d77065640b165835b56ffe3bb" checksum = "a6dd20d3cdeb9c7d2366a0b16b93b35b75aec15309fbeb7ce477138c9f68c8c0"
dependencies = [ dependencies = [
"libc", "libc",
] ]

View File

@ -65,7 +65,7 @@ prost-reflect-build = "0.13.0"
prost-types = "0.12.6" prost-types = "0.12.6"
rand = "0.8.5" rand = "0.8.5"
ratatui = "0.26.3" ratatui = "0.26.3"
redb = "2.1.0" redb = "2.1.1"
regex = "1.10.4" regex = "1.10.4"
rtnetlink = "0.14.1" rtnetlink = "0.14.1"
scopeguard = "1.2.0" scopeguard = "1.2.0"