Skip to content

Commit 036bd87

Browse files
authored
aead+cipher: bump inout dependency to v0.2.2 (#2149)
This requires `block-padding` v0.4.2 which ensures there aren't any incompatibilities with older, yanked versions
1 parent eeac8f1 commit 036bd87

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

aead/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ such as AES-GCM as ChaCha20Poly1305, which provide a high-level API
1717

1818
[dependencies]
1919
crypto-common = { version = "0.2.0-rc.8", path = "../crypto-common" }
20-
inout = "0.2"
20+
inout = "0.2.2"
2121

2222
# optional dependencies
2323
arrayvec = { version = "0.7", optional = true, default-features = false }

cipher/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ description = "Traits for describing block ciphers and stream ciphers"
1414

1515
[dependencies]
1616
crypto-common = { version = "0.2.0-rc.8", path = "../crypto-common" }
17-
inout = "0.2"
17+
inout = "0.2.2"
1818

1919
# optional dependencies
2020
blobby = { version = "0.4", optional = true }

0 commit comments

Comments
 (0)