Skip to content

Commit

Permalink
Merge pull request #134 from agourlay/dependabot/cargo/crossbeam-chan…
Browse files Browse the repository at this point in the history
…nel-0.5.11

build(deps): bump crossbeam-channel from 0.5.10 to 0.5.11
  • Loading branch information
mergify[bot] authored Jan 8, 2024
2 parents 890d173 + ee35420 commit ec962af
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 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 @@ zip = { version= "0.6.6", git = "https://github.com/agourlay/zip.git", branch =
pbkdf2 = "0.12.2" # parallel version did not help the performance
hmac = { version = "0.12.1", features = ["reset"] }
sha1 = "0.10.6"
crossbeam-channel = "0.5.10"
crossbeam-channel = "0.5.11"
clap = { version = "4.4.13", features = ["cargo"] }
indicatif = "0.17.7"
thiserror = "1.0.56"
Expand Down

0 comments on commit ec962af

Please sign in to comment.