Skip to content

Commit

Permalink
fix(deps): update rust crate redb to 2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jun 15, 2024
1 parent ede9a15 commit 5ae54c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ categories = ["database-implementations", "concurrency", "data-structures", "cac
members = ["native_db_macro"]

[dependencies]
redb = "2.1.0"
redb = "2.1.1"
redb1 = { version = "=1.5.1", package = "redb", optional = true }
native_db_macro = { version = "0.6.1", path = "native_db_macro" }
thiserror = "1.0"
Expand Down

0 comments on commit 5ae54c9

Please sign in to comment.