diff --git a/data/render/Cargo.lock b/data/render/Cargo.lock index b3051fb2b..fb0630b5a 100644 --- a/data/render/Cargo.lock +++ b/data/render/Cargo.lock @@ -1136,9 +1136,9 @@ checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c" [[package]] name = "tokio" -version = "1.32.0" +version = "1.33.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "17ed6077ed6cd6c74735e21f37eb16dc3935f96878b1fe961074089cc80893f9" +checksum = "4f38200e3ef7995e5ef13baec2f432a6da0aa9ac495b2c0e8f3b7eec2c92d653" dependencies = [ "backtrace", "bytes", diff --git a/data/render/Cargo.toml b/data/render/Cargo.toml index 484e497a1..e72b7e591 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.32.0", features = ["rt-multi-thread", "macros"] } +tokio = { version = "1.33.0", features = ["rt-multi-thread", "macros"] } chrono = "0.4.31" anyhow = "1.0.75" pico-args = "0.5.0"