summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-10-23 21:19:47 +0000
committerGitHub <noreply@github.com>2021-10-23 21:19:47 +0000
commitb9b91d9ad6c10b119ff51ad78d860fd97f937ac1 (patch)
tree33950a68a143a37601affe68bc0338892778a127
parent48a947ae4d83a99ac949cc6fdef17fc29d2464cd (diff)
downloadcryptography-dependabot/cargo/src/rust/asn1_derive-0.8.4.tar.gz
Bump asn1_derive from 0.8.3 to 0.8.4 in /src/rustdependabot/cargo/src/rust/asn1_derive-0.8.4
Bumps [asn1_derive](https://github.com/alex/rust-asn1) from 0.8.3 to 0.8.4. - [Release notes](https://github.com/alex/rust-asn1/releases) - [Commits](https://github.com/alex/rust-asn1/compare/0.8.3...0.8.4) --- updated-dependencies: - dependency-name: asn1_derive dependency-type: indirect update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r--src/rust/Cargo.lock4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/rust/Cargo.lock b/src/rust/Cargo.lock
index 2729accd3..04ee1a32c 100644
--- a/src/rust/Cargo.lock
+++ b/src/rust/Cargo.lock
@@ -26,9 +26,9 @@ dependencies = [
[[package]]
name = "asn1_derive"
-version = "0.8.3"
+version = "0.8.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "aee8d6a5478e9da487966d2ce89d48cac634426a7c86b958ef2d61fc06184764"
+checksum = "2b1ddb3ac6021515dcf5a938fd3f106076ab4b92fc647d729b0a109594a3bfd7"
dependencies = [
"proc-macro2",
"quote",