tests/inst: Bump to latest ostree and gtk-rs
Updating our tests to the latest ostree crate is so deliciously circular.
This commit is contained in:
parent
364556b8ae
commit
9f8c3f4400
|
|
@ -17,9 +17,9 @@ serde_json = "1.0"
|
||||||
commandspec = "0.12.2"
|
commandspec = "0.12.2"
|
||||||
anyhow = "1.0"
|
anyhow = "1.0"
|
||||||
tempfile = "3.1.0"
|
tempfile = "3.1.0"
|
||||||
glib = "0.9.1"
|
glib = "0.10"
|
||||||
gio = "0.8"
|
gio = "0.9"
|
||||||
ostree = { version = "0.7.1", features = ["v2020_1"] }
|
ostree = { version = "0.8.0", features = ["v2020_1"] }
|
||||||
libtest-mimic = "0.3.0"
|
libtest-mimic = "0.3.0"
|
||||||
twoway = "0.2.1"
|
twoway = "0.2.1"
|
||||||
hyper = "0.13"
|
hyper = "0.13"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue