diff --git a/Cargo.lock b/Cargo.lock index 7f11e029d..5b8b396b3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -808,18 +808,18 @@ dependencies = [ [[package]] name = "liblzma" -version = "0.3.5" +version = "0.3.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "603222e049bf0da71529325ada5d02dc3871cbd3679cf905429f7f0de93da87b" +checksum = "a631d2b24be269775ba8f7789a6afa1ac228346a20c9e87dbbbe4975a79fd764" dependencies = [ "liblzma-sys", ] [[package]] name = "liblzma-sys" -version = "0.3.12" +version = "0.3.13" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d87bb9f27519cd690390611ab3e23e8ac3e383c1f67b733a4b36c684211d7671" +checksum = "efdadf1a99aceff34553de1461674ab6ac7e7f0843ae9875e339f4a14eb43475" dependencies = [ "cc", "libc", diff --git a/src/core/Cargo.toml b/src/core/Cargo.toml index 2d02dd8d8..ada361f5a 100644 --- a/src/core/Cargo.toml +++ b/src/core/Cargo.toml @@ -44,7 +44,7 @@ murmurhash3 = "0.0.5" needletail = { version = "0.6.1", default-features = false } niffler = { version = "2.6.0", default-features = false, features = [ "gz", "zstd", "lzma" ] } # declare liblzma here to allow static compilation and fix macos linking issues in Python wheel -liblzma = { version = "0.3.0", features = ["static"] } +liblzma = { version = "0.3.6", features = ["static"] } nohash-hasher = "0.2.0" num-iter = "0.1.45" once_cell = "1.18.0"