From 07f97d970614f9dd420cadd2000cd07528e769f2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 14 Jun 2023 21:33:14 +0000 Subject: [PATCH] Bump asn1 from 0.15.2 to 0.15.3 in /src/rust (#9075) Bumps [asn1](https://github.com/alex/rust-asn1) from 0.15.2 to 0.15.3. - [Commits](https://github.com/alex/rust-asn1/compare/0.15.2...0.15.3) --- updated-dependencies: - dependency-name: asn1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- src/rust/Cargo.lock | 4 ++-- src/rust/Cargo.toml | 2 +- src/rust/cryptography-x509/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/rust/Cargo.lock b/src/rust/Cargo.lock index 8cfe5a59a..95f0bb863 100644 --- a/src/rust/Cargo.lock +++ b/src/rust/Cargo.lock @@ -4,9 +4,9 @@ version = 3 [[package]] name = "asn1" -version = "0.15.2" +version = "0.15.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "28c19b9324de5b815b6487e0f8098312791b09de0dbf3d5c2db1fe2d95bab973" +checksum = "634568f903dea9a0ba8225469fde6af27e0e34f2c4d66227b086a3375b69a87a" dependencies = [ "asn1_derive", ] diff --git a/src/rust/Cargo.toml b/src/rust/Cargo.toml index 0e82d86c8..36960b630 100644 --- a/src/rust/Cargo.toml +++ b/src/rust/Cargo.toml @@ -10,7 +10,7 @@ rust-version = "1.56.0" [dependencies] once_cell = "1" pyo3 = { version = "0.19", features = ["abi3-py37"] } -asn1 = { version = "0.15.2", default-features = false } +asn1 = { version = "0.15.3", default-features = false } cryptography-cffi = { path = "cryptography-cffi" } cryptography-x509 = { path = "cryptography-x509" } cryptography-openssl = { path = "cryptography-openssl" } diff --git a/src/rust/cryptography-x509/Cargo.toml b/src/rust/cryptography-x509/Cargo.toml index 017d51dd4..7d5aeca8b 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.2", default-features = false } +asn1 = { version = "0.15.3", default-features = false }