Skip to content

Commit 2822309

Browse files
deps: bump asn1_der from 0.7.6 to 0.7.7
Bumps [asn1_der](https://github.com/KizzyCode/asn1_der-rust) from 0.7.6 to 0.7.7. - [Release notes](https://github.com/KizzyCode/asn1_der-rust/releases) - [Commits](KizzyCode/asn1_der-rust@0.7.6...v0.7.7) --- updated-dependencies: - dependency-name: asn1_der dependency-version: 0.7.7 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 2d9be84 commit 2822309

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

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

identity/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ categories = ["cryptography"]
1212
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
1313

1414
[dependencies]
15-
asn1_der = { version = "0.7.6", optional = true }
15+
asn1_der = { version = "0.7.7", optional = true }
1616
bs58 = { version = "0.5.0", optional = true }
1717
ed25519-dalek = { version = "2.1", optional = true }
1818
hkdf = { version = "0.12.4", optional = true }

0 commit comments

Comments
 (0)