Skip to content

Commit

Permalink
chore(deps): update dtt requirement from 0.0.5 to 0.0.6
Browse files Browse the repository at this point in the history
Updates the requirements on [dtt](https://github.com/sebastienrousseau/dtt) to permit the latest version.
- [Release notes](https://github.com/sebastienrousseau/dtt/releases)
- [Commits](sebastienrousseau/dtt@v0.0.5...v0.0.6)

---
updated-dependencies:
- dependency-name: dtt
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] committed May 7, 2024
1 parent 0d49306 commit bb7ae92
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion cclm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
Expand Down
2 changes: 1 addition & 1 deletion cjwt/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit bb7ae92

Please sign in to comment.