chore(deps): bump tokio-cron-scheduler from 0.14.0 to 0.15.1 (#9267)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2026-05-15 14:05:35 -04:00
committed by GitHub
parent 594d8bc3be
commit d730785ca8
2 changed files with 43 additions and 12 deletions
Generated
+42 -11
View File
@@ -1945,6 +1945,16 @@ dependencies = [
"windows-link", "windows-link",
] ]
[[package]]
name = "chrono-tz"
version = "0.10.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a6139a8597ed92cf816dfb33f5dd6cf0bb93a6adc938f11039f371bc5bcd26c3"
dependencies = [
"chrono",
"phf 0.12.1",
]
[[package]] [[package]]
name = "cipher" name = "cipher"
version = "0.4.4" version = "0.4.4"
@@ -2426,11 +2436,13 @@ dependencies = [
[[package]] [[package]]
name = "croner" name = "croner"
version = "2.2.0" version = "3.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c344b0690c1ad1c7176fe18eb173e0c927008fdaaa256e40dfd43ddd149c0843" checksum = "4aa42bcd3d846ebf66e15bd528d1087f75d1c6c1c66ebff626178a106353c576"
dependencies = [ dependencies = [
"chrono", "chrono",
"derive_builder",
"strum 0.27.2",
] ]
[[package]] [[package]]
@@ -3074,7 +3086,7 @@ dependencies = [
"node_resolver", "node_resolver",
"once_cell", "once_cell",
"parking_lot", "parking_lot",
"phf", "phf 0.11.3",
"serde", "serde",
"serde_json", "serde_json",
"sys_traits", "sys_traits",
@@ -7353,7 +7365,16 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1fd6780a80ae0c52cc120a26a1a42c1ae51b247a253e4e06113d23d2c2edd078" checksum = "1fd6780a80ae0c52cc120a26a1a42c1ae51b247a253e4e06113d23d2c2edd078"
dependencies = [ dependencies = [
"phf_macros", "phf_macros",
"phf_shared", "phf_shared 0.11.3",
]
[[package]]
name = "phf"
version = "0.12.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "913273894cec178f401a31ec4b656318d95473527be05c0752cc41cdc32be8b7"
dependencies = [
"phf_shared 0.12.1",
] ]
[[package]] [[package]]
@@ -7362,7 +7383,7 @@ version = "0.11.3"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3c80231409c20246a13fddb31776fb942c38553c51e871f8cbd687a4cfb5843d" checksum = "3c80231409c20246a13fddb31776fb942c38553c51e871f8cbd687a4cfb5843d"
dependencies = [ dependencies = [
"phf_shared", "phf_shared 0.11.3",
"rand 0.8.5", "rand 0.8.5",
] ]
@@ -7373,7 +7394,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f84ac04429c13a7ff43785d75ad27569f2951ce0ffd30a3321230db2fc727216" checksum = "f84ac04429c13a7ff43785d75ad27569f2951ce0ffd30a3321230db2fc727216"
dependencies = [ dependencies = [
"phf_generator", "phf_generator",
"phf_shared", "phf_shared 0.11.3",
"proc-macro2", "proc-macro2",
"quote", "quote",
"syn 2.0.117", "syn 2.0.117",
@@ -7388,6 +7409,15 @@ dependencies = [
"siphasher 1.0.2", "siphasher 1.0.2",
] ]
[[package]]
name = "phf_shared"
version = "0.12.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "06005508882fb681fd97892ecff4b7fd0fee13ef1aa569f8695dae7ab9099981"
dependencies = [
"siphasher 1.0.2",
]
[[package]] [[package]]
name = "pin-project" name = "pin-project"
version = "1.1.11" version = "1.1.11"
@@ -9881,7 +9911,7 @@ dependencies = [
"is-macro", "is-macro",
"num-bigint", "num-bigint",
"once_cell", "once_cell",
"phf", "phf 0.11.3",
"rustc-hash 2.1.1", "rustc-hash 2.1.1",
"serde", "serde",
"string_enum", "string_enum",
@@ -9972,7 +10002,7 @@ dependencies = [
"bitflags 2.11.0", "bitflags 2.11.0",
"either", "either",
"num-bigint", "num-bigint",
"phf", "phf 0.11.3",
"rustc-hash 2.1.1", "rustc-hash 2.1.1",
"seq-macro", "seq-macro",
"serde", "serde",
@@ -9994,7 +10024,7 @@ dependencies = [
"indexmap 2.14.0", "indexmap 2.14.0",
"once_cell", "once_cell",
"par-core", "par-core",
"phf", "phf 0.11.3",
"rustc-hash 2.1.1", "rustc-hash 2.1.1",
"serde", "serde",
"swc_atoms", "swc_atoms",
@@ -10955,11 +10985,12 @@ dependencies = [
[[package]] [[package]]
name = "tokio-cron-scheduler" name = "tokio-cron-scheduler"
version = "0.14.0" version = "0.15.1"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5c71ce8f810abc9fabebccc30302a952f9e89c6cf246fafaf170fef164063141" checksum = "1f50e41f200fd8ed426489bd356910ede4f053e30cebfbd59ef0f856f0d7432a"
dependencies = [ dependencies = [
"chrono", "chrono",
"chrono-tz",
"croner", "croner",
"num-derive", "num-derive",
"num-traits", "num-traits",
+1 -1
View File
@@ -119,7 +119,7 @@ fs-err = "3"
goose-sdk = { path = "../goose-sdk" } goose-sdk = { path = "../goose-sdk" }
rand = { workspace = true } rand = { workspace = true }
utoipa = { workspace = true, features = ["chrono"] } utoipa = { workspace = true, features = ["chrono"] }
tokio-cron-scheduler = "0.14.0" tokio-cron-scheduler = "0.15.1"
urlencoding = { workspace = true } urlencoding = { workspace = true }
v_htmlescape = "0.15" v_htmlescape = "0.15"
sqlx = { version = "0.8", default-features = false, features = [ sqlx = { version = "0.8", default-features = false, features = [