From 6299245a128983cb09d96065a3fa19b7f2f36644 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Aug 2026 20:46:08 +0000 Subject: [PATCH] chore(deps): bump fjall from 3.1.8 to 3.1.9 in the patch-updates group Bumps the patch-updates group with 1 update: [fjall](https://github.com/fjall-rs/fjall). Updates `fjall` from 3.1.8 to 3.1.9 - [Release notes](https://github.com/fjall-rs/fjall/releases) - [Changelog](https://github.com/fjall-rs/fjall/blob/main/CHANGELOG.md) - [Commits](https://github.com/fjall-rs/fjall/compare/3.1.8...3.1.9) --- updated-dependencies: - dependency-name: fjall dependency-version: 3.1.9 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch-updates ... Signed-off-by: dependabot[bot] --- Cargo.lock | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 5165f42..12433bf 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -510,7 +510,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb" dependencies = [ "libc", - "windows-sys 0.52.0", + "windows-sys 0.61.2", ] [[package]] @@ -527,9 +527,9 @@ checksum = "5baebc0774151f905a1a2cc41989300b1e6fbb29aff0ceffa1064fdd3088d582" [[package]] name = "fjall" -version = "3.1.8" +version = "3.1.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "420a84699b8ccbb1ed573e38e88f4f23637b45beab6432066452f834be469c57" +checksum = "d5427b70d8592043024955a4a40b5cf44af323fdad7c1f62848a01ec7806709e" dependencies = [ "byteorder-lite", "byteview", @@ -1117,9 +1117,9 @@ checksum = "5e5032e24019045c762d3c0f28f5b6b8bbf38563a65908389bf7978758920897" [[package]] name = "lsm-tree" -version = "3.1.8" +version = "3.1.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "055a908d502129cf63bedae52f2db222e4436d2da32a69df9b84ac9fb9147761" +checksum = "03c4da84fa3a8638fb26d4432bfeb69a1b560905ee2980134d8993e2cfa0dbf3" dependencies = [ "byteorder-lite", "byteview", @@ -1621,7 +1621,7 @@ dependencies = [ "errno", "libc", "linux-raw-sys", - "windows-sys 0.52.0", + "windows-sys 0.61.2", ] [[package]] @@ -1979,7 +1979,7 @@ dependencies = [ "getrandom 0.4.2", "once_cell", "rustix", - "windows-sys 0.52.0", + "windows-sys 0.61.2", ] [[package]]