diff --git a/Cargo.lock b/Cargo.lock index 3e2ae12..5d9a6c5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -977,7 +977,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb" dependencies = [ "libc", - "windows-sys 0.52.0", + "windows-sys 0.60.2", ] [[package]] @@ -1010,8 +1010,8 @@ checksum = "5baebc0774151f905a1a2cc41989300b1e6fbb29aff0ceffa1064fdd3088d582" [[package]] name = "fjall" -version = "3.1.4" -source = "git+https://github.com/90-008/fjall.git?rev=9c0133f3f4aa50896ca0342ce7696d81202e58ba#9c0133f3f4aa50896ca0342ce7696d81202e58ba" +version = "3.1.8" +source = "git+https://github.com/90-008/fjall.git?rev=85a8ad9b3d327c39263cc547fa9944e7535e802f#85a8ad9b3d327c39263cc547fa9944e7535e802f" dependencies = [ "byteorder-lite", "byteview", @@ -2138,8 +2138,8 @@ checksum = "112b39cec0b298b6c1999fee3e31427f74f676e4cb9879ed1a121b43661a4154" [[package]] name = "lsm-tree" -version = "3.1.4" -source = "git+https://github.com/90-008/lsm-tree.git#d61ec56ceb71573aa65b7ae528a191ad465ca5b9" +version = "3.1.8" +source = "git+https://github.com/90-008/lsm-tree.git#ffa6e5edea9dd199b4fe5286a2ad20fc5df63001" dependencies = [ "byteorder-lite", "byteview", @@ -3000,7 +3000,7 @@ dependencies = [ "errno", "libc", "linux-raw-sys", - "windows-sys 0.52.0", + "windows-sys 0.60.2", ] [[package]] @@ -3560,7 +3560,7 @@ dependencies = [ "getrandom 0.4.2", "once_cell", "rustix", - "windows-sys 0.52.0", + "windows-sys 0.60.2", ] [[package]] diff --git a/Cargo.toml b/Cargo.toml index 04e76a8..59161c5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -28,7 +28,7 @@ serde_bytes = "0.11" serde_json = "1.0" rmp-serde = { git = "https://github.com/90-008/msgpack-rust.git", rev = "19c54a922301d06310a816c3a6a097aeb73ea3ae" } -fjall = { git = "https://github.com/90-008/fjall.git", rev = "9c0133f3f4aa50896ca0342ce7696d81202e58ba", features = ["lz4", "zstd"], version = "3.1.2" } +fjall = { git = "https://github.com/90-008/fjall.git", rev = "85a8ad9b3d327c39263cc547fa9944e7535e802f", features = ["lz4", "zstd"], version = "3.1.2" } lsm-tree = { git = "https://github.com/90-008/lsm-tree.git", features = ["lz4", "zstd"] } serde_ipld_dagcbor = "0.6" serde_urlencoded = "0.7"