Skip to content

Commit

Permalink
chore(deps): update base64 requirement from 0.21.5 to 0.22.0
Browse files Browse the repository at this point in the history
Updates the requirements on [base64](https://github.com/marshallpierce/rust-base64) to permit the latest version.
- [Changelog](https://github.com/marshallpierce/rust-base64/blob/master/RELEASE-NOTES.md)
- [Commits](marshallpierce/rust-base64@v0.21.5...v0.22.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] committed Mar 4, 2024
1 parent 21a2ba0 commit 9a921df
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cjwt/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ harness = false
path = "benches/cjwt.rs"

[dependencies]
base64 = "0.21.5"
base64 = "0.22.0"
cclm = "0.0.1"
dtt = "0.0.5"
hmac = "0.12.1"
Expand Down
2 changes: 1 addition & 1 deletion idk/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ include = [
]

[dependencies]
base64 = "0.21.5"
base64 = "0.22.0"
hmac = "0.12.1"
jwt = "0.16.0"
serde_json = "1.0.108"
Expand Down

0 comments on commit 9a921df

Please sign in to comment.