Skip to content

Commit 1821b9d

Browse files
chore(deps): bump tokio from 1.51.0 to 1.51.1 in the minor-updates group
Bumps the minor-updates group with 1 update: [tokio](https://github.com/tokio-rs/tokio). Updates `tokio` from 1.51.0 to 1.51.1 - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-1.51.0...tokio-1.51.1) --- updated-dependencies: - dependency-name: tokio dependency-version: 1.51.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-updates ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 8367e66 commit 1821b9d

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
@@ -44,7 +44,7 @@ embedded-graphics = { version = "0.8.2", optional = true }
4444
hidapi = { version = "2.6.5", optional = true }
4545
btleplug = { version = "0.12.0", optional = true }
4646
uuid = { version = "1.23.0", optional = true }
47-
tokio = { version = "1.51.0", features = ["rt"], optional = true }
47+
tokio = { version = "1.51.1", features = ["rt"], optional = true }
4848
serde = { version = "1.0.219", features = ["derive"], optional = true }
4949
serde_json = { version = "1.0.149", optional = true }
5050
time = "0.3.47"

0 commit comments

Comments
 (0)