Update time requirement from 0.2.15 to 0.3.0 #309
2 changed files with 2 additions and 2 deletions
|
@ -43,7 +43,7 @@ features = ["run-for-all", "precommit-hook", "run-cargo-fmt", "run-cargo-test",
|
||||||
chrono = "~0.4"
|
chrono = "~0.4"
|
||||||
failure = "~0.1"
|
failure = "~0.1"
|
||||||
lazy_static = "~1.4"
|
lazy_static = "~1.4"
|
||||||
time = "0.2.15"
|
time = "0.3.0"
|
||||||
log = "~0.4"
|
log = "~0.4"
|
||||||
uuid = { version = "~0.8", features = ["v4", "serde"] }
|
uuid = { version = "~0.8", features = ["v4", "serde"] }
|
||||||
|
|
||||||
|
|
|
@ -31,7 +31,7 @@ log = "~0.4"
|
||||||
tabwriter = "~1.2"
|
tabwriter = "~1.2"
|
||||||
tempfile = "~3.1"
|
tempfile = "~3.1"
|
||||||
termion = "~1.5"
|
termion = "~1.5"
|
||||||
time = "~0.2"
|
time = "~0.3"
|
||||||
|
|
||||||
[dependencies.rusqlite]
|
[dependencies.rusqlite]
|
||||||
version = "~0.24"
|
version = "~0.24"
|
||||||
|
|
Loading…
Reference in a new issue