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

This commit is contained in:
Pierre HUBERT 2023-04-12 00:29:46 +00:00
parent e7d5bac8db
commit 9c7157d591

View File

@ -12,7 +12,7 @@ actix = "0.13.0"
actix-web = { version = "4", features = ["rustls"] }
actix-web-actors = "4.2.0"
actix-tls = "3.0.3"
serde = { version = "1.0.159", features = ["derive"] }
serde = { version = "1.0.160", features = ["derive"] }
tokio = { version = "1", features = ["full"] }
futures = "0.3.25"
webpki = "0.22.0"