diff options
author | Silas Bartha <[email protected]> | 2024-12-11 03:36:50 -0500 |
---|---|---|
committer | Silas Bartha <[email protected]> | 2024-12-11 03:36:50 -0500 |
commit | 070ae7a6ac8daf7a5d5abecc5a45b78611883246 (patch) | |
tree | 1a1b83a072b0ee195158be26d153a1d7ebfede7c /Cargo.toml | |
parent | 4c99274340d741d61aa4eb71f51241826f896cf4 (diff) |
Added automatic retry + updated dependenciesv1.5.0
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 12 |
1 files changed, 6 insertions, 6 deletions
@@ -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" |