Update Rust crate serde to 1.0.160
This commit is contained in:
parent
e7d5bac8db
commit
9c7157d591
@ -12,7 +12,7 @@ actix = "0.13.0"
|
|||||||
actix-web = { version = "4", features = ["rustls"] }
|
actix-web = { version = "4", features = ["rustls"] }
|
||||||
actix-web-actors = "4.2.0"
|
actix-web-actors = "4.2.0"
|
||||||
actix-tls = "3.0.3"
|
actix-tls = "3.0.3"
|
||||||
serde = { version = "1.0.159", features = ["derive"] }
|
serde = { version = "1.0.160", features = ["derive"] }
|
||||||
tokio = { version = "1", features = ["full"] }
|
tokio = { version = "1", features = ["full"] }
|
||||||
futures = "0.3.25"
|
futures = "0.3.25"
|
||||||
webpki = "0.22.0"
|
webpki = "0.22.0"
|
||||||
|
Loading…
Reference in New Issue
Block a user