From bb7ae92f884dc221bec5a61e8af2e08ffaf01a4c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 May 2024 04:01:23 +0000 Subject: [PATCH] chore(deps): update dtt requirement from 0.0.5 to 0.0.6 Updates the requirements on [dtt](https://github.com/sebastienrousseau/dtt) to permit the latest version. - [Release notes](https://github.com/sebastienrousseau/dtt/releases) - [Commits](https://github.com/sebastienrousseau/dtt/compare/v0.0.5...v0.0.6) --- updated-dependencies: - dependency-name: dtt dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- cclm/Cargo.toml | 2 +- cjwt/Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 2ad9dad7..150c76c7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -43,7 +43,7 @@ version = "0.0.10" cclm = "0.0.1" cjwt = "0.0.1" cmn = "0.0.3" -dtt = "0.0.5" +dtt = "0.0.6" hsh = "0.0.7" idk = "0.0.1" mdg = "0.0.1" diff --git a/cclm/Cargo.toml b/cclm/Cargo.toml index 8863a9c7..69f6f11a 100644 --- a/cclm/Cargo.toml +++ b/cclm/Cargo.toml @@ -38,7 +38,7 @@ serde = { version = "1.0.193", features = ["derive"] } [dev-dependencies] criterion = "0.5.1" -dtt = "0.0.5" +dtt = "0.0.6" [lib] crate-type = ["lib"] diff --git a/cjwt/Cargo.toml b/cjwt/Cargo.toml index 29757164..74391218 100644 --- a/cjwt/Cargo.toml +++ b/cjwt/Cargo.toml @@ -36,7 +36,7 @@ path = "benches/cjwt.rs" [dependencies] base64 = "0.21.5" cclm = "0.0.1" -dtt = "0.0.5" +dtt = "0.0.6" hmac = "0.12.1" idk = "0.0.1" jwt = "0.16.0"