Skip to content

Commit

Permalink
Bump tokio from 1.38.1 to 1.39.2 (#75)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Jul 29, 2024
1 parent 0af368e commit aa1a19e
Show file tree
Hide file tree
Showing 2 changed files with 99 additions and 36 deletions.
133 changes: 98 additions & 35 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 @@ -19,7 +19,7 @@ blocking = ["reqwest/blocking"]

[dev-dependencies]
# Async runtime
tokio = { version = "1.38.1", features = ["rt", "macros", "rt-multi-thread"] }
tokio = { version = "1.39.2", features = ["rt", "macros", "rt-multi-thread"] }

[dependencies]
# HTTP client
Expand Down

0 comments on commit aa1a19e

Please sign in to comment.