diff --git a/Cargo.lock b/Cargo.lock index 5d4a72f..29c8e64 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -52,9 +52,9 @@ dependencies = [ [[package]] name = "anyhow" -version = "1.0.88" +version = "1.0.94" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4e1496f8fb1fbf272686b8d37f523dab3e4a7443300055e74cdaa449f3114356" +checksum = "c1fd03a028ef38ba2276dce7e33fcd6369c158a1bca17946c4b1b701891c1ff7" [[package]] name = "clap" diff --git a/Cargo.toml b/Cargo.toml index f5f4d0f..a7baa8f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,5 +11,5 @@ categories = ["cli"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -anyhow = "1.0.88" +anyhow = "1.0.94" clap = { version = "4.5.17", features = ["derive"] }