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

@@ -4,10 +4,10 @@ version = "0.1.0"
edition = "2021"
[dependencies]
actix-web = "4.4.0"
anyhow = "1.0.75"
async-trait = "0.1.73"
derive_more = "0.99.17"
futures-util = "0.3.28"
quick-xml = "0.30.0"
actix-web = "4.4"
anyhow = "1.0"
async-trait = "0.1"
derive_more = "0.99"
futures-util = "0.3"
quick-xml = "0.30"
rustical_auth = { path = "../auth/" }