Skip to content

Commit 4c660fe

Browse files
benthecarmanclaude
andcommitted
Update cdk to 0.15.1
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent e14983c commit 4c660fe

File tree

3 files changed

+195
-50
lines changed

3 files changed

+195
-50
lines changed

orange-sdk/Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,16 +31,16 @@ rand = { version = "0.8.5", optional = true }
3131
breez-sdk-spark = { git = "https://github.com/breez/spark-sdk.git", rev = "ef76a0bc517bea38fafaff8f657e82b5b52569b9", default-features = false, features = ["rustls-tls"], optional = true }
3232
tokio = { version = "1.0", default-features = false, features = ["rt-multi-thread", "sync", "macros"] }
3333
uuid = { version = "1.0", default-features = false, optional = true }
34-
cdk = { version = "0.14.2", default-features = false, features = ["wallet"], optional = true }
34+
cdk = { version = "0.15.1", default-features = false, features = ["wallet"], optional = true }
3535
serde_json = { version = "1.0", optional = true }
3636
async-trait = "0.1"
3737
log = "0.4.28"
3838

3939
corepc-node = { version = "0.10.1", features = ["29_0", "download"], optional = true }
4040
electrsd = { version = "0.36.1", default-features = false, features = ["esplora_a33e97e1", "corepc-node_29_0"], optional = true }
41-
cdk-ldk-node = { version = "0.14.2", optional = true }
42-
cdk-sqlite = { version = "0.14.2", optional = true }
43-
cdk-axum = { version = "0.14.2", optional = true }
41+
cdk-ldk-node = { version = "0.15.1", optional = true }
42+
cdk-sqlite = { version = "0.15.1", optional = true }
43+
cdk-axum = { version = "0.15.1", optional = true }
4444
axum = { version = "0.8.1", optional = true }
4545

4646
uniffi = { version = "0.29", default-features = false, features = ["cli"], optional = true }

0 commit comments

Comments
 (0)