diff --git a/Cargo.toml b/Cargo.toml index 2ad9dad..150c76c 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 8863a9c..69f6f11 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 2975716..7439121 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"