Skip to content

Commit

Permalink
chore(deps): bump regex from 1.10.0 to 1.10.1 in /rust (#2128)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Oct 16, 2023
1 parent 1f1fe8a commit 19e0919
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 14 deletions.
18 changes: 9 additions & 9 deletions rust/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion rust/db_handling/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down
2 changes: 1 addition & 1 deletion rust/defaults/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion rust/generate_message/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"]}
Expand Down
2 changes: 1 addition & 1 deletion rust/navigator/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"] }

Expand Down
2 changes: 1 addition & 1 deletion rust/parser/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"]}
Expand Down

0 comments on commit 19e0919

Please sign in to comment.