Skip to content

Commit

Permalink
Update serial_test requirement from 0.10 to 1.0 (risc0#335)
Browse files Browse the repository at this point in the history
Updates the requirements on [serial_test](https://github.com/palfrey/serial_test) to permit the latest version.
- [Release notes](https://github.com/palfrey/serial_test/releases)
- [Commits](palfrey/serial_test@v0.10.0...v1.0.0)

---
updated-dependencies:
- dependency-name: serial_test
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Frank Laub <[email protected]>
  • Loading branch information
dependabot[bot] and flaub authored Jan 18, 2023
1 parent 76b8da8 commit 69b7b41
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion risc0/zkp/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ metal = "0.24"
criterion = "0.4"
env_logger = "0.10"
rand = { version = "0.8", features = ["small_rng"] }
serial_test = "0.10"
serial_test = "1.0"
test-log = "0.2"
tracing-subscriber = { version = "0.3", features = ["env-filter"] }

Expand Down
2 changes: 1 addition & 1 deletion risc0/zkvm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ tracing-subscriber = { version = "0.3", features = ["env-filter"] }
env_logger = "0.10"
lazy_static = "1.4"
risc0-zkvm-methods = { path = "methods" }
serial_test = "0.10"
serial_test = "1.0"
tar = "0.4"
tempdir = "0.3"
test-log = { version = "0.2", features = ["trace"] }
Expand Down

0 comments on commit 69b7b41

Please sign in to comment.