Skip to content

Commit

Permalink
Update serial_test requirement from 2.0 to 3.1
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@v2.0.0...v3.1.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 16, 2024
1 parent 333a84a commit 1500b99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zirgen/dsl/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ pretty_assertions = "1.4"
rayon = "1.8"
risc0-core = { workspace = true }
risc0-zkp = { workspace = true, default-features = false, features = ["prove"] }
serial_test = "2.0"
serial_test = "3.1"
strum = { version = "0.26", features = ["derive"] }
strum_macros = "0.26"
test-log = { version = "0.2", features = ["trace"] }
Expand Down

0 comments on commit 1500b99

Please sign in to comment.