diff --git a/rust/Cargo.lock b/rust/Cargo.lock index a06ccd8c7c..efe8c5a840 100644 --- a/rust/Cargo.lock +++ b/rust/Cargo.lock @@ -3061,9 +3061,9 @@ dependencies = [ [[package]] name = "regex" -version = "1.10.3" +version = "1.10.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b62dbe01f0b06f9d8dc7d49e05a0785f153b00b2c227856282f671e0318c9b15" +checksum = "b91213439dad192326a0d7c6ee3955910425f441d7038e0d6933b0aec5c4517f" dependencies = [ "aho-corasick", "memchr", diff --git a/rust/db_handling/Cargo.toml b/rust/db_handling/Cargo.toml index f621abac5d..ec31988ed6 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.9", features = ["derive"]} -regex = "1.10.3" +regex = "1.10.5" 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 94e2289090..0728bcc885 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.3", optional = true} +regex = {version = "1.10.5", 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.57" diff --git a/rust/generate_message/Cargo.toml b/rust/generate_message/Cargo.toml index 19b47e36aa..a4d09be279 100644 --- a/rust/generate_message/Cargo.toml +++ b/rust/generate_message/Cargo.toml @@ -16,7 +16,7 @@ jsonrpsee = {version = "0.20.3", features = ["ws-client"]} lazy_static = "1.4.0" parity-scale-codec = "3.6.9" qrcode_rtx = {path = "../qrcode_rtx"} -regex = "1.10.3" +regex = "1.10.5" serde_json = "1.0.114" 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 4eae0ccc3f..3ee1456319 100644 --- a/rust/navigator/Cargo.toml +++ b/rust/navigator/Cargo.toml @@ -24,7 +24,7 @@ log = "0.4" [dev-dependencies] pretty_assertions = "1" tempfile = "3.10" -regex = { version = "1.10.3" } +regex = { version = "1.10.5" } sp-core = { git = "https://github.com/paritytech/substrate", default-features = false, features = ["full_crypto"] } constants = { path = "../constants" } diff --git a/rust/parser/Cargo.toml b/rust/parser/Cargo.toml index 84b76effef..169b0cb36f 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.9", features = ["derive", "bit-vec"]} printing_balance = {path = "../printing_balance"} -regex = "1.10.3" +regex = "1.10.5" scale-info = "2.10.0" sp-arithmetic = {git = "https://github.com/paritytech/substrate"} sp-core = {git = "https://github.com/paritytech/substrate", default-features = false, features = ["full_crypto"]}