diff --git a/Cargo.toml b/Cargo.toml index d30c6d6..7bee46a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,11 +6,11 @@ edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -actix-web = "4.3.0" +actix-web = "4.3.1" dotenv = "0.15.0" envy = "0.4.2" -futures = "0.3" -serde = "1.0.186" +futures = "0.3.28" +serde = "1.0.188" rand = "0.8.5"