Skip to content

Commit 93e9746

Browse files
chore(deps): bump tokio from 1.46.1 to 1.48.0
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.46.1 to 1.48.0. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-1.46.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]>
1 parent 954caef commit 93e9746

File tree

2 files changed

+30
-89
lines changed

2 files changed

+30
-89
lines changed

Cargo.lock

Lines changed: 29 additions & 88 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ edition = "2021"
66
[dependencies]
77
clap = { version = "4.5.40", features = ["derive"] }
88
color_space = "0.5.3"
9-
tokio = { version = "1.46.1", features = ["fs", "rt", "macros", "signal", "rt-multi-thread", "time"] }
9+
tokio = { version = "1.48.0", features = ["fs", "rt", "macros", "signal", "rt-multi-thread", "time"] }
1010
rustbee-common = { path = "rustbee-common" }
1111
btleplug = "0.11.7"
1212
futures = "0.3.31"

0 commit comments

Comments
 (0)