diff --git a/Cargo.toml b/Cargo.toml index 95c20b5..a2dc9bf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,7 +19,7 @@ std = ["lightning/std", "bitcoin/std", "lightning-invoice/std"] no-std = ["hashbrown", "lightning/no-std"] [dependencies] -lightning = { version = "0.0.124", default-features = false } +lightning = { version = "0.0.125", default-features = false } lightning-types = { version = "0.1", default-features = false } lightning-invoice = { version = "0.32.0", default-features = false, features = ["serde"] } bitcoin = { version = "0.32.2", default-features = false, features = ["serde"] } @@ -30,9 +30,9 @@ serde = { version = "1.0", default-features = false, features = ["derive", "allo serde_json = "1.0" [dev-dependencies] -lightning = { version = "0.0.124", default-features = false, features = ["_test_utils"] } -lightning-persister = { version = "0.0.124", default-features = false } -lightning-background-processor = { version = "0.0.124", default-features = false, features = ["std"] } +lightning = { version = "0.0.125", default-features = false, features = ["_test_utils"] } +lightning-persister = { version = "0.0.125", default-features = false } +lightning-background-processor = { version = "0.0.125", default-features = false, features = ["std"] } proptest = "1.0.0" tokio = { version = "1.35", default-features = false, features = [ "rt-multi-thread", "time", "sync", "macros" ] }