diff --git a/Cargo.lock b/Cargo.lock index 6680281..2074e9a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -28,9 +28,9 @@ dependencies = [ [[package]] name = "anyhow" -version = "1.0.93" +version = "1.0.95" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4c95c10ba0b00a02636238b814946408b1322d5ac4760326e6fb8ec956d85775" +checksum = "34ac096ce696dc2fcabef30516bb13c0a68a11d30131d3df6f04711467681b04" [[package]] name = "askama" diff --git a/Cargo.toml b/Cargo.toml index 891557e..af755e6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -43,7 +43,7 @@ serde_json = "1.0.133" sha2 = "0.10.8" base16ct = { version = "0.2.0", features = ["alloc"] } urlencoding = "2.1.3" -anyhow = "1.0.93" +anyhow = "1.0.95" http = "1.1.0" tower = { version = "0.5.1", features = ["util"] } async-trait = "0.1.83"