diff --git a/Cargo.lock b/Cargo.lock index b0c5b7d2..3c4d4a7c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -54,9 +54,9 @@ dependencies = [ [[package]] name = "anyhow" -version = "1.0.101" +version = "1.0.102" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5f0e0fee31ef5ed1ba1316088939cea399010ed7731dba877ed44aeb407a75ea" +checksum = "7f202df86484c868dbad7eaa557ef785d5c66295e41b460ef922eca0723b842c" [[package]] name = "async-broadcast" diff --git a/Cargo.toml b/Cargo.toml index cdfa9c78..1030e1b6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -38,7 +38,7 @@ gtk = { version = "0.10.3", package = "gtk4" } glib = "0.21.5" dirs = "6.0.0" fs2 = "0.4.3" -anyhow = "1.0.101" +anyhow = "1.0.102" clap = { version = "4.5.60", features = ["derive"] } async-trait = "0.1.89" tokio = { version = "1.49.0", features = ["rt-multi-thread", "macros", "sync", "time"] }