Skip to content

Commit 01b3d13

Browse files
update: bump der from 0.7.10 to 0.8.0
Bumps [der](https://github.com/RustCrypto/formats) from 0.7.10 to 0.8.0. - [Commits](RustCrypto/formats@der/v0.7.10...der/v0.8.0) --- updated-dependencies: - dependency-name: der dependency-version: 0.8.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 43a778b commit 01b3d13

File tree

2 files changed

+16
-7
lines changed

2 files changed

+16
-7
lines changed

Cargo.lock

Lines changed: 15 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sdk/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ config = { version = "0.14.0", default-features = false, features = [
109109
const-hex = "1.14"
110110
const-oid = { version = "0.9.6", optional = true }
111111
coset = "0.4.0"
112-
der = { version = "0.7.9", features = ["alloc"] }
112+
der = { version = "0.8.0", features = ["alloc"] }
113113
extfmt = "0.2.0"
114114
getrandom = { version = "0.3.4", default-features = false, features = ["std"] }
115115
ecdsa = { version = "0.16.9", features = ["digest", "sha2"], optional = true }

0 commit comments

Comments
 (0)