Skip to content

Commit 136b2ef

Browse files
dependabot[bot]pratyush618
authored andcommitted
chore(deps): update cbc requirement from 0.1 to 0.2
Updates the requirements on [cbc](https://github.com/RustCrypto/block-modes) to permit the latest version. - [Commits](RustCrypto/block-modes@cbc-v0.1.0...cbc-v0.2.0) --- updated-dependencies: - dependency-name: cbc dependency-version: 0.2.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 069b717 commit 136b2ef

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

crates/paperjam-core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ lopdf = "0.34"
1212
regex = "1"
1313
md-5 = "0.11"
1414
aes = "0.8"
15-
cbc = "0.1"
15+
cbc = "0.2"
1616
rand = "0.8"
1717
# Note: pinned to 0.34 for now; 0.39 changes API significantly.
1818
# We work around any missing features at the wrapper level.

0 commit comments

Comments
 (0)