Skip to content

Commit 6c474af

Browse files
Update Rust crate tokio to 1.24 [SECURITY] (#20)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 8ffeb7c commit 6c474af

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

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.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ env_logger = "0.10"
1919
lazy_static = "1.4"
2020

2121
# async
22-
tokio = { version = "1.23", features = ["macros", "time", "rt-multi-thread"] }
22+
tokio = { version = "1.24", features = ["macros", "time", "rt-multi-thread"] }
2323
futures = "0.3"
2424

2525
# Bluetooth support

0 commit comments

Comments
 (0)