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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2024-06-23 05:15:04 -07:00 committed by GitHub
parent b730b08d6e
commit b2d146713b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -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",
]

View File

@ -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"