mirror of
https://github.com/edera-dev/krata.git
synced 2025-08-02 12:50:54 +00:00
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:
parent
b730b08d6e
commit
b2d146713b
4
Cargo.lock
generated
4
Cargo.lock
generated
@ -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",
|
||||
]
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user