Skip to content

Commit

Permalink
build(deps): update cfb requirement from 0.9.0 to 0.10.0
Browse files Browse the repository at this point in the history
Updates the requirements on [cfb](https://github.com/mdsteele/rust-cfb) to permit the latest version.
- [Commits](mdsteele/rust-cfb@v0.9.0...v0.10.0)

---
updated-dependencies:
- dependency-name: cfb
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Apr 15, 2024
1 parent 24cecb2 commit 9ec4fc9
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 @@ -18,7 +18,7 @@ exclude = [
[dependencies]
byteorder = "1.5.0"
bytes = "1.5.0"
cfb = "0.9.0"
cfb = "0.10.0"
encoding_rs = "0.8.33"
fake = { version = "2.9.2", features = ["derive"] }
md2 = "0.10.2"
Expand Down

0 comments on commit 9ec4fc9

Please sign in to comment.