From e7b8f78867d00da065f3841e63067512c8652b44 Mon Sep 17 00:00:00 2001 From: Charles Hall Date: Thu, 16 May 2024 20:56:36 -0700 Subject: [PATCH] update rocksdb MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Flake lock file updates: • Updated input 'rocksdb': 'github:facebook/rocksdb/bcf88d48ce8aa8b536aee4dd305533b3b83cf435' (2024-04-16) → 'github:facebook/rocksdb/6f7cabeac80a3a6150be2c8a8369fcecb107bf43' (2024-04-22) --- Cargo.lock | 8 ++++---- Cargo.toml | 2 +- flake.lock | 8 ++++---- flake.nix | 2 +- 4 files changed, 10 insertions(+), 10 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 0f01f20b..23f938e8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2120,9 +2120,9 @@ dependencies = [ [[package]] name = "rust-librocksdb-sys" -version = "0.20.0+9.1.0" +version = "0.21.0+9.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "48b14f4848d8574c074bb26445b43e63735d802ef2fc5cc40c1b015134baee0c" +checksum = "75cb7b9cd5ce3b3ce0757ceab2240f7471826780b8700845c0cfd418cb7e398d" dependencies = [ "bindgen", "bzip2-sys", @@ -2136,9 +2136,9 @@ dependencies = [ [[package]] name = "rust-rocksdb" -version = "0.24.0" +version = "0.25.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d36eae38b1d3d0018e273191f791343bd3eb030d7da63aaa20350e41c0182881" +checksum = "2bcfb31b5bf2e3274686ebfdf9a946e9a327a3bc54adc7e5cda9f4fdcc4b55f1" dependencies = [ "libc", "rust-librocksdb-sys", diff --git a/Cargo.toml b/Cargo.toml index 671a4e6a..5b37280d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -110,7 +110,7 @@ rand = "0.8.5" regex = "1.8.1" reqwest = { version = "0.11.18", default-features = false, features = ["rustls-tls-native-roots", "socks"] } ring = "0.17.7" -rocksdb = { package = "rust-rocksdb", version = "0.24.0", features = ["lz4", "multi-threaded-cf", "zstd"], optional = true } +rocksdb = { package = "rust-rocksdb", version = "0.25.0", features = ["lz4", "multi-threaded-cf", "zstd"], optional = true } ruma = { git = "https://github.com/ruma/ruma", rev = "5495b85aa311c2805302edb0a7de40399e22b397", features = ["compat", "rand", "appservice-api-c", "client-api", "federation-api", "push-gateway-api-c", "state-res", "unstable-msc2448", "unstable-msc3575", "unstable-exhaustive-types", "ring-compat", "unstable-unspecified" ] } rusqlite = { version = "0.29.0", optional = true, features = ["bundled"] } rust-argon2 = "1.0.0" diff --git a/flake.lock b/flake.lock index 396bd2f2..c7dd9319 100644 --- a/flake.lock +++ b/flake.lock @@ -221,16 +221,16 @@ "rocksdb": { "flake": false, "locked": { - "lastModified": 1713310517, - "narHash": "sha256-vRPyrXkXVVhP56n5FVYef8zbIsnnanQSpElmQLZ7mh8=", + "lastModified": 1713810944, + "narHash": "sha256-/Xf0bzNJPclH9IP80QNaABfhj4IAR5LycYET18VFCXc=", "owner": "facebook", "repo": "rocksdb", - "rev": "bcf88d48ce8aa8b536aee4dd305533b3b83cf435", + "rev": "6f7cabeac80a3a6150be2c8a8369fcecb107bf43", "type": "github" }, "original": { "owner": "facebook", - "ref": "v9.1.0", + "ref": "v9.1.1", "repo": "rocksdb", "type": "github" } diff --git a/flake.nix b/flake.nix index 8021b3de..dc042ad0 100644 --- a/flake.nix +++ b/flake.nix @@ -8,7 +8,7 @@ flake-utils.url = "github:numtide/flake-utils?ref=main"; nix-filter.url = "github:numtide/nix-filter?ref=main"; nixpkgs.url = "github:NixOS/nixpkgs?ref=nixos-unstable"; - rocksdb = { url = "github:facebook/rocksdb?ref=v9.1.0"; flake = false; }; + rocksdb = { url = "github:facebook/rocksdb?ref=v9.1.1"; flake = false; }; }; outputs = inputs: