From 9808f10f3a040ee6dc0938dcd5f1fad78e7b0491 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 May 2023 13:53:13 +0000 Subject: [PATCH] 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](https://github.com/RustCrypto/AEADs/compare/ccm-v0.4.0...ccm-v0.5.0) --- updated-dependencies: - dependency-name: ccm dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 534ccff..5e84aba 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -25,7 +25,7 @@ byte = "0.2.4" defmt = { version = ">=0.2.0,<0.4", optional = true } [dependencies.ccm] -version = "0.4.0" +version = "0.5.0" default-features = false [dependencies.cipher]