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:36:47 +0100
committerDanConwayDev <DanConwayDev@protonmail.com>2025-05-06 14:36:47 +0100
commit3e4975ad22810f51dd0a607b2e2a29b5dc64a086 (patch)
tree93cee38ee9bc64f06911a70bdd590de9afc54456 /Cargo.toml
parent58251ae468e860476c539a38afa576d3f0929d1a (diff)
chore: bump mock_all v0.13.1
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 2ab4396..15e4727 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -42,7 +42,7 @@ zeroize = "1.6.0"
42[dev-dependencies] 42[dev-dependencies]
43assert_cmd = "2.0.12" 43assert_cmd = "2.0.12"
44duplicate = "1.0.0" 44duplicate = "1.0.0"
45mockall = "0.11.4" 45mockall = "0.13.1"
46once_cell = "1.18.0" 46once_cell = "1.18.0"
47serial_test = "3.2.0" 47serial_test = "3.2.0"
48test_utils = { path = "test_utils" } 48test_utils = { path = "test_utils" }