Skip to content

Commit be525a6

Browse files
chore(deps): bump tokio from 1.45.1 to 1.48.0 in /rustbee-common
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]>
1 parent 954caef commit be525a6

File tree

2 files changed

+28
-74
lines changed

2 files changed

+28
-74
lines changed

rustbee-common/Cargo.lock

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

rustbee-common/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@ interprocess = { version = "2.2.2", features = ["tokio"] }
2121
log = "0.4.27"
2222
serde = "1.0.219"
2323
serde_json = "1.0.140"
24-
tokio = { version = "1.45.1", features = ["fs", "macros", "process", "signal"] }
24+
tokio = { version = "1.48.0", features = ["fs", "macros", "process", "signal"] }
2525
uuid = "1.16.0"
2626
windows = { version = "0.59.0", features = ["Devices_Bluetooth", "Win32_System_Diagnostics_ToolHelp", "Win32_System_Threading"] }

0 commit comments

Comments
 (0)