From 070ae7a6ac8daf7a5d5abecc5a45b78611883246 Mon Sep 17 00:00:00 2001 From: Silas Bartha Date: Wed, 11 Dec 2024 03:36:50 -0500 Subject: Added automatic retry + updated dependencies --- Cargo.toml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index d3e6f8f..3d0574d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pomd" -version = "1.4.1" +version = "1.5.0" description = "A simple configurable pomodoro D-Bus daemon" license = "MIT OR Apache-2.0" edition = "2021" @@ -9,8 +9,8 @@ repository = "https://github.com/exvacuum/pomd" [dependencies] notify-rust = "4" -zbus = "3.14.1" -async-std = { version = "1.12.0", features = ["attributes"] } -pausable_clock = "1.0.1" -confy = "0.5.1" -serde = "1.0.193" +zbus = "5.1" +async-std = { version = "1.12", features = ["attributes"] } +pausable_clock = "1.0" +confy = "0.6" +serde = "1.0" -- cgit v1.2.3