From f348c8d444730a43e7ac5511a14b89c85f9dc414 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Jan 2026 11:01:36 +0000 Subject: [PATCH] Bump tokio from 1.43.3 to 1.43.4 in /data/render Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.43.3 to 1.43.4. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.43.3...tokio-1.43.4) --- updated-dependencies: - dependency-name: tokio dependency-version: 1.43.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- data/render/Cargo.lock | 4 ++-- data/render/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/data/render/Cargo.lock b/data/render/Cargo.lock index 556179536..783a600e3 100644 --- a/data/render/Cargo.lock +++ b/data/render/Cargo.lock @@ -1206,9 +1206,9 @@ checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" [[package]] name = "tokio" -version = "1.43.3" +version = "1.43.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9a71332c8f602f51b88850a6e66aff65cd3d6f0e0103c20b76c6c4634bc7a5ab" +checksum = "333f1ce734dbc263af1106964dba1f8c993a91d1857910fb542d45179c3d3da5" dependencies = [ "backtrace", "bytes", diff --git a/data/render/Cargo.toml b/data/render/Cargo.toml index 40fd3ab1a..e568c5900 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.3", features = ["rt-multi-thread", "macros"] } +tokio = { version = "1.43.4", features = ["rt-multi-thread", "macros"] } chrono = "0.4.42" anyhow = "1.0.100" pico-args = "0.5.0"