Skip to content

Commit

Permalink
Merge pull request #280 from agourlay/dependabot/cargo/async-channel-…
Browse files Browse the repository at this point in the history
…2.2.1

Bump async-channel from 2.2.0 to 2.2.1
  • Loading branch information
mergify[bot] authored Apr 15, 2024
2 parents 1834eab + 99c92f6 commit 7efbb51
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 @@ -17,7 +17,7 @@ reqwest = { version = "0.12.3", default-features = false, features = ["http2", "
tokio-stream = { version = "0.1.15", features = ["io-util"] }
tokio = { version = "1.37.0", features = ["rt-multi-thread", "fs", "macros"] }
tokio-retry = "0.3.0"
async-channel = "2.2.0"
async-channel = "2.2.1"
chrono = "0.4.37"
clap = { version = "4.5.4", features = ["cargo"] }
indicatif = "0.17.8"
Expand Down

0 comments on commit 7efbb51

Please sign in to comment.