Skip to content

Commit

Permalink
build(deps): update serial_test requirement from 2.0.0 to 3.0.0 (#477)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Ron Kuris <[email protected]>
  • Loading branch information
dependabot[bot] and rkuris authored Jan 8, 2024
1 parent 9814434 commit fbe03e9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion firewood/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ rand = "0.8.5"
triehash = "0.8.4"
assert_cmd = "2.0.7"
predicates = "3.0.1"
serial_test = "2.0.0"
clap = { version = "4.3.1", features = ['derive'] }
test-case = "3.1.0"
pprof = { version = "0.13.0", features = ["flamegraph"] }
Expand Down
2 changes: 1 addition & 1 deletion fwdctl/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ futures-util = "0.3.29"
[dev-dependencies]
assert_cmd = "2.0.7"
predicates = "3.0.1"
serial_test = "2.0.0"
serial_test = "3.0.0"

[lints.rust]
unsafe_code = "deny"
Expand Down

0 comments on commit fbe03e9

Please sign in to comment.