mirror of
https://github.com/lennart-k/rustical.git
synced 2025-12-14 14:02:29 +00:00
Update dependencies and make version constraints more lenient
This commit is contained in:
@@ -4,9 +4,9 @@ version = "0.1.0"
|
||||
edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
actix-web = "4.4.0"
|
||||
anyhow = { version = "1.0.75", features = ["backtrace"] }
|
||||
actix-web = "4.4"
|
||||
anyhow = { version = "1.0", features = ["backtrace"] }
|
||||
rustical_store = { path = "../store/" }
|
||||
serde = "1.0.188"
|
||||
serde_json = "1.0.105"
|
||||
tokio = { version = "1.32.0", features = ["sync"] }
|
||||
serde = "1.0"
|
||||
serde_json = "1.0"
|
||||
tokio = { version = "1.32", features = ["sync"] }
|
||||
|
||||
Reference in New Issue
Block a user