Skip to content

Commit dc6f6e4

Browse files
Update serial_test requirement from 2.0.0 to 3.0.0
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.0.0) --- updated-dependencies: - dependency-name: serial_test dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 60d4080 commit dc6f6e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ractor/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ backtrace = "0.3"
3838
criterion = "0.5"
3939
function_name = "0.3"
4040
paste = "1"
41-
serial_test = "2.0.0"
41+
serial_test = "3.0.0"
4242
rand = "0.8"
4343
tokio = { version = "1", features = ["rt", "time", "sync", "macros", "rt-multi-thread", "tracing"] }
4444
tracing-glog = "0.3"

0 commit comments

Comments
 (0)