Skip to content

Commit d8e5099

Browse files
Bump tokio from 1.42.0 to 1.43.0 in /data/render (#1657)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 0ddce16 commit d8e5099

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

data/render/Cargo.lock

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

data/render/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ askama = "0.12.1"
1212
# Switch back to crates as soon as a new release with tokio 1.x support is
1313
# released. See https://github.com/softprops/hubcaps/pull/285
1414
hubcaps = { git="https://github.com/softprops/hubcaps" }
15-
tokio = { version = "1.42.0", features = ["rt-multi-thread", "macros"] }
15+
tokio = { version = "1.43.0", features = ["rt-multi-thread", "macros"] }
1616
chrono = "0.4.39"
1717
anyhow = "1.0.95"
1818
pico-args = "0.5.0"

0 commit comments

Comments
 (0)