Update dependencies and make version constraints more lenient

This commit is contained in:
Lennart
2024-01-21 15:31:38 +01:00
parent 403d952e06
commit bc370f9fa9
7 changed files with 79 additions and 129 deletions

View File

@@ -6,9 +6,9 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
actix-web = "4.4.0"
actix-web-httpauth = "0.8.0"
derive_more = "0.99.17"
futures-util = "0.3.28"
password-auth = "1.0.0"
serde = { version = "1.0.188", features = ["derive"] }
actix-web = "4.4"
actix-web-httpauth = "0.8"
derive_more = "0.99"
futures-util = "0.3"
password-auth = "1.0"
serde = { version = "1.0", features = ["derive"] }