Update dependency: kairos: 0.1 -> 0.2
This commit is contained in:
parent
abf6a3c384
commit
c65e73acc8
3 changed files with 3 additions and 3 deletions
|
@ -26,7 +26,7 @@ chrono = "0.4"
|
|||
log = "0.4"
|
||||
toml = "0.4"
|
||||
toml-query = "0.7"
|
||||
kairos = "0.1.0"
|
||||
kairos = "0.2"
|
||||
prettytable-rs = "0.6"
|
||||
|
||||
libimagerror = { version = "0.9.0", path = "../../../lib/core/libimagerror" }
|
||||
|
|
|
@ -27,7 +27,7 @@ chrono = "0.4"
|
|||
filters = "0.3"
|
||||
itertools = "0.7"
|
||||
prettytable-rs = "0.6"
|
||||
kairos = "0.1"
|
||||
kairos = "0.2"
|
||||
|
||||
libimagstore = { version = "0.9.0", path = "../../../lib/core/libimagstore" }
|
||||
libimagrt = { version = "0.9.0", path = "../../../lib/core/libimagrt" }
|
||||
|
|
|
@ -25,7 +25,7 @@ log = "0.4"
|
|||
toml = "0.4"
|
||||
toml-query = "0.7"
|
||||
error-chain = "0.12"
|
||||
kairos = "0.1.0"
|
||||
kairos = "0.2"
|
||||
|
||||
libimagstore = { version = "0.9.0", path = "../../../lib/core/libimagstore" }
|
||||
libimagerror = { version = "0.9.0", path = "../../../lib/core/libimagerror" }
|
||||
|
|
Loading…
Reference in a new issue