diff --git a/Cargo.lock b/Cargo.lock index a41c7e9..f85e4b7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -26,9 +26,9 @@ dependencies = [ [[package]] name = "anyhow" -version = "1.0.93" +version = "1.0.96" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4c95c10ba0b00a02636238b814946408b1322d5ac4760326e6fb8ec956d85775" +checksum = "6b964d184e89d9b6b67dd2715bc8e74cf3107fb2b529990c90cf517326150bf4" [[package]] name = "autocfg" diff --git a/Cargo.toml b/Cargo.toml index 6afb5d0..642cb83 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,5 +20,5 @@ cursive = { version = "0.21.1", features = [ "toml", ], default-features = false } url = { version = "2.5.3", features = ["serde"] } -anyhow = "1.0.93" +anyhow = "1.0.96" regex = "1.11.1"