diff --git a/Cargo.lock b/Cargo.lock index 8612f96..3aa3c14 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -51,9 +51,9 @@ checksum = "41ed9a86bf92ae6580e0a31281f65a1b1d867c0cc68d5346e2ae128dddfa6a7d" [[package]] name = "anyhow" -version = "1.0.80" +version = "1.0.86" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5ad32ce52e4161730f7098c077cd2ed6229b5804ccf99e5366be1ab72a98b4e1" +checksum = "b3d1d046238990b9cf5bcde22a3fb3584ee5cf65fb2765f454ed428c7a0063da" [[package]] name = "assert_cmd" diff --git a/Cargo.toml b/Cargo.toml index ae79fa8..3e3e231 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,7 +13,7 @@ license = "MIT" build = "build.rs" [dependencies] -anyhow = "1.0.80" +anyhow = "1.0.86" base64 = "0.21.5" chrono = "0.4.38" clap = { version = "4.1.11", features = ["derive"] }