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