Skip to content

Commit

Permalink
chore(deps): bump regex from 1.10.3 to 1.10.5 in /rust
Browse files Browse the repository at this point in the history
Bumps [regex](https://github.com/rust-lang/regex) from 1.10.3 to 1.10.5.
- [Release notes](https://github.com/rust-lang/regex/releases)
- [Changelog](https://github.com/rust-lang/regex/blob/master/CHANGELOG.md)
- [Commits](rust-lang/regex@1.10.3...1.10.5)

---
updated-dependencies:
- dependency-name: regex
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jun 10, 2024
1 parent 0c64197 commit ac4cdf5
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 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.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}
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.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"
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.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"]}
Expand Down
2 changes: 1 addition & 1 deletion rust/navigator/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" }
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.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"]}
Expand Down

0 comments on commit ac4cdf5

Please sign in to comment.