Skip to content

Commit

Permalink
Updated tokio dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
isaac-nls committed Sep 30, 2024
1 parent 956e007 commit 961998c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ version = "0.3.5"
[dependencies]
# async
async-trait = "0.1"
tokio = {version = "1.2", features = ["rt-multi-thread", "sync"]}
tokio = {version = "1.28.0", features = ["rt-multi-thread", "sync"]}

# actor framework
act-zero = {version = "0.4", features = ["default-tokio"]}
Expand Down

0 comments on commit 961998c

Please sign in to comment.