Skip to content

Commit

Permalink
chore(deps): bump tokio from 1.42.0 to 1.43.0 in /rustbee-daemon
Browse files Browse the repository at this point in the history
  • Loading branch information
Snoupix authored Jan 17, 2025
2 parents 757bb1e + 8346385 commit 4e126e0
Show file tree
Hide file tree
Showing 2 changed files with 60 additions and 41 deletions.
99 changes: 59 additions & 40 deletions rustbee-daemon/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion rustbee-daemon/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ edition = "2021"

[dependencies]
interprocess = { version = "2.2.2", features = ["tokio"] }
tokio = { version = "1.42.0", features = ["fs", "rt", "macros", "signal", "rt-multi-thread", "time"] }
tokio = { version = "1.43.0", features = ["fs", "rt", "macros", "signal", "rt-multi-thread", "time"] }
rustbee-common = { path = "../rustbee-common" }
futures = "0.3.30"

0 comments on commit 4e126e0

Please sign in to comment.