Skip to content

Commit 8c7782f

Browse files
Merge pull request #1675 from analysis-tools-dev/dependabot/cargo/data/render/tokio-1.43.1
2 parents 4a550c6 + f299704 commit 8c7782f

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
@@ -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.43.0", features = ["rt-multi-thread", "macros"] }
15+
tokio = { version = "1.43.1", features = ["rt-multi-thread", "macros"] }
1616
chrono = "0.4.40"
1717
anyhow = "1.0.97"
1818
pico-args = "0.5.0"

0 commit comments

Comments
 (0)