Skip to content

Commit 7ab857c

Browse files
committed
fix(cardano-chain-follower): remove unused dependencies
Signed-off-by: bkioshn <[email protected]>
1 parent e74e3b5 commit 7ab857c

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

rust/cardano-chain-follower/Cargo.toml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ mithril-client = { version = "0.10.4", default-features = false, features = [
2020
"num-integer-backend",
2121
] }
2222

23-
rbac-registration = { version = "0.0.2", git = "https://github.com/input-output-hk/catalyst-libs.git", tag = "v0.0.8" }
23+
# rbac-registration = { version = "0.0.2", git = "https://github.com/input-output-hk/catalyst-libs.git", tag = "v0.0.8" }
2424
cardano-blockchain-types = { version = "0.0.1", git = "https://github.com/input-output-hk/catalyst-libs.git", branch = "fix/cip36" }
2525
catalyst-types = { version = "0.0.1", git = "https://github.com/input-output-hk/catalyst-libs.git", tag = "r20250108-00" }
2626

@@ -38,26 +38,20 @@ url = "2.5.4"
3838
anyhow = "1.0.95"
3939
chrono = "0.4.39"
4040
async-trait = "0.1.83"
41-
dirs = "5.0.1"
4241
futures = "0.3.31"
4342
humantime = "2.1.0"
4443
crossbeam-skiplist = "0.1.3"
4544
crossbeam-channel = "0.5.14"
4645
crossbeam-epoch = "0.9.18"
4746
strum = "0.26.3"
48-
ouroboros = "0.18.4"
4947
hex = "0.4.3"
5048
rayon = "1.10.0"
5149
serde = "1.0.217"
5250
serde_json = "1.0.134"
5351
mimalloc = { version = "0.1.43", optional = true }
5452
memx = "0.1.32"
5553
fmmap = { version = "0.3.3", features = ["sync", "tokio-async"] }
56-
minicbor = { version = "0.25.1", features = ["alloc", "derive", "half"] }
5754
zstd = "0.13.2"
58-
ed25519-dalek = "2.1.1"
59-
blake2b_simd = "1.0.2"
60-
num-traits = "0.2.19"
6155
logcall = "0.1.11"
6256
tar = "0.4.43"
6357
ureq = { version = "2.12.1", features = ["native-certs"] }

0 commit comments

Comments
 (0)