Skip to content

Commit

Permalink
Merge pull request #297 from agourlay/dependabot/cargo/tokio-1.38.1
Browse files Browse the repository at this point in the history
Bump tokio from 1.38.0 to 1.38.1
  • Loading branch information
mergify[bot] authored Jul 17, 2024
2 parents bf2885a + 6561664 commit 7809681
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 @@ -14,7 +14,7 @@ edition = "2021"
futures-util = "0.3.30"
reqwest = { version = "0.12.5", default-features = false, features = ["http2", "gzip", "rustls-tls"] }
tokio-stream = { version = "0.1.15", features = ["io-util"] }
tokio = { version = "1.38.0", features = ["rt-multi-thread", "fs", "macros", "signal"] }
tokio = { version = "1.38.1", features = ["rt-multi-thread", "fs", "macros", "signal"] }
tokio-util = "0.7.11"
tokio-retry = "0.3.0"
async-channel = "2.3.1"
Expand Down

0 comments on commit 7809681

Please sign in to comment.