Skip to content

Commit cd3679b

Browse files
Bump tokio from 1.36.0 to 1.37.0 (#238)
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.36.0 to 1.37.0. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-1.36.0...tokio-1.37.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 237add7 commit cd3679b

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.21"
2121
serde = { version = "1.0.197", features = ["derive"] }
2222
serde-xml-rs = "0.6.0"
2323
thiserror = "1.0.58"
24-
tokio = { version = "1.36.0", features = ["rt"] }
24+
tokio = { version = "1.37.0", features = ["rt"] }
2525
uuid = "1.8.0"
2626

2727
[dev-dependencies]
2828
eyre = "0.6.12"
2929
pretty_env_logger = "0.5.0"
30-
tokio = { version = "1.36.0", features = ["macros", "rt", "rt-multi-thread", "time"] }
30+
tokio = { version = "1.37.0", features = ["macros", "rt", "rt-multi-thread", "time"] }

0 commit comments

Comments
 (0)