upleb.uk

Public git repos — served from a NIP-34 GRASP relay at git.upleb.uk

summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorDanConwayDev <DanConwayDev@protonmail.com>2025-05-06 14:33:51 +0100
committerDanConwayDev <DanConwayDev@protonmail.com>2025-05-06 14:33:51 +0100
commit58251ae468e860476c539a38afa576d3f0929d1a (patch)
treefbfc6f76c96e32e3f204d80e7a1fd1770a9cff2f /Cargo.toml
parent8a86119851af2e9397b160f66e1f080787957a14 (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.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 8e4d8d6..2ab4396 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -44,7 +44,7 @@ assert_cmd = "2.0.12"
44duplicate = "1.0.0" 44duplicate = "1.0.0"
45mockall = "0.11.4" 45mockall = "0.11.4"
46once_cell = "1.18.0" 46once_cell = "1.18.0"
47serial_test = "2.0.0" 47serial_test = "3.2.0"
48test_utils = { path = "test_utils" } 48test_utils = { path = "test_utils" }
49 49
50[workspace] 50[workspace]