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

This commit is contained in:
2025-06-06 00:23:39 +00:00
parent 926b265f91
commit ee769f043f
2 changed files with 5 additions and 5 deletions

View File

@ -15,7 +15,7 @@ openssl = { version = "0.10.72" }
openssl-sys = "0.9.108"
libc = "0.2.172"
foreign-types-shared = "0.1.1"
asn1 = "0.21.1"
asn1 = "0.21.3"
actix-web = { version = "4.10.2", features = ["openssl"] }
futures = "0.3.31"
serde = { version = "1.0.219", features = ["derive"] }