Skip to content

Commit ee53597

Browse files
Merge pull request #1730 from analysis-tools-dev/dependabot/cargo/data/render/tokio-1.43.4
2 parents bb77027 + f348c8d commit ee53597

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

data/render/Cargo.lock

Lines changed: 2 additions & 2 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
@@ -51,7 +51,7 @@ askama = "0.12.1"
5151
# Switch back to crates as soon as a new release with tokio 1.x support is
5252
# released. See https://github.com/softprops/hubcaps/pull/285
5353
hubcaps = { git="https://github.com/softprops/hubcaps" }
54-
tokio = { version = "1.43.3", features = ["rt-multi-thread", "macros"] }
54+
tokio = { version = "1.43.4", features = ["rt-multi-thread", "macros"] }
5555
chrono = "0.4.42"
5656
anyhow = "1.0.100"
5757
pico-args = "0.5.0"

0 commit comments

Comments
 (0)