Skip to content

Commit

Permalink
Merge pull request #312 from agourlay/dependabot/cargo/tokio-stream-0…
Browse files Browse the repository at this point in the history
….1.16

Bump tokio-stream from 0.1.15 to 0.1.16
  • Loading branch information
mergify[bot] authored Sep 6, 2024
2 parents 9368284 + ff91dda commit 56f724a
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 @@ -13,7 +13,7 @@ edition = "2021"
[dependencies]
futures-util = "0.3.30"
reqwest = { version = "0.12.7", default-features = false, features = ["http2", "gzip", "rustls-tls"] }
tokio-stream = { version = "0.1.15", features = ["io-util"] }
tokio-stream = { version = "0.1.16", features = ["io-util"] }
tokio = { version = "1.40.0", features = ["rt-multi-thread", "fs", "macros", "signal"] }
tokio-util = "0.7.12"
tokio-retry = "0.3.0"
Expand Down

0 comments on commit 56f724a

Please sign in to comment.