Skip to content

Commit 2cb129a

Browse files
Bump tokio from 1.44.0 to 1.44.1 (#317)
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.44.0 to 1.44.1. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-1.44.0...tokio-1.44.1) --- updated-dependencies: - dependency-name: tokio dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 1427213 commit 2cb129a

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
@@ -23,13 +23,13 @@ log = "0.4.26"
2323
serde = { version = "1.0.219", features = ["derive"] }
2424
serde-xml-rs = "0.6.0"
2525
thiserror = "2.0.12"
26-
tokio = { version = "1.44.0", features = ["rt"] }
26+
tokio = { version = "1.44.1", features = ["rt"] }
2727
uuid = "1.15.1"
2828

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

0 commit comments

Comments
 (0)