From 8c00bf3d8ba6853429315ead0d608929bc815288 Mon Sep 17 00:00:00 2001 From: Ian Douglas Scott Date: Thu, 25 Jul 2024 14:27:07 -0700 Subject: [PATCH] Update `ashpd` and `fraction` --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 0cb519a5..c7316d36 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -74,7 +74,7 @@ xdg-portal = ["ashpd"] [dependencies] apply = "0.3.0" -ashpd = { version = "0.8.1", default-features = false, optional = true } +ashpd = { version = "0.9.1", default-features = false, optional = true } async-fs = { version = "2.1", optional = true } cctk = { git = "https://github.com/pop-os/cosmic-protocols", package = "cosmic-client-toolkit", rev = "c8d3a1c", optional = true } chrono = "0.4.35" @@ -82,7 +82,7 @@ cosmic-config = { path = "cosmic-config" } cosmic-settings-daemon = { git = "https://github.com/pop-os/dbus-settings-bindings", optional = true } css-color = "0.2.5" derive_setters = "0.1.5" -fraction = "0.14.0" +fraction = "0.15.3" image = { version = "0.25.1", optional = true } lazy_static = "1.4.0" libc = { version = "0.2.155", optional = true }