diff --git a/aead/Cargo.toml b/aead/Cargo.toml index b35e9161b..6c5aa8985 100644 --- a/aead/Cargo.toml +++ b/aead/Cargo.toml @@ -21,7 +21,7 @@ inout = "0.2" # optional dependencies arrayvec = { version = "0.7", optional = true, default-features = false } -blobby = { version = "0.4.0-pre.1", optional = true } +blobby = { version = "0.4", optional = true } bytes = { version = "1", optional = true, default-features = false } [features] diff --git a/cipher/Cargo.toml b/cipher/Cargo.toml index 4783ba11a..76e3e178c 100644 --- a/cipher/Cargo.toml +++ b/cipher/Cargo.toml @@ -17,7 +17,7 @@ crypto-common = { version = "0.2.0-rc.7", path = "../crypto-common" } inout = "0.2" # optional dependencies -blobby = { version = "0.4.0-pre.1", optional = true } +blobby = { version = "0.4", optional = true } block-buffer = { version = "0.11", optional = true } zeroize = { version = "1.8", optional = true, default-features = false } diff --git a/digest/Cargo.toml b/digest/Cargo.toml index c67e76168..2ea7ff8e4 100644 --- a/digest/Cargo.toml +++ b/digest/Cargo.toml @@ -18,7 +18,7 @@ crypto-common = { version = "0.2.0-rc.7", path = "../crypto-common" } # optional dependencies block-buffer = { version = "0.11", optional = true } subtle = { version = "2.4", default-features = false, optional = true } -blobby = { version = "0.4.0-pre.1", optional = true } +blobby = { version = "0.4", optional = true } const-oid = { version = "0.10", optional = true } zeroize = { version = "1.7", optional = true, default-features = false }