Skip to content

Commit 3a24cb5

Browse files
dependabot[bot]qwandor
authored andcommitted
Bump tokio from 1.24.1 to 1.24.2
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.24.1 to 1.24.2. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](https://github.com/tokio-rs/tokio/commits) --- updated-dependencies: - dependency-name: tokio dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent d896f2b commit 3a24cb5

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.24.1", features = ["rt"] }
24+
tokio = { version = "1.24.2", 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.24.1", features = ["macros", "rt", "rt-multi-thread", "time"] }
30+
tokio = { version = "1.24.2", features = ["macros", "rt", "rt-multi-thread", "time"] }

0 commit comments

Comments
 (0)