Skip to content

Bump tokio-cron-scheduler from 0.8.1 to 0.9.3

Dunja Lalic requested to merge dependabot-cargo-tokio-cron-scheduler-0.9.3 into master

Bumps tokio-cron-scheduler from 0.8.1 to 0.9.3.

Release notes

Sourced from tokio-cron-scheduler's releases.

v0.9.2 Bugfix: Make deleter async

Solves mvniekerk/tokio-cron-scheduler#40 Thank you @​skrcka for the report.

v0.9.1 Bugfix: use oneshot channel for starting scheduler

There's a race condition on starting the scheduler when using Nats. Rewritten logic around starting the scheduler using a tokio oneshot channel.

v0.8.3 Remove time-rs

Removes the time-rs and oldtime feature (that enables time-rs on chrono). Thanks @​imurx for the report.

v0.8.2 Depency bumps

  1. Updated some depencies
  2. Removed the time crate
Commits

Merge request reports