diff --git a/Cargo.toml b/Cargo.toml index c2263f5..eaf2f8f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -75,11 +75,11 @@ package = "tokio-native-tls" [dependencies.gio] optional = true -version = "0.8" +version = "0.9" [dependencies.glib] optional = true -version = "0.9" +version = "0.10" [dev-dependencies] futures = "0.3"