Skip to content

Commit

Permalink
Update serde-bytes-repr requirement from 0.2 to 0.3
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)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 9, 2024
1 parent fea6520 commit 83f392f
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 @@ -27,7 +27,7 @@ zeroize = { version = "1.5", optional = true, default-features = false, features

[dev-dependencies]
serde_json = "1.0"
serde-bytes-repr = "0.2"
serde-bytes-repr = "0.3"

[features]
default = ["std", "system", "static-fallback", "picnic", "picnic3"]
Expand Down

0 comments on commit 83f392f

Please sign in to comment.