Skip to content

Commit

Permalink
Merge pull request #80 from silent-rs/dependabot/cargo/cron-0.15.0
Browse files Browse the repository at this point in the history
chore(deps): update cron requirement from 0.14.0 to 0.15.0
  • Loading branch information
hubertshelley authored Jan 23, 2025
2 parents ddda571 + 22c18f2 commit 7e57a6d
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 7e57a6d

Please sign in to comment.