Skip to content

Commit

Permalink
Merge pull request #77 from hubertshelley/dependabot/cargo/cron-0.14.0
Browse files Browse the repository at this point in the history
chore(deps): update cron requirement from 0.13.0 to 0.14.0
  • Loading branch information
hubertshelley authored Dec 28, 2024
2 parents 9bb949a + f76d77d commit 2ba8f34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion silent/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ tokio-util = "0.7.12"
anyhow = "1.0.91"

# Scheduler
cron = { version = "0.13.0", optional = true }
cron = { version = "0.14.0", optional = true }

# Multipart
multer = { version = "3.1.0", optional = true }
Expand Down

0 comments on commit 2ba8f34

Please sign in to comment.