Skip to content

Commit 2caf9a0

Browse files
committed
fix: remove unused dependencies
Signed-off-by: bkioshn <[email protected]>
1 parent 5c834a0 commit 2caf9a0

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

rust/cardano-chain-follower/Cargo.toml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ mithril-client = { version = "0.8.18", default-features = false, features = [
2121
"num-integer-backend",
2222
] }
2323

24-
c509-certificate = { version = "0.0.3", git = "https://github.com/input-output-hk/catalyst-libs.git" , tag = "v0.0.3" }
2524
rbac-registration = { version = "0.0.2", git = "https://github.com/input-output-hk/catalyst-libs.git" , tag = "v0.0.7" }
2625

2726
thiserror = "1.0.64"
@@ -54,9 +53,7 @@ mimalloc = { version = "0.1.43", optional = true }
5453
memx = "0.1.32"
5554
fmmap = { version = "0.3.3", features = ["sync", "tokio-async"] }
5655
minicbor = { version = "0.25.1", features = ["alloc", "derive", "half"] }
57-
brotli = "7.0.0"
5856
zstd = "0.13.2"
59-
x509-cert = "0.2.5"
6057
ed25519-dalek = "2.1.1"
6158
blake2b_simd = "1.0.2"
6259
num-traits = "0.2.19"
@@ -66,9 +63,6 @@ ureq = { version = "2.10.1", features = ["native-certs"] }
6663
http = "1.1.0"
6764
hickory-resolver = { version = "0.24.1", features = ["dns-over-rustls"] }
6865
moka = { version = "0.12.8", features = ["sync"] }
69-
der-parser = "9.0.0"
70-
regex = "1.11.0"
71-
bech32 = "0.11.0"
7266

7367
[dev-dependencies]
7468
hex = "0.4.3"

0 commit comments

Comments
 (0)