Skip to content

Commit

Permalink
Merge pull request #118 from akiomik/dependabot/cargo/tokio-1.42.0
Browse files Browse the repository at this point in the history
Bump tokio from 1.38.0 to 1.42.0
  • Loading branch information
akiomik authored Dec 27, 2024
2 parents 62b101f + 153afb7 commit a7cb41f
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 26 deletions.
44 changes: 19 additions & 25 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 @@ -39,7 +39,7 @@ sorted-vec = "0.8.5"
strip-ansi-escapes = "0.2.0"
strum = { version = "0.26.3", features = ["derive"] }
thousands = "0.2.0"
tokio = { version = "1.38.0", features = ["full"] }
tokio = { version = "1.42.0", features = ["full"] }
tokio-util = "0.7.12"
tracing = "0.1.37"
tracing-error = "0.2.0"
Expand Down

0 comments on commit a7cb41f

Please sign in to comment.