Skip to content

Commit 50a056f

Browse files
dependabot[bot]qwandor
authored andcommitted
Bump tokio from 1.23.1 to 1.24.1
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.23.1 to 1.24.1. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-1.23.1...tokio-1.24.1) --- updated-dependencies: - dependency-name: tokio dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 87259c6 commit 50a056f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
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.

bluez-async/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@ log = "0.4.17"
2121
serde = { version = "1.0.152", features = ["derive"] }
2222
serde-xml-rs = "0.6.0"
2323
thiserror = "1.0.38"
24-
tokio = { version = "1.23.1", features = ["rt"] }
24+
tokio = { version = "1.24.1", features = ["rt"] }
2525
uuid = "1.2.2"
2626

2727
[dev-dependencies]
2828
eyre = "0.6.8"
2929
pretty_env_logger = "0.4.0"
30-
tokio = { version = "1.23.1", features = ["macros", "rt", "rt-multi-thread", "time"] }
30+
tokio = { version = "1.24.1", features = ["macros", "rt", "rt-multi-thread", "time"] }

0 commit comments

Comments
 (0)