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:38:29 +0100
committerDanConwayDev <DanConwayDev@protonmail.com>2025-05-06 14:38:29 +0100
commit3f373143fa5c255e0424979836d776e1a3ec1d3d (patch)
treed2c69a0270fd1f89905ecf72e28f5bf997c409f1 /Cargo.toml
parent3e4975ad22810f51dd0a607b2e2a29b5dc64a086 (diff)
chore: remove unused duplicate dependancy
dependancy isn't being used
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 0 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 15e4727..ed77e82 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -41,7 +41,6 @@ zeroize = "1.6.0"
41 41
42[dev-dependencies] 42[dev-dependencies]
43assert_cmd = "2.0.12" 43assert_cmd = "2.0.12"
44duplicate = "1.0.0"
45mockall = "0.13.1" 44mockall = "0.13.1"
46once_cell = "1.18.0" 45once_cell = "1.18.0"
47serial_test = "3.2.0" 46serial_test = "3.2.0"