diff --git a/data/render/Cargo.lock b/data/render/Cargo.lock index 17a21f113..3431a907e 100644 --- a/data/render/Cargo.lock +++ b/data/render/Cargo.lock @@ -1116,9 +1116,9 @@ checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c" [[package]] name = "tokio" -version = "1.43.1" +version = "1.43.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "492a604e2fd7f814268a378409e6c92b5525d747d10db9a229723f55a417958c" +checksum = "941bf965858b48d716811314431e8cf749811648475f4a6dd67ff5ceef0f8ed9" dependencies = [ "backtrace", "bytes", diff --git a/data/render/Cargo.toml b/data/render/Cargo.toml index e1902d4c5..57ff76669 100644 --- a/data/render/Cargo.toml +++ b/data/render/Cargo.toml @@ -12,7 +12,7 @@ askama = "0.12.1" # Switch back to crates as soon as a new release with tokio 1.x support is # released. See https://github.com/softprops/hubcaps/pull/285 hubcaps = { git="https://github.com/softprops/hubcaps" } -tokio = { version = "1.43.1", features = ["rt-multi-thread", "macros"] } +tokio = { version = "1.43.2", features = ["rt-multi-thread", "macros"] } chrono = "0.4.41" anyhow = "1.0.98" pico-args = "0.5.0"