mirror of
https://github.com/lennart-k/rustical.git
synced 2025-12-14 04:42:15 +00:00
bump dependencies
This commit is contained in:
@@ -20,12 +20,12 @@ sqlx = { version = "0.8", features = [
|
||||
"runtime-tokio",
|
||||
"migrate",
|
||||
] }
|
||||
tokio = { version = "1.35", features = ["sync", "full"] }
|
||||
tokio = { version = "1.39", features = ["sync", "full"] }
|
||||
toml = "0.8"
|
||||
ical = { version = "0.11", features = ["generator", "serde"] }
|
||||
chrono = { version = "0.4", features = ["serde"] }
|
||||
regex = "1.10"
|
||||
lazy_static = "1.4"
|
||||
lazy_static = "1.5"
|
||||
rstest = "0.21"
|
||||
rstest_reuse = "0.7.0"
|
||||
thiserror = "1.0.61"
|
||||
|
||||
Reference in New Issue
Block a user