diff --git a/data/render/Cargo.lock b/data/render/Cargo.lock index ce9a3edc7..3575af397 100644 --- a/data/render/Cargo.lock +++ b/data/render/Cargo.lock @@ -1206,9 +1206,9 @@ checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" [[package]] name = "tokio" -version = "1.43.2" +version = "1.43.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "941bf965858b48d716811314431e8cf749811648475f4a6dd67ff5ceef0f8ed9" +checksum = "9a71332c8f602f51b88850a6e66aff65cd3d6f0e0103c20b76c6c4634bc7a5ab" dependencies = [ "backtrace", "bytes", diff --git a/data/render/Cargo.toml b/data/render/Cargo.toml index c7324d899..0232a6676 100644 --- a/data/render/Cargo.toml +++ b/data/render/Cargo.toml @@ -51,7 +51,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.2", features = ["rt-multi-thread", "macros"] } +tokio = { version = "1.43.3", features = ["rt-multi-thread", "macros"] } chrono = "0.4.42" anyhow = "1.0.100" pico-args = "0.5.0"