Update Rust crate serde to v1.0.214
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2024-10-29 00:29:13 +00:00
committed by Pierre HUBERT
parent f2abdfe302
commit e29f01bc62
2 changed files with 9 additions and 9 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.18"
asn1 = "0.17"
actix-web = { version = "4", features = ["openssl"] }
futures = "0.3.31"
serde = { version = "1.0.210", features = ["derive"] }