Skip to content

Commit

Permalink
fix(deps): update rust crate tokio to v1.43.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 8, 2025
1 parent c967a48 commit 83cb14b
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 29 deletions.
39 changes: 11 additions & 28 deletions 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ edition = "2021"
log = "0.4.20"
env_logger = "0.11.1"

tokio = { version = "1.36", features = [
tokio = { version = "1.37.0", features = [
"macros",
"rt-multi-thread",
] } # Macros for easy project setup and testing, multi-threaded runtime for best utilization of resources
Expand Down

0 comments on commit 83cb14b

Please sign in to comment.