diff --git a/rust/Cargo.lock b/rust/Cargo.lock index 426ca5caf3..9b3b04d600 100644 --- a/rust/Cargo.lock +++ b/rust/Cargo.lock @@ -3047,14 +3047,14 @@ dependencies = [ [[package]] name = "regex" -version = "1.10.0" +version = "1.10.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d119d7c7ca818f8a53c300863d4f87566aac09943aef5b355bb83969dae75d87" +checksum = "aaac441002f822bc9705a681810a4dd2963094b9ca0ddc41cb963a4c189189ea" dependencies = [ "aho-corasick", "memchr", - "regex-automata 0.4.1", - "regex-syntax 0.8.0", + "regex-automata 0.4.2", + "regex-syntax 0.8.2", ] [[package]] @@ -3074,13 +3074,13 @@ checksum = "59b23e92ee4318893fa3fe3e6fb365258efbfe6ac6ab30f090cdcbb7aa37efa9" [[package]] name = "regex-automata" -version = "0.4.1" +version = "0.4.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "465c6fc0621e4abc4187a2bda0937bfd4f722c2730b29562e19689ea796c9a4b" +checksum = "5011c7e263a695dc8ca064cddb722af1be54e517a280b12a5356f98366899e5d" dependencies = [ "aho-corasick", "memchr", - "regex-syntax 0.8.0", + "regex-syntax 0.8.2", ] [[package]] @@ -3091,9 +3091,9 @@ checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1" [[package]] name = "regex-syntax" -version = "0.8.0" +version = "0.8.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c3cbb081b9784b07cceb8824c8583f86db4814d172ab043f3c23f7dc600bf83d" +checksum = "c08c74e62047bb2de4ff487b251e4a92e24f48745648451635cec7d591162d9f" [[package]] name = "ring" diff --git a/rust/db_handling/Cargo.toml b/rust/db_handling/Cargo.toml index a83e7d433f..ef0efb0e40 100644 --- a/rust/db_handling/Cargo.toml +++ b/rust/db_handling/Cargo.toml @@ -14,7 +14,7 @@ qrcode_rtx = {path = "../qrcode_rtx", default-features = false} hex = {version = "0.4.3"} lazy_static = "1.4.0" parity-scale-codec = {version = "3.6.8", features = ["derive"]} -regex = "1.10.0" +regex = "1.10.1" sled = "0.34.6" sp-core = {git = "https://github.com/paritytech/substrate", default-features = false, features = ["full_crypto"], optional = true} sp-runtime = {git = "https://github.com/paritytech/substrate", default-features = false, optional = true} diff --git a/rust/defaults/Cargo.toml b/rust/defaults/Cargo.toml index 148e377c98..fee60f09a4 100644 --- a/rust/defaults/Cargo.toml +++ b/rust/defaults/Cargo.toml @@ -8,7 +8,7 @@ edition = "2021" [dependencies] definitions = {path = "../definitions", default-features = false, optional = true} lazy_static = {version = "1.4.0", optional = true} -regex = {version = "1.10.0", optional = true} +regex = {version = "1.10.1", optional = true} sp-core = {git = "https://github.com/paritytech/substrate", default-features = false, features = ["full_crypto"]} sp-runtime = {git = "https://github.com/paritytech/substrate", default-features = false} thiserror = "1.0.49" diff --git a/rust/generate_message/Cargo.toml b/rust/generate_message/Cargo.toml index 246ca90b97..25c847c280 100644 --- a/rust/generate_message/Cargo.toml +++ b/rust/generate_message/Cargo.toml @@ -16,7 +16,7 @@ jsonrpsee = {version = "0.20.2", features = ["ws-client"]} lazy_static = "1.4.0" parity-scale-codec = "3.6.8" qrcode_rtx = {path = "../qrcode_rtx"} -regex = "1.10.0" +regex = "1.10.1" serde_json = "1.0.107" sled = "0.34.6" sp-core = {git = "https://github.com/paritytech/substrate", default-features = false, features = ["full_crypto"]} diff --git a/rust/navigator/Cargo.toml b/rust/navigator/Cargo.toml index 2db60c6a7b..18cbff9577 100644 --- a/rust/navigator/Cargo.toml +++ b/rust/navigator/Cargo.toml @@ -23,7 +23,7 @@ log = "0.4" [dev-dependencies] pretty_assertions = "1" tempfile = "3.8" -regex = { version = "1.10.0" } +regex = { version = "1.10.1" } sp-core = { git = "https://github.com/paritytech/substrate", default-features = false, features = ["full_crypto"] } diff --git a/rust/parser/Cargo.toml b/rust/parser/Cargo.toml index fae06919f3..6cd1fa40c4 100644 --- a/rust/parser/Cargo.toml +++ b/rust/parser/Cargo.toml @@ -15,7 +15,7 @@ lazy_static = "1.4.0" num-bigint = "0.4.4" parity-scale-codec = {version = "3.6.8", features = ["derive", "bit-vec"]} printing_balance = {path = "../printing_balance"} -regex = "1.10.0" +regex = "1.10.1" scale-info = "2.9.0" sp-arithmetic = {git = "https://github.com/paritytech/substrate"} sp-core = {git = "https://github.com/paritytech/substrate", default-features = false, features = ["full_crypto"]}