Skip to content

Commit

Permalink
Update serde-bytes-repr requirement from 0.1 to 0.2
Browse files Browse the repository at this point in the history
Updates the requirements on [serde-bytes-repr](https://github.com/cfsamson/rfi-serde-byte-repr) to permit the latest version.
- [Release notes](https://github.com/cfsamson/rfi-serde-byte-repr/releases)
- [Commits](https://github.com/cfsamson/rfi-serde-byte-repr/commits/v0.2.0)

---
updated-dependencies:
- dependency-name: serde-bytes-repr
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 24, 2023
1 parent 9320a6b commit 1bcc876
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 @@ -29,7 +29,7 @@ zeroize = { version = "1.5", default-features = false, features = [
[dev-dependencies]
generic-tests = "0.1"
serde_json = "1.0"
serde-bytes-repr = "0.1"
serde-bytes-repr = "0.2"

[workspace]
members = ["libpicnic-sys"]
Expand Down

0 comments on commit 1bcc876

Please sign in to comment.