diff --git a/Cargo.lock b/Cargo.lock index 8023ad4..e3d296a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1772,9 +1772,9 @@ checksum = "d3edd4d5d42c92f0a659926464d4cce56b562761267ecf0f469d85b7de384175" [[package]] name = "redb" -version = "3.1.0" +version = "3.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ae323eb086579a3769daa2c753bb96deb95993c534711e0dbe881b5192906a06" +checksum = "ef99362319c782aa4639ad3a306b64c3bb90e12874e99b8df124cb679d988611" dependencies = [ "libc", ] diff --git a/Cargo.toml b/Cargo.toml index a025b8c..16bfc68 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -99,7 +99,7 @@ prost-types = "0.14.3" rand = "0.9.2" # Database and storage -redb = "3.1.0" +redb = "3.1.1" regex = "1.12.2" rs_merkle = "1.5.0"