Kaynağa Gözat

chore: remove unused deps

Pavol Rusnak 5 ay önce
ebeveyn
işleme
11fa39a003

+ 0 - 1
crates/cdk-axum/Cargo.toml

@@ -14,6 +14,5 @@ async-trait = "0.1"
 axum = "0.6.20"
 cdk = { path = "../cdk", version = "0.4.0", default-features = false, features = ["mint"] }
 tokio = { version = "1", default-features = false }
-tower-http = { version = "0.4.4", features = ["cors"] }
 tracing = { version = "0.1", default-features = false, features = ["attributes", "log"] }
 futures = { version = "0.3.28", default-features = false }

+ 0 - 1
crates/cdk-fake-wallet/Cargo.toml

@@ -19,6 +19,5 @@ tracing = { version = "0.1", default-features = false, features = ["attributes",
 thiserror = "1"
 uuid = { version = "1", features = ["v4"] }
 lightning-invoice = { version = "0.32.0", features = ["serde", "std"] }
-lightning = "0.0.124"
 tokio-stream = "0.1.15"
 rand = "0.8.5"