Bump and under-specify dependencies.
This commit is contained in:
parent
3138c3ed18
commit
12144e30ea
3 changed files with 12 additions and 12 deletions
|
@ -18,10 +18,10 @@ rustc_version = "0.1.7"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
chrono = "0.3"
|
chrono = "0.3"
|
||||||
clap = "2.19.3"
|
clap = "2.23"
|
||||||
error-chain = "0.8.1"
|
error-chain = "0.8.1"
|
||||||
nickel = "0.9.0"
|
nickel = "0.9.0"
|
||||||
time = "0.1.35"
|
time = "0.1"
|
||||||
|
|
||||||
[dependencies.rusqlite]
|
[dependencies.rusqlite]
|
||||||
version = "0.11"
|
version = "0.11"
|
||||||
|
|
|
@ -5,10 +5,10 @@ workspace = ".."
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
error-chain = "0.8.1"
|
error-chain = "0.8.1"
|
||||||
itertools = "0.5.9"
|
itertools = "0.5"
|
||||||
lazy_static = "0.2.2"
|
lazy_static = "0.2"
|
||||||
ordered-float = "0.4.0"
|
ordered-float = "0.4"
|
||||||
time = "0.1.35"
|
time = "0.1"
|
||||||
|
|
||||||
[dependencies.rusqlite]
|
[dependencies.rusqlite]
|
||||||
version = "0.11"
|
version = "0.11"
|
||||||
|
|
|
@ -12,11 +12,11 @@ readme = "./README.md"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
chrono = "0.3"
|
chrono = "0.3"
|
||||||
itertools = "0.5.9"
|
itertools = "0.5"
|
||||||
num = "0.1.35"
|
num = "0.1"
|
||||||
ordered-float = "0.4.0"
|
ordered-float = "0.4"
|
||||||
pretty = "0.2.0"
|
pretty = "0.2"
|
||||||
uuid = "0.5.0"
|
uuid = "0.5"
|
||||||
|
|
||||||
[build-dependencies]
|
[build-dependencies]
|
||||||
peg = "0.5.1"
|
peg = "0.5"
|
||||||
|
|
Loading…
Reference in a new issue