Skip to content

Commit

Permalink
fix(deps): update rust crate binrw to 0.13.0 (#25)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Oct 29, 2023
1 parent 99c79c1 commit f393123
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 @@ -71,7 +71,7 @@ scrypt = { version = "0.11.0", default-features = false }
integer-sqrt = "0.1.5"

# serialization
binrw = "0.11.2"
binrw = "0.13.0"
hex = { version = "0.4.3", features = ["serde"] }
serde = { version = "1.0.188" }
serde-aux = "4.2.0"
Expand Down

0 comments on commit f393123

Please sign in to comment.