Update Rust crate asn1 to 0.20
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing

This commit is contained in:
2024-11-24 00:18:00 +00:00
parent aa3677a787
commit 37aed38174
2 changed files with 5 additions and 5 deletions

View File

@ -15,7 +15,7 @@ openssl = { version = "0.10.66" }
openssl-sys = "0.9.102"
libc = "0.2.159"
foreign-types-shared = "0.1.1"
asn1 = "0.19"
asn1 = "0.20"
actix-web = { version = "4", features = ["openssl"] }
futures = "0.3.31"
serde = { version = "1.0.215", features = ["derive"] }