Skip to content

Commit 5dd995d

Browse files
Remove unused dependency
1 parent bd804fe commit 5dd995d

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

rust/rbac-registration/Cargo.toml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,12 @@ brotli = "7.0.0"
2626
zstd = "0.13.2"
2727
x509-cert = "0.2.5"
2828
der-parser = "9.0.0"
29-
dashmap = "6.1.0"
3029
tracing = "0.1.40"
3130
ed25519-dalek = "2.1.1"
3231
uuid = "1.11.0"
3332

34-
c509-certificate = { version = "0.0.3", git = "https://github.com/input-output-hk/catalyst-libs.git" , tag = "v0.0.3" }
33+
c509-certificate = { version = "0.0.3", git = "https://github.com/input-output-hk/catalyst-libs.git", tag = "v0.0.3" }
3534
pallas = { version = "0.30.1", git = "https://github.com/input-output-hk/catalyst-pallas.git", rev = "9b5183c8b90b90fe2cc319d986e933e9518957b3" }
3635
cardano-blockchain-types = { version = "0.0.1", path = "../cardano-blockchain-types" }
3736
catalyst-types = { version = "0.0.1", path = "../catalyst-types" }
38-
cbork-utils = { version = "0.0.1", path = "../cbork-utils" }
37+
cbork-utils = { version = "0.0.1", path = "../cbork-utils" }

0 commit comments

Comments
 (0)