From 2f2319c125597ac7b406c7ac7568e207b7320f76 Mon Sep 17 00:00:00 2001 From: Philippe Normand Date: Tue, 14 Jul 2020 18:44:40 +0100 Subject: [PATCH] Update to gio 0.9 and glib 0.10 --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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"