Skip to content

Commit

Permalink
Merge pull request #138 from danieleades/dependabot/cargo/main/tokio-…
Browse files Browse the repository at this point in the history
…1.42.0

chore(deps): bump tokio from 1.41.1 to 1.42.0
  • Loading branch information
github-actions[bot] authored Dec 4, 2024
2 parents 3b5255a + ec0c5b2 commit 8e3aa32
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 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 @@ -31,5 +31,5 @@ tracing = "0.1.41"
[dev-dependencies]
clap = { version = "4.5.21", features = ["derive", "env"] }
doc-comment = "0.3.3"
tokio = { version = "1.41.1", features = ["macros", "rt-multi-thread"] }
tokio = { version = "1.42.0", features = ["macros", "rt-multi-thread"] }
tracing = "0.1.41"

0 comments on commit 8e3aa32

Please sign in to comment.