diff --git a/Cargo.lock b/Cargo.lock index 0c0e7ab..5394732 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -51,9 +51,9 @@ checksum = "41ed9a86bf92ae6580e0a31281f65a1b1d867c0cc68d5346e2ae128dddfa6a7d" [[package]] name = "anyhow" -version = "1.0.75" +version = "1.0.80" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a4668cab20f66d8d020e1fbc0ebe47217433c1b6c8f2040faf858554e394ace6" +checksum = "5ad32ce52e4161730f7098c077cd2ed6229b5804ccf99e5366be1ab72a98b4e1" [[package]] name = "assert_cmd" diff --git a/Cargo.toml b/Cargo.toml index 9eb2574..391f924 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,7 +13,7 @@ license = "MIT" build = "build.rs" [dependencies] -anyhow = "1.0.75" +anyhow = "1.0.80" base64 = "0.21.5" chrono = "0.4.31" clap = { version = "4.1.11", features = ["derive"] }