Skip to content

Commit 9e7cca2

Browse files
Bump tokio from 1.45.1 to 1.48.0 (#346)
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.45.1 to 1.48.0. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-1.45.1...tokio-1.48.0) --- updated-dependencies: - dependency-name: tokio dependency-version: 1.48.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent ec36d56 commit 9e7cca2

File tree

2 files changed

+102
-80
lines changed

2 files changed

+102
-80
lines changed

Cargo.lock

Lines changed: 100 additions & 78 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.28"
2323
serde = { version = "1.0.228", features = ["derive"] }
2424
serde-xml-rs = "0.8.1"
2525
thiserror = "2.0.17"
26-
tokio = { version = "1.45.1", features = ["rt"] }
26+
tokio = { version = "1.48.0", features = ["rt"] }
2727
uuid = "1.16.0"
2828

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

0 commit comments

Comments
 (0)