Skip to content

Commit

Permalink
build(deps): bump subtle from 2.5.0 to 2.6.0
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.0.
- [Changelog](https://github.com/dalek-cryptography/subtle/blob/main/CHANGELOG.md)
- [Commits](dalek-cryptography/subtle@2.5.0...2.6.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jun 20, 2024
1 parent 5e6ddf6 commit e5b0019
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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 digest/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ crypto-common = "=0.2.0-pre.5"

# optional dependencies
block-buffer = { version = "=0.11.0-pre.5", optional = true }
subtle = { version = "2.4", default-features = false, optional = true }
subtle = { version = "2.6", default-features = false, optional = true }
blobby = { version = "0.3", optional = true }
const-oid = { version = "=0.10.0-pre.2", optional = true }
zeroize = { version = "1.7", optional = true, default-features = false }
Expand Down
2 changes: 1 addition & 1 deletion universal-hash/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ categories = ["cryptography", "no-std"]

[dependencies]
crypto-common = "=0.2.0-pre.5"
subtle = { version = "2.4", default-features = false }
subtle = { version = "2.6", default-features = false }

[features]
std = ["crypto-common/std"]
Expand Down

0 comments on commit e5b0019

Please sign in to comment.