diff --git a/Cargo.lock b/Cargo.lock index 2895a724..283adb57 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -255,9 +255,9 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" [[package]] name = "chrono" -version = "0.4.40" +version = "0.4.41" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1a7964611d71df112cb1730f2ee67324fcf4d0fc6606acbbe9bfe06df124637c" +checksum = "c469d952047f47f91b68d1cba3f10d63c11d73e4636f24f08daf0278abf01c4d" dependencies = [ "android-tzdata", "iana-time-zone", diff --git a/wayshot/Cargo.toml b/wayshot/Cargo.toml index da041254..83f81ee0 100644 --- a/wayshot/Cargo.toml +++ b/wayshot/Cargo.toml @@ -34,7 +34,7 @@ image = { version = "0.25", default-features = false, features = [ dialoguer = { version = "0.11.0", features = ["fuzzy-select"] } eyre = "0.6.12" -chrono = "0.4.39" +chrono = "0.4.41" wl-clipboard-rs = "0.9.2" rustix = { version = "1.0", features = ["process", "runtime"] }