Skip to content

Commit b7dfb30

Browse files
build(deps): bump subtle from 2.5.0 to 2.6.1
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]>
1 parent eb412a1 commit b7dfb30

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ num-traits = { version = "0.2.9", default-features = false, features = ["libm"]
1818
num-integer = { version = "0.1.39", default-features = false }
1919
rand_core = { version = "0.6.4", default-features = false }
2020
const-oid = { version = "0.10.0-rc.0", default-features = false }
21-
subtle = { version = "2.1.1", default-features = false }
21+
subtle = { version = "2.6.1", default-features = false }
2222
digest = { version = "=0.11.0-pre.9", default-features = false, features = ["alloc", "oid"] }
2323
pkcs1 = { version = "0.8.0-rc.0", default-features = false, features = ["alloc", "pkcs8"] }
2424
pkcs8 = { version = "0.11.0-rc.0", default-features = false, features = ["alloc"] }

0 commit comments

Comments
 (0)