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 }