diff --git a/rust-bindings/rust/Cargo.toml b/rust-bindings/rust/Cargo.toml index 89bb8f63..9cd087cd 100644 --- a/rust-bindings/rust/Cargo.toml +++ b/rust-bindings/rust/Cargo.toml @@ -33,18 +33,18 @@ members = [".", "sys"] [dependencies] libc = "0.2" -bitflags = "1" -glib = "0.9.0" -gio = "0.8.0" -glib-sys = "0.9.1" -gobject-sys = "0.9.1" -gio-sys = "0.9.1" -once_cell = "1.0" +bitflags = "1.2.1" +glib = "0.10.1" +gio = "0.9.0" +glib-sys = "0.10.0" +gobject-sys = "0.10.0" +gio-sys = "0.10.0" +once_cell = "1.4.0" ostree-sys = { version = "0.5.4", path = "sys" } [dev-dependencies] -maplit = "1.0.1" -openat = "0.1.17" +maplit = "1.0.2" +openat = "0.1.19" tempfile = "3" [features] diff --git a/rust-bindings/rust/sys/Cargo.toml b/rust-bindings/rust/sys/Cargo.toml index b4ec4b58..02c1c1ef 100644 --- a/rust-bindings/rust/sys/Cargo.toml +++ b/rust-bindings/rust/sys/Cargo.toml @@ -6,9 +6,9 @@ pkg-config = "0.3.7" system-deps = "1.3" [dependencies] -gio-sys = "0.9.1" -glib-sys = "0.9.1" -gobject-sys = "0.9.1" +gio-sys = "0.10.0" +glib-sys = "0.10.0" +gobject-sys = "0.10.0" libc = "0.2" [dev-dependencies]