From c2be123e40b3dc7db29dbc8ada954b6c4aad76c4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Jul 2024 11:28:40 +0000 Subject: [PATCH] Bump tokio from 1.38.0 to 1.38.1 in /data/render Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.38.0 to 1.38.1. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.38.0...tokio-1.38.1) --- updated-dependencies: - dependency-name: tokio 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 b4acf5e37..5a7049930 100644 --- a/data/render/Cargo.lock +++ b/data/render/Cargo.lock @@ -1127,9 +1127,9 @@ checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c" [[package]] name = "tokio" -version = "1.38.0" +version = "1.38.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ba4f4a02a7a80d6f274636f0aa95c7e383b912d41fe721a31f29e29698585a4a" +checksum = "eb2caba9f80616f438e09748d5acda951967e1ea58508ef53d9c6402485a46df" dependencies = [ "backtrace", "bytes", diff --git a/data/render/Cargo.toml b/data/render/Cargo.toml index e2fa12940..df7124dc8 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.38.0", features = ["rt-multi-thread", "macros"] } +tokio = { version = "1.38.1", features = ["rt-multi-thread", "macros"] } chrono = "0.4.38" anyhow = "1.0.86" pico-args = "0.5.0"