Compare commits

..

1 Commits

Author SHA1 Message Date
fe48a8b7fc fix(deps): update all dependencies 2025-03-27 13:53:32 +00:00

View File

@ -269,17 +269,6 @@ dependencies = [
"cfg-if",
]
[[package]]
name = "cron"
version = "0.15.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5877d3fbf742507b66bc2a1945106bd30dd8504019d596901ddd012a4dd01740"
dependencies = [
"chrono",
"once_cell",
"winnow",
]
[[package]]
name = "dotenvy"
version = "0.15.7"
@ -484,14 +473,13 @@ dependencies = [
[[package]]
name = "nodrift"
version = "0.3.4"
version = "0.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fe39753843af0abb0854587463ee2136d188800965f92c279be6167d8e0e23ae"
checksum = "edc66e11ab78dfa51a3eb1d33c43ee736ad58f16da4c851ea813a54c699e2b30"
dependencies = [
"anyhow",
"async-trait",
"chrono",
"cron",
"thiserror 2.0.12",
"tokio",
"tokio-util",
@ -1225,15 +1213,6 @@ version = "0.52.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
[[package]]
name = "winnow"
version = "0.6.26"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1e90edd2ac1aa278a5c4599b1d89cf03074b610800f866d4026dc199d7929a28"
dependencies = [
"memchr",
]
[[package]]
name = "wit-bindgen-rt"
version = "0.33.0"