@@ -18,7 +18,7 @@ _cashu-tests = ["_test-utils", "cdk-ldk-node", "cdk/mint", "cdk-sqlite", "cdk-ax
1818[dependencies ]
1919graduated-rebalancer = { path = " ../graduated-rebalancer" , version = " 0.1.0" }
2020
21- ldk-node = { git = " https://github.com/lightningdevkit/ldk-node.git" , rev = " dd519080318ba099280b4353fb6335c587a67cbd " }
21+ ldk-node = { git = " https://github.com/lightningdevkit/ldk-node.git" , rev = " 6d91eabcb11bf3b32f0a2e5f43b55c98d84ba1f0 " }
2222lightning-macros = " 0.2.0-beta1"
2323bitcoin-payment-instructions = { workspace = true }
2424chrono = { version = " 0.4" , default-features = false }
@@ -27,15 +27,15 @@ reqwest = { version = "0.12.23", default-features = false, features = ["rustls-t
2727breez-sdk-spark = { git = " https://github.com/breez/spark-sdk.git" , rev = " 1c3dd78a40ae50a88d743110a79fa4a95d93d932" , default-features = false , features = [" rustls-tls" ], optional = true }
2828tokio = { version = " 1.0" , default-features = false , features = [" rt-multi-thread" , " sync" ] }
2929uuid = { version = " 1.0" , default-features = false , optional = true }
30- cdk = { git = " https://github.com/benthecarman/cdk.git" , rev = " 6a8f046a405137cfbb3a77f1f045c3a238e62c00 " , default-features = false , features = [" wallet" ], optional = true }
30+ cdk = { git = " https://github.com/benthecarman/cdk.git" , rev = " 62ac47d51d6c74c7b847ae0c19e7c84899efe872 " , default-features = false , features = [" wallet" ], optional = true }
3131serde_json = { version = " 1.0" , optional = true }
3232async-trait = " 0.1"
3333log = " 0.4.28"
3434
3535corepc-node = { version = " 0.8.0" , features = [" 29_0" , " download" ], optional = true }
36- cdk-ldk-node = { git = " https://github.com/benthecarman/cdk.git" , rev = " 6a8f046a405137cfbb3a77f1f045c3a238e62c00 " , optional = true }
37- cdk-sqlite = { git = " https://github.com/benthecarman/cdk.git" , rev = " 6a8f046a405137cfbb3a77f1f045c3a238e62c00 " , optional = true }
38- cdk-axum = { git = " https://github.com/benthecarman/cdk.git" , rev = " 6a8f046a405137cfbb3a77f1f045c3a238e62c00 " , optional = true }
36+ cdk-ldk-node = { git = " https://github.com/benthecarman/cdk.git" , rev = " 62ac47d51d6c74c7b847ae0c19e7c84899efe872 " , optional = true }
37+ cdk-sqlite = { git = " https://github.com/benthecarman/cdk.git" , rev = " 62ac47d51d6c74c7b847ae0c19e7c84899efe872 " , optional = true }
38+ cdk-axum = { git = " https://github.com/benthecarman/cdk.git" , rev = " 62ac47d51d6c74c7b847ae0c19e7c84899efe872 " , optional = true }
3939axum = { version = " 0.8.1" , optional = true }
4040
4141uniffi = { version = " 0.29" , features = [" cli" , " tokio" ], optional = true }
0 commit comments