From 11bd9cc2fbafe651932525b05e4bf1a34d1118c9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Oct 2023 02:49:32 +0000 Subject: [PATCH] chore(deps): bump regex from 1.10.1 to 1.10.2 in /rust Bumps [regex](https://github.com/rust-lang/regex) from 1.10.1 to 1.10.2. - [Release notes](https://github.com/rust-lang/regex/releases) - [Changelog](https://github.com/rust-lang/regex/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-lang/regex/compare/1.10.1...1.10.2) --- updated-dependencies: - dependency-name: regex dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- rust/Cargo.lock | 10 +++++----- rust/db_handling/Cargo.toml | 2 +- rust/defaults/Cargo.toml | 2 +- rust/generate_message/Cargo.toml | 2 +- rust/navigator/Cargo.toml | 2 +- rust/parser/Cargo.toml | 2 +- 6 files changed, 10 insertions(+), 10 deletions(-) diff --git a/rust/Cargo.lock b/rust/Cargo.lock index 9b3b04d600..f69e7814a7 100644 --- a/rust/Cargo.lock +++ b/rust/Cargo.lock @@ -3047,13 +3047,13 @@ dependencies = [ [[package]] name = "regex" -version = "1.10.1" +version = "1.10.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "aaac441002f822bc9705a681810a4dd2963094b9ca0ddc41cb963a4c189189ea" +checksum = "380b951a9c5e80ddfd6136919eef32310721aa4aacd4889a8d39124b026ab343" dependencies = [ "aho-corasick", "memchr", - "regex-automata 0.4.2", + "regex-automata 0.4.3", "regex-syntax 0.8.2", ] @@ -3074,9 +3074,9 @@ checksum = "59b23e92ee4318893fa3fe3e6fb365258efbfe6ac6ab30f090cdcbb7aa37efa9" [[package]] name = "regex-automata" -version = "0.4.2" +version = "0.4.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5011c7e263a695dc8ca064cddb722af1be54e517a280b12a5356f98366899e5d" +checksum = "5f804c7828047e88b2d32e2d7fe5a105da8ee3264f01902f796c8e067dc2483f" dependencies = [ "aho-corasick", "memchr", diff --git a/rust/db_handling/Cargo.toml b/rust/db_handling/Cargo.toml index ef0efb0e40..45a1a610ce 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.1" +regex = "1.10.2" 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 fee60f09a4..2a546cb7c0 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.1", optional = true} +regex = {version = "1.10.2", 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 25c847c280..01d1110241 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.1" +regex = "1.10.2" 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 18cbff9577..545b2b0cad 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.1" } +regex = { version = "1.10.2" } 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 6cd1fa40c4..3dad1281fa 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.1" +regex = "1.10.2" 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"]}