@@ -31,16 +31,16 @@ rand = { version = "0.8.5", optional = true }
3131breez-sdk-spark = { git = " https://github.com/breez/spark-sdk.git" , rev = " ef76a0bc517bea38fafaff8f657e82b5b52569b9" , default-features = false , features = [" rustls-tls" ], optional = true }
3232tokio = { version = " 1.0" , default-features = false , features = [" rt-multi-thread" , " sync" , " macros" ] }
3333uuid = { 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 }
3535serde_json = { version = " 1.0" , optional = true }
3636async-trait = " 0.1"
3737log = " 0.4.28"
3838
3939corepc-node = { version = " 0.10.1" , features = [" 29_0" , " download" ], optional = true }
4040electrsd = { 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 }
4444axum = { version = " 0.8.1" , optional = true }
4545
4646uniffi = { version = " 0.29" , default-features = false , features = [" cli" ], optional = true }
0 commit comments