Skip to content

Commit

Permalink
chore(deps): Bump subtle from 2.5.0 to 2.6.1
Browse files Browse the repository at this point in the history
Bumps [subtle](https://github.com/dalek-cryptography/subtle) from 2.5.0 to 2.6.1.
- [Changelog](https://github.com/dalek-cryptography/subtle/blob/main/CHANGELOG.md)
- [Commits](dalek-cryptography/subtle@2.5.0...2.6.1)

---
updated-dependencies:
- dependency-name: subtle
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 29, 2024
1 parent 383e407 commit 698a280
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion jose-b64/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ base64ct = { version = "1.6.0", default-features = false, features = ["alloc"] }
zeroize = { version = "1.7.0", default-features = false, optional = true, features = ["alloc", "serde"] }
serde = { version = "1.0.185", default-features = false, optional = true, features = ["alloc", "derive"] }
serde_json = { version = "1.0.96", default-features = false, optional = true, features = ["alloc"] }
subtle = { version = "2.5.0", default-features = false, optional = true }
subtle = { version = "2.6.1", default-features = false, optional = true }

[package.metadata.docs.rs]
all-features = true
Expand Down

0 comments on commit 698a280

Please sign in to comment.