Skip to content

Commit

Permalink
chore(deps): update cron requirement from 0.13.0 to 0.14.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.13.0...v0.14.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Dec 27, 2024
1 parent 9bb949a commit f76d77d
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 f76d77d

Please sign in to comment.