Skip to content

Commit 673a248

Browse files
committed
fix: remove openssl dependency
Signed-off-by: Simon Gellis <[email protected]>
1 parent 22f6a34 commit 673a248

File tree

4 files changed

+8
-120
lines changed

4 files changed

+8
-120
lines changed

Cargo.lock

Lines changed: 4 additions & 116 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

firefly-balius/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ edition = "2024"
88
repository = "https://github.com/hyperledger/firefly-cardano"
99

1010
[dependencies]
11-
balius-sdk = { git = "https://github.com/txpipe/balius", rev = "35db068" }
11+
balius-sdk = { git = "https://github.com/txpipe/balius", rev = "7074230" }
1212
hex = "0.4"
1313
serde = { version = "1", features = ["derive"] }
1414
serde_json = "1"

firefly-cardanoconnect/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ aide = { version = "0.15", features = ["axum", "axum-json", "axum-query"] }
1212
anyhow = "1"
1313
async-trait = "0.1"
1414
axum = { version = "0.8", features = ["macros", "ws"] }
15-
balius-runtime = { git = "https://github.com/txpipe/balius", rev = "35db068" }
15+
balius-runtime = { git = "https://github.com/txpipe/balius", rev = "7074230", default-features = false, features = ["rustls-tls"] }
1616
blockfrost = { git = "https://github.com/SupernaviX/blockfrost-rust.git", rev = "cfa7a5e", default-features = false, features = ["rustls-tls"] }
1717
blockfrost-openapi = "0.1.69"
1818
clap = { version = "4", features = ["derive"] }

wasm/simple-tx/Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)