@@ -26,14 +26,14 @@ reqwest = { version = "0.12.23", default-features = false, features = ["rustls-t
2626spark-wallet = { git = " https://github.com/breez/spark-sdk.git" , rev = " 6e12f98be3f100fca0411e3209a610decfa32279" , default-features = false , features = [" rustls-tls" ], optional = true }
2727tokio = { version = " 1.0" , default-features = false , features = [" rt-multi-thread" , " sync" ] }
2828uuid = { version = " 1.0" , default-features = false , optional = true }
29- cdk = { git = " https://github.com/benthecarman/cdk.git" , branch = " orange-fork " , default-features = false , features = [" wallet" ], optional = true }
29+ cdk = { git = " https://github.com/benthecarman/cdk.git" , rev = " 7d25e9ae5ed7f47f9ae7e87d8a9ee16797fee8cd " , default-features = false , features = [" wallet" ], optional = true }
3030serde_json = { version = " 1.0" , optional = true }
3131async-trait = " 0.1"
3232
3333corepc-node = { version = " 0.8.0" , features = [" 29_0" , " download" ], optional = true }
34- cdk-ldk-node = { git = " https://github.com/benthecarman/cdk.git" , branch = " orange-fork " , optional = true }
35- cdk-sqlite = { git = " https://github.com/benthecarman/cdk.git" , branch = " orange-fork " , optional = true }
36- cdk-axum = { git = " https://github.com/benthecarman/cdk.git" , branch = " orange-fork " , optional = true }
34+ cdk-ldk-node = { git = " https://github.com/benthecarman/cdk.git" , rev = " 7d25e9ae5ed7f47f9ae7e87d8a9ee16797fee8cd " , optional = true }
35+ cdk-sqlite = { git = " https://github.com/benthecarman/cdk.git" , rev = " 7d25e9ae5ed7f47f9ae7e87d8a9ee16797fee8cd " , optional = true }
36+ cdk-axum = { git = " https://github.com/benthecarman/cdk.git" , rev = " 7d25e9ae5ed7f47f9ae7e87d8a9ee16797fee8cd " , optional = true }
3737axum = { version = " 0.8.1" , optional = true }
3838
3939uniffi = { version = " 0.29" , features = [" cli" , " tokio" ], optional = true }
0 commit comments