Skip to content

Commit 80f179a

Browse files
Update ccm requirement from 0.4.0 to 0.5.0
Updates the requirements on [ccm](https://github.com/RustCrypto/AEADs) to permit the latest version. - [Release notes](https://github.com/RustCrypto/AEADs/releases) - [Commits](RustCrypto/AEADs@ccm-v0.4.0...ccm-v0.5.0) --- updated-dependencies: - dependency-name: ccm dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 3b3eb45 commit 80f179a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ byte = "0.2.4"
2525
defmt = { version = ">=0.2.0,<0.4", optional = true }
2626

2727
[dependencies.ccm]
28-
version = "0.4.0"
28+
version = "0.5.0"
2929
default-features = false
3030

3131
[dependencies.cipher]

0 commit comments

Comments
 (0)