From ae1e73f97791629a9a5849cee87e737a4a21840e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 May 2024 04:03:17 +0000 Subject: [PATCH] chore(deps): update cmn requirement from 0.0.3 to 0.0.4 Updates the requirements on [cmn](https://github.com/sebastienrousseau/cmn) to permit the latest version. - [Release notes](https://github.com/sebastienrousseau/cmn/releases) - [Commits](https://github.com/sebastienrousseau/cmn/compare/v0.0.3...v0.0.4) --- updated-dependencies: - dependency-name: cmn 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 2ad9dad..e162f78 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -42,7 +42,7 @@ version = "0.0.10" [dependencies] cclm = "0.0.1" cjwt = "0.0.1" -cmn = "0.0.3" +cmn = "0.0.4" dtt = "0.0.5" hsh = "0.0.7" idk = "0.0.1"