Skip to content

Commit

Permalink
Update dependencies to build with Rust 1.78
Browse files Browse the repository at this point in the history
  • Loading branch information
Arkanosis committed May 20, 2024
1 parent 701ea00 commit a1b065c
Show file tree
Hide file tree
Showing 3 changed files with 123 additions and 57 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
language: rust
rust: 1.64.0
rust: 1.78.0

notifications:
email: [email protected]
Expand Down
174 changes: 120 additions & 54 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ categories = ["command-line-utilities"]
edition = "2021"

[dependencies]
byteorder = "1.4"
crc = "3.0"
byteorder = "1.5"
crc = "3.2"
docopt = "1.1"
futures = "0.1"
futures-cpupool = "0.1"
Expand Down

0 comments on commit a1b065c

Please sign in to comment.