Merge pull request #2174 from cgwalters/bump-self

tests/inst: Bump to latest ostree and gtk-rs
This commit is contained in:
OpenShift Merge Robot 2020-08-18 23:08:36 +02:00 committed by GitHub
commit b92f240e72
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -17,9 +17,9 @@ serde_json = "1.0"
commandspec = "0.12.2"
anyhow = "1.0"
tempfile = "3.1.0"
glib = "0.9.1"
gio = "0.8"
ostree = { version = "0.7.1", features = ["v2020_1"] }
glib = "0.10"
gio = "0.9"
ostree = { version = "0.8.0", features = ["v2020_1"] }
libtest-mimic = "0.3.0"
twoway = "0.2.1"
hyper = "0.13"