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

This commit is contained in:
2024-01-27 00:33:33 +00:00
parent b3a1be7c18
commit cf3b715c9a
2 changed files with 5 additions and 5 deletions

View File

@ -12,7 +12,7 @@ actix = "0.13.1"
actix-web = { version = "4", features = ["rustls-0_21"] }
actix-web-actors = "4.2.0"
actix-tls = "3.1.1"
serde = { version = "1.0.195", features = ["derive"] }
serde = { version = "1.0.196", features = ["derive"] }
tokio = { version = "1.35.1", features = ["full"] }
futures = "0.3.30"
webpki = "0.22.4"