diff --git a/Cargo.lock b/Cargo.lock index 571cf75..4ff4e3e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -110,9 +110,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" @@ -2348,9 +2348,9 @@ checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" [[package]] name = "tokio" -version = "1.41.0" +version = "1.41.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "145f3413504347a2be84393cc8a7d2fb4d863b375909ea59f2158261aa258bbb" +checksum = "22cfb5bee7a6a52939ca9224d6ac897bb669134078daa8735560897f69de4d33" dependencies = [ "backtrace", "bytes", diff --git a/Cargo.toml b/Cargo.toml index 3a4b915..409645f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,7 +13,7 @@ license = "Apache-2.0" rust-version = "1.81" [workspace.dependencies] -anyhow = "1.0.92" +anyhow = "1.0.93" askama = "0.12.1" async-trait = "0.1.83" axum = { version = "0.7.7", features = ["macros"] } @@ -39,7 +39,7 @@ serde_json = "1.0.132" serde_yaml = "0.9.34" sha2 = "0.10.8" thiserror = "1.0.67" -tokio = { version = "1.41.0", features = [ +tokio = { version = "1.41.1", features = [ "macros", "process", "rt-multi-thread",