Merge pull request #22 from mwatts/dependabot/cargo/time-0.3.1
Update time requirement from 0.2.15 to 0.3.1
This commit is contained in:
commit
479fbc4572
3 changed files with 3 additions and 3 deletions
|
@ -48,7 +48,7 @@ assert_approx_eq = "~1.1"
|
||||||
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.1"
|
||||||
log = "~0.4"
|
log = "~0.4"
|
||||||
uuid = { version = "~0.8", features = ["v4", "serde"] }
|
uuid = { version = "~0.8", features = ["v4", "serde"] }
|
||||||
|
|
||||||
|
|
|
@ -15,7 +15,7 @@ itertools = "~0.10"
|
||||||
lazy_static = "~1.4"
|
lazy_static = "~1.4"
|
||||||
log = "~0.4"
|
log = "~0.4"
|
||||||
ordered-float = "~2.7"
|
ordered-float = "~2.7"
|
||||||
time = "~0.2"
|
time = "~0.3"
|
||||||
petgraph = "~0.6"
|
petgraph = "~0.6"
|
||||||
serde = { version = "~1.0", optional = true }
|
serde = { version = "~1.0", optional = true }
|
||||||
serde_json = { version = "~1.0", optional = true }
|
serde_json = { version = "~1.0", optional = true }
|
||||||
|
|
|
@ -31,7 +31,7 @@ log = "~0.4"
|
||||||
tabwriter = "~1.2"
|
tabwriter = "~1.2"
|
||||||
tempfile = "~3.2"
|
tempfile = "~3.2"
|
||||||
termion = "~1.5"
|
termion = "~1.5"
|
||||||
time = "~0.2"
|
time = "~0.3"
|
||||||
|
|
||||||
[dependencies.rusqlite]
|
[dependencies.rusqlite]
|
||||||
version = "~0.25"
|
version = "~0.25"
|
||||||
|
|
Loading…
Reference in a new issue