Skip to content

Commit 3b76c00

Browse files
committed
dependencies: removed cron-parser
1 parent bcbc9a5 commit 3b76c00

3 files changed

Lines changed: 0 additions & 14 deletions

File tree

Cargo.lock

Lines changed: 0 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ prost = "0.14.0"
2323
tonic-health = "0.14.0"
2424
futures-lite = "2.6.1"
2525
chrono = "0.4.42"
26-
cron-parser = "0.11.0"
2726
cron = "0.15.0"
2827

2928
[workspace.dependencies.http]

adapter/cron/Cargo.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,8 @@ edition.workspace = true
55

66
[dependencies]
77
tokio = {workspace = true}
8-
cron-parser = {workspace = true}
98
chrono = {workspace = true}
109
cron = {workspace = true}
11-
async-nats = {workspace = true}
1210
base = {workspace = true}
1311
tucana = {workspace = true}
1412
async-trait = {workspace = true}

0 commit comments

Comments
 (0)