openssl-tests: bump asn1 to 0.16

This commit is contained in:
Dirkjan Ochtman 2024-02-12 10:11:10 +01:00
parent 95067cb333
commit fdeff32eb8
2 changed files with 5 additions and 5 deletions

8
Cargo.lock generated
View File

@ -117,18 +117,18 @@ checksum = "080e9890a082662b09c1ad45f567faeeb47f22b5fb23895fbe1e651e718e25ca"
[[package]]
name = "asn1"
version = "0.15.5"
version = "0.16.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ae3ecbce89a22627b5e8e6e11d69715617138290289e385cde773b1fe50befdb"
checksum = "a227d599843d72985b747c71958d16d670a6e6bc06fadf064570cae70c11fd0a"
dependencies = [
"asn1_derive",
]
[[package]]
name = "asn1_derive"
version = "0.15.5"
version = "0.16.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "861af988fac460ac69a09f41e6217a8fb9178797b76fcc9478444be6a59be19c"
checksum = "87132221a3cb3794c8def2208c723276686e0cd771541deb7768905ce13dc603"
dependencies = [
"proc-macro2",
"quote",

View File

@ -7,7 +7,7 @@ publish = false
version = "0.0.1"
[dependencies]
asn1 = "0.15"
asn1 = "0.16"
base64 = "0.21"
num-bigint = "0.4.4"
once_cell = "1.19"