diff --git a/Cargo.lock b/Cargo.lock index 8734d2b..0577195 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -135,9 +135,9 @@ checksum = "b048fb63fd8b5923fc5aa7b340d8e156aec7ec02f0c78fa8a6ddc2613f6f71de" [[package]] name = "bitstream-io" -version = "2.5.3" +version = "2.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b81e1519b0d82120d2fd469d5bfb2919a9361c48b02d82d04befc1cdd2002452" +checksum = "6099cdc01846bc367c4e7dd630dc5966dccf36b652fae7a74e17b640411a91b2" [[package]] name = "blake2" diff --git a/crates/stegano-core/Cargo.toml b/crates/stegano-core/Cargo.toml index 849a609..73d85d1 100644 --- a/crates/stegano-core/Cargo.toml +++ b/crates/stegano-core/Cargo.toml @@ -27,7 +27,7 @@ image = { version = "0.25", default-features = false, features = [ "png", "jpeg", ] } -bitstream-io = { version = "2.5" } +bitstream-io = { version = "2.6" } zip = { version = "2.2", default-features = false, features = ["deflate"] } byteorder = "1.5" hound = "3.5"