Skip to content

Commit

Permalink
Update Rust crate crc to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored May 1, 2024
1 parent 3e961ce commit 75a7afa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ repository = "https://github.com/arkedge/eb90-rs"

[dependencies]
heapless = "0.7"
crc = "2"
crc = "3.2.1"
tokio-util = { version = "0.7", features = ["codec"], optional = true }
bytes = { version = "1.4.0", optional = true }

Expand Down

0 comments on commit 75a7afa

Please sign in to comment.