Skip to content

Commit

Permalink
chore(deps): update cron requirement from 0.14.0 to 0.15.0
Browse files Browse the repository at this point in the history
Updates the requirements on [cron](https://github.com/zslayton/cron) to permit the latest version.
- [Release notes](https://github.com/zslayton/cron/releases)
- [Commits](zslayton/cron@v0.14.0...v0.15.0)

---
updated-dependencies:
- dependency-name: cron
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jan 15, 2025
1 parent e45ef93 commit 22c18f2
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.13"
anyhow = "1.0.95"

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

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

0 comments on commit 22c18f2

Please sign in to comment.