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

This commit is contained in:
2025-10-27 00:42:29 +00:00
parent af83130b63
commit cf801020d7
2 changed files with 24 additions and 7 deletions

View File

@@ -15,7 +15,7 @@ openssl = { version = "0.10.74" }
openssl-sys = "0.9.110"
libc = "0.2.177"
foreign-types-shared = "0.1.1"
asn1 = "0.22.0"
asn1 = "0.23.0"
actix-web = { version = "4.11.0", features = ["openssl"] }
futures = "0.3.31"
serde = { version = "1.0.228", features = ["derive"] }