From 374bd69f6d5aa46ce9b4d7f4f2acb871b1d2426b Mon Sep 17 00:00:00 2001 From: Ricky Kresslein Date: Tue, 7 Jun 2022 11:48:05 +0300 Subject: Update crates (including GTK-rs) --- Cargo.toml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 6adf376..97078f2 100755 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,21 +6,20 @@ edition = "2018" [dependencies] gettext-rs = { version = "0.7", features = ["gettext-system"] } -rusqlite = "0.26.3" +rusqlite = "0.27.0" chrono = "0.4" directories = "4.0" -once_cell = "1.9.0" +once_cell = "1.12.0" dbus = "0.9.5" dbus-codegen = "0.10.0" log = "0.4" -gtk4-macros = "=0.4.3" +gtk4-macros = "0.4.8" itertools = "0.10.3" [dependencies.gtk] package = "gtk4" -version = "=0.4.6" +version = "0.4.8" [dependencies.adw] package = "libadwaita" version = "0.1.1" - -- cgit 1.4.1