diff --git a/Cargo.lock b/Cargo.lock index 596e74a..228254a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -77,9 +77,9 @@ dependencies = [ [[package]] name = "anyhow" -version = "1.0.93" +version = "1.0.94" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4c95c10ba0b00a02636238b814946408b1322d5ac4760326e6fb8ec956d85775" +checksum = "c1fd03a028ef38ba2276dce7e33fcd6369c158a1bca17946c4b1b701891c1ff7" [[package]] name = "askama" diff --git a/Cargo.toml b/Cargo.toml index a862c04..40aca51 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,7 +16,7 @@ askama = { version = "0.12.0", features = [ "mime", "mime_guess", ] } -anyhow = "1.0.93" +anyhow = "1.0.94" base_url = "1.1.0" reqwest = { version = "0.12.9", features = [ "json",