Skip to content

Commit a3a0f16

Browse files
Bump tokio from 1.42.0 to 1.43.0 (#298)
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.42.0 to 1.43.0. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-1.42.0...tokio-1.43.0) --- updated-dependencies: - dependency-name: tokio dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent bf8e162 commit a3a0f16

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

Cargo.lock

Lines changed: 6 additions & 6 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
@@ -23,13 +23,13 @@ log = "0.4.22"
2323
serde = { version = "1.0.217", features = ["derive"] }
2424
serde-xml-rs = "0.6.0"
2525
thiserror = "2.0.9"
26-
tokio = { version = "1.42.0", features = ["rt"] }
26+
tokio = { version = "1.43.0", features = ["rt"] }
2727
uuid = "1.11.0"
2828

2929
[dev-dependencies]
3030
eyre = "0.6.12"
3131
pretty_env_logger = "0.5.0"
32-
tokio = { version = "1.42.0", features = [
32+
tokio = { version = "1.43.0", features = [
3333
"macros",
3434
"rt",
3535
"rt-multi-thread",

0 commit comments

Comments
 (0)