Skip to content

Commit

Permalink
Merge pull request #77 from qwerty541/dependabot/cargo/tokio-1.40.0
Browse files Browse the repository at this point in the history
build(deps): bump tokio from 1.39.3 to 1.40.0
  • Loading branch information
qwerty541 authored Sep 9, 2024
2 parents 28212d7 + bff30b1 commit f471c82
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@ include = ["src/**/*", "Cargo.toml", "CHANGELOG.md", "LICENSE-*", "README.md"]
chrono = "0.4.38"
itertools = "0.13.0"
log = "0.4.22"
tokio = { version = "1.39.3", features = ["io-util"], default-features = false }
tokio = { version = "1.40.0", features = ["io-util"], default-features = false }

[dev-dependencies]
criterion = "0.5.1"
env_logger = "0.10.1"
tokio = { version = "1.39.3", features = [
tokio = { version = "1.40.0", features = [
"macros",
"net",
"rt-multi-thread"
Expand Down

0 comments on commit f471c82

Please sign in to comment.