summaryrefslogtreecommitdiff
path: root/src/rust/cryptography-x509
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-05-05 16:40:30 +0000
committerGitHub <noreply@github.com>2023-05-05 16:40:30 +0000
commitb0dc9b0a09744a52137157b5e7920d88c36bbb5d (patch)
treef8d728ffd791f5ed906ee3c9b728e3812c2c32d9 /src/rust/cryptography-x509
parent947cf632e1502c1f0aa6bd032238f1bef80657ec (diff)
downloadcryptography-b0dc9b0a09744a52137157b5e7920d88c36bbb5d.tar.gz
Bump asn1 from 0.15.0 to 0.15.1 in /src/rust (#8871)
Bumps [asn1](https://github.com/alex/rust-asn1) from 0.15.0 to 0.15.1. - [Commits](https://github.com/alex/rust-asn1/compare/0.15.0...0.15.1) --- updated-dependencies: - dependency-name: asn1 dependency-type: direct:production update-type: version-update:semver-patch ... 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/cryptography-x509')
-rw-r--r--src/rust/cryptography-x509/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rust/cryptography-x509/Cargo.toml b/src/rust/cryptography-x509/Cargo.toml
index 398473471..8c4d20537 100644
--- a/src/rust/cryptography-x509/Cargo.toml
+++ b/src/rust/cryptography-x509/Cargo.toml
@@ -8,4 +8,4 @@ publish = false
rust-version = "1.56.0"
[dependencies]
-asn1 = { version = "0.15.0", default-features = false }
+asn1 = { version = "0.15.1", default-features = false }