diff --git a/Cargo.lock b/Cargo.lock index e03c7893..ea2900db 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -971,9 +971,9 @@ checksum = "89d92a4743f9a61002fae18374ed11e7973f530cb3a3255fb354818118b2203c" [[package]] name = "liblzma" -version = "0.2.2" +version = "0.2.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b864ea21f326142b902d10658834cc1c9e758c96a579f4b0b1aa655edb0b351c" +checksum = "599133771f99c14ca089a8db3a4565f482ea6eeb66991b262bffc2b72acff69c" dependencies = [ "liblzma-sys", ] diff --git a/lib/Cargo.toml b/lib/Cargo.toml index 0a58b129..dee35afd 100644 --- a/lib/Cargo.toml +++ b/lib/Cargo.toml @@ -21,7 +21,7 @@ crypto-common = { version = "0.1.6", features = ["std"] } ctr = { version = "0.9.2", features = ["std"] } flate2 = "1.0.28" futures = { version = "0.3.30", optional = true } -liblzma = { version = "0.2.2", features = ["static"] } +liblzma = { version = "0.2.3", features = ["static"] } password-hash = "0.5.0" pbkdf2 = { version = "0.12.2", features = ["simple", "parallel"] } rand = "0.8.5"