Bump asn1 from 0.16.1 to 0.16.2 in /src/rust (#11057)

Bumps [asn1](https://github.com/alex/rust-asn1) from 0.16.1 to 0.16.2.
- [Commits](https://github.com/alex/rust-asn1/compare/0.16.1...0.16.2)

---
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>
This commit is contained in:
dependabot[bot] 2024-06-02 19:21:43 +00:00 committed by GitHub
parent 49de9e9491
commit 4bd89e4ace
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 8 additions and 8 deletions

8
src/rust/Cargo.lock generated
View file

@ -4,18 +4,18 @@ version = 3
[[package]]
name = "asn1"
version = "0.16.1"
version = "0.16.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "889adc8fd6c1344619926529e605cccad1f832b3a2a5a3fe6d7c8557c8f05368"
checksum = "532ceda058281b62096b2add4ab00ab3a453d30dee28b8890f62461a0109ebbd"
dependencies = [
"asn1_derive",
]
[[package]]
name = "asn1_derive"
version = "0.16.1"
version = "0.16.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e2271cec9b830009b9c3b9e21767083c553f51f996b690c476c27f541199aa99"
checksum = "56e6076d38cc17cc22b0f65f31170a2ee1975e6b07f0012893aefd86ce19c987"
dependencies = [
"proc-macro2",
"quote",

View file

@ -11,7 +11,7 @@ rust-version = "1.65.0"
once_cell = "1"
cfg-if = "1"
pyo3 = { version = "0.21.2", features = ["abi3"] }
asn1 = { version = "0.16.1", default-features = false }
asn1 = { version = "0.16.2", default-features = false }
cryptography-cffi = { path = "cryptography-cffi" }
cryptography-keepalive = { path = "cryptography-keepalive" }
cryptography-key-parsing = { path = "cryptography-key-parsing" }

View file

@ -8,7 +8,7 @@ publish = false
rust-version = "1.65.0"
[dependencies]
asn1 = { version = "0.16.1", default-features = false }
asn1 = { version = "0.16.2", default-features = false }
cfg-if = "1"
openssl = "0.10.64"
openssl-sys = "0.9.102"

View file

@ -8,7 +8,7 @@ publish = false
rust-version = "1.65.0"
[dependencies]
asn1 = { version = "0.16.1", default-features = false }
asn1 = { version = "0.16.2", default-features = false }
cryptography-x509 = { path = "../cryptography-x509" }
cryptography-key-parsing = { path = "../cryptography-key-parsing" }
once_cell = "1"

View file

@ -8,4 +8,4 @@ publish = false
rust-version = "1.65.0"
[dependencies]
asn1 = { version = "0.16.1", default-features = false }
asn1 = { version = "0.16.2", default-features = false }