X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;ds=sidebyside;f=lightning%2FCargo.toml;h=f38bb80511189ccaf92cce9bbb4a734949ff0e3b;hb=df2e60d1018f9c7ebd3340aec543659654b66a06;hp=ae4f48fb4eeb65d90f9dccab9cbc9a66cb7d1358;hpb=82b8d854e79e0ff9ec90e356796a2051c9e35a35;p=rust-lightning diff --git a/lightning/Cargo.toml b/lightning/Cargo.toml index ae4f48fb..f38bb805 100644 --- a/lightning/Cargo.toml +++ b/lightning/Cargo.toml @@ -41,14 +41,14 @@ secp256k1 = { version = "0.20.2", default-features = false, features = ["alloc"] hashbrown = { version = "0.11", optional = true } hex = { version = "0.4", optional = true } -regex = { version = "0.1.80", optional = true } +regex = { version = "0.2.11", optional = true } backtrace = { version = "0.3", optional = true } core2 = { version = "0.3.0", optional = true, default-features = false } [dev-dependencies] hex = "0.4" -regex = "0.1.80" +regex = "0.2.11" # TODO remove this once rust-bitcoin PR #637 is released secp256k1 = { version = "0.20.2", default-features = false, features = ["alloc"] }