Skip to content

Commit 28369b2

Browse files
committed
fix(rust/signed-doc): remove unused dependencies
1 parent ce90bd0 commit 28369b2

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

rust/signed_doc/Cargo.toml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ license.workspace = true
1111
workspace = true
1212

1313
[dependencies]
14-
cardano-blockchain-types = { version = "0.0.1", git = "https://github.com/input-output-hk/catalyst-libs.git", tag = "v0.0.11" }
1514
catalyst-types = { version = "0.0.1", git = "https://github.com/input-output-hk/catalyst-libs.git", tag = "r20250114-01" }
1615
anyhow = "1.0.95"
1716
serde = { version = "1.0.217", features = ["derive"] }
@@ -24,9 +23,7 @@ brotli = "7.0.0"
2423
ed25519-dalek = { version = "2.1.1", features = ["pem", "rand_core"] }
2524
uuid = { version = "1.11.0", features = ["v4", "v7", "serde"] }
2625
hex = "0.4.3"
27-
fluent-uri = "0.3.2"
2826
thiserror = "2.0.9"
29-
base64-url = "3.0.0"
3027

3128
[dev-dependencies]
3229
clap = { version = "4.5.23", features = ["derive", "env"] }

0 commit comments

Comments
 (0)