Skip to content

Commit

Permalink
Bump serde-bytes-repr from 0.1.5 to 0.2.0
Browse files Browse the repository at this point in the history
Bumps [serde-bytes-repr](https://github.com/cfsamson/rfi-serde-byte-repr) from 0.1.5 to 0.2.0.
- [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
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Apr 24, 2024
1 parent 5e9df9c commit c74a744
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
12 changes: 9 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion intel-sgx/ias/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ byteorder = "1.0"
log = "0.4"
percent-encoding = "2.1"
serde_bytes = "0.11"
serde-bytes-repr = { version = "0.1", optional = true }
serde-bytes-repr = { version = "0.2", optional = true }
serde_json = { version = "1", optional = true }
serde = { version = "1.0.7", features = ["derive"] }
url = "2.2"
Expand Down

0 comments on commit c74a744

Please sign in to comment.