@@ -27,18 +27,18 @@ 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 = " 0d7c1b2b9b73964e497763c4a315133db83d1c53 " , default-features = false , features = [" wallet" ], optional = true }
30+ cdk = { git = " https://github.com/benthecarman/cdk.git" , rev = " 6a8f046a405137cfbb3a77f1f045c3a238e62c00 " , 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 = " 0d7c1b2b9b73964e497763c4a315133db83d1c53 " , optional = true }
37- cdk-sqlite = { git = " https://github.com/benthecarman/cdk.git" , rev = " 0d7c1b2b9b73964e497763c4a315133db83d1c53 " , optional = true }
38- cdk-axum = { git = " https://github.com/benthecarman/cdk.git" , rev = " 0d7c1b2b9b73964e497763c4a315133db83d1c53 " , 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 }
3939axum = { version = " 0.8.1" , optional = true }
4040
4141uniffi = { version = " 0.29" , features = [" cli" , " tokio" ], optional = true }
4242
4343[dev-dependencies ]
44- test-log = " 0.2.18"
44+ test-log = " 0.2.18"
0 commit comments