diff options
| author | DanConwayDev <DanConwayDev@protonmail.com> | 2025-05-06 14:33:51 +0100 |
|---|---|---|
| committer | DanConwayDev <DanConwayDev@protonmail.com> | 2025-05-06 14:33:51 +0100 |
| commit | 58251ae468e860476c539a38afa576d3f0929d1a (patch) | |
| tree | fbfc6f76c96e32e3f204d80e7a1fd1770a9cff2f /Cargo.toml | |
| parent | 8a86119851af2e9397b160f66e1f080787957a14 (diff) | |
chore: bump serial_test v3.2.0
none of the breaking changes impact this code base
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -44,7 +44,7 @@ assert_cmd = "2.0.12" | |||
| 44 | duplicate = "1.0.0" | 44 | duplicate = "1.0.0" |
| 45 | mockall = "0.11.4" | 45 | mockall = "0.11.4" |
| 46 | once_cell = "1.18.0" | 46 | once_cell = "1.18.0" |
| 47 | serial_test = "2.0.0" | 47 | serial_test = "3.2.0" |
| 48 | test_utils = { path = "test_utils" } | 48 | test_utils = { path = "test_utils" } |
| 49 | 49 | ||
| 50 | [workspace] | 50 | [workspace] |