Browse Source

Update time requirement from 0.1 to 0.2

Updates the requirements on [time](https://github.com/time-rs/time) to permit the latest version.
- [Release notes](https://github.com/time-rs/time/releases)
- [Commits](https://github.com/time-rs/time/compare/0.1.35...v0.2.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
pull/13/head
dependabot-preview[bot] 6 years ago
committed by GitHub
parent
commit
9795845d1d
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      acmed/Cargo.toml

2
acmed/Cargo.toml

@ -22,7 +22,7 @@ nom = "5.0"
openssl-sys = "0.9"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
time = "0.1"
time = "0.2"
toml = "0.5"
[build-dependencies]

Loading…
Cancel
Save