summaryrefslogtreecommitdiff
path: root/src/rust
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-11-12 00:50:01 +0000
committerGitHub <noreply@github.com>2022-11-12 00:50:01 +0000
commit2c3bcf1de8a82dbdb6c47c46af7bcb9aea236ccb (patch)
tree01a876401451ac47c32c3ec653178d01717ab49c /src/rust
parent8f231a84dc9729a4e73a181bd4e695449fda0e90 (diff)
downloadcryptography-2c3bcf1de8a82dbdb6c47c46af7bcb9aea236ccb.tar.gz
Bump asn1_derive from 0.12.2 to 0.12.3 in /src/rust (#7800)
Bumps [asn1_derive](https://github.com/alex/rust-asn1) from 0.12.2 to 0.12.3. - [Release notes](https://github.com/alex/rust-asn1/releases) - [Commits](https://github.com/alex/rust-asn1/compare/0.12.2...0.12.3) --- updated-dependencies: - dependency-name: asn1_derive dependency-type: indirect update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to 'src/rust')
-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 ee0432cc3..1ff927a98 100644
--- a/src/rust/Cargo.lock
+++ b/src/rust/Cargo.lock
@@ -35,9 +35,9 @@ dependencies = [
[[package]]
name = "asn1_derive"
-version = "0.12.2"
+version = "0.12.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "d48d1854a01241e8d22f8f5ae4e2dc332f66c5946e1772f5576886d83e18e1b7"
+checksum = "d9a08da126b90ce7a577f8e6986513dea0243c114d7d5d88abece6168b0823db"
dependencies = [
"proc-macro2",
"quote",