diff --git a/snix/Cargo.lock b/snix/Cargo.lock index b74188c27..fe05a289d 100644 --- a/snix/Cargo.lock +++ b/snix/Cargo.lock @@ -3473,9 +3473,9 @@ dependencies = [ [[package]] name = "redb" -version = "2.4.0" +version = "2.6.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ea0a72cd7140de9fc3e318823b883abf819c20d478ec89ce880466dc2ef263c6" +checksum = "59b38b05028f398f08bea4691640503ec25fcb60b82fb61ce1f8fd1f4fccd3f7" dependencies = [ "libc", "log", diff --git a/snix/Cargo.nix b/snix/Cargo.nix index c63f15040..847b57a4b 100644 --- a/snix/Cargo.nix +++ b/snix/Cargo.nix @@ -14092,9 +14092,9 @@ rec { }; "redb" = rec { crateName = "redb"; - version = "2.4.0"; - edition = "2021"; - sha256 = "1ik3y8pdqrh4i378kv3qshh9r0dz7a43p0hqwg1rzpj0f76p42pa"; + version = "2.6.2"; + edition = "2024"; + sha256 = "1xykri7izzgqw4fbcbxqc35mzhiya101csd4pq48yfcg082qpcsr"; type = [ "cdylib" "rlib" diff --git a/snix/Cargo.toml b/snix/Cargo.toml index 465e384e7..ab2627357 100644 --- a/snix/Cargo.toml +++ b/snix/Cargo.toml @@ -100,7 +100,7 @@ proptest = { version = "1.5.0", default-features = false } prost = "0.13.1" prost-build = "0.13.1" quote = "1.0.37" -redb = "2.1.2" +redb = "2.6.2" regex = "1.10.6" reqwest = { version = "0.12.7", default-features = false } reqwest-middleware = { version = "0.4.1", default-features = false }