diff --git a/Cargo.lock b/Cargo.lock index bc56ad1..7796278 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -397,7 +397,7 @@ checksum = "d32a725bc159af97c3e629873bb9f88fb8cf8a4867175f76dc987815ea07c83b" [[package]] name = "cdk" version = "0.1.0" -source = "git+https://github.com/cashubtc/cdk?rev=267e5f0#267e5f044d8e99a698dd6662b54483a65d8648b9" +source = "git+https://github.com/cashubtc/cdk?rev=e1506c4#e1506c4e34b034235fc0ea44912f745e9866c934" dependencies = [ "async-trait", "base64 0.22.0", @@ -421,7 +421,7 @@ dependencies = [ [[package]] name = "cdk-redb" version = "0.1.0" -source = "git+https://github.com/cashubtc/cdk?rev=267e5f0#267e5f044d8e99a698dd6662b54483a65d8648b9" +source = "git+https://github.com/cashubtc/cdk?rev=e1506c4#e1506c4e34b034235fc0ea44912f745e9866c934" dependencies = [ "async-trait", "cdk", diff --git a/Cargo.toml b/Cargo.toml index 806feb7..29a91bd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -33,8 +33,8 @@ time = "0.3.22" chrono = "0.4.26" clap = { version = "4.3.14", features = ["env", "default", "derive"]} anyhow = "1.0.71" -cdk = { git = "https://github.com/cashubtc/cdk", rev = "267e5f0", default-features = false, features = ["mint"] } -cdk-redb = { git = "https://github.com/cashubtc/cdk", rev = "267e5f0", default-features = false, features = ["mint"] } +cdk = { git = "https://github.com/cashubtc/cdk", rev = "e1506c4", default-features = false, features = ["mint"] } +cdk-redb = { git = "https://github.com/cashubtc/cdk", rev = "e1506c4", default-features = false, features = ["mint"] } # cdk = { path = "../../cdk/nut14/crates/cdk", default-features = false, features = ["mint", "all-nuts"] } # cdk-redb = { path = "../../cdk/nut14/crates/cdk-redb" }