Skip to content

Commit

Permalink
fix(deps): update rust crate serde_repr to 0.1.19
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored May 3, 2024
1 parent 97b98ee commit 1181d5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bp7/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ edition = "2021"
[dependencies]
serde = { version = "1.0", features = ["derive"] }
serde_cbor = "0.11.2"
serde_repr = "0.1"
serde_repr = "0.1.19"
bitflags = "2.5.0"
chrono = "0.4.38"
binascii = "0.1.4"
Expand Down

0 comments on commit 1181d5d

Please sign in to comment.