Skip to content

Commit

Permalink
Bump regex from 1.7.3 to 1.9.0
Browse files Browse the repository at this point in the history
Bumps [regex](https://github.com/rust-lang/regex) from 1.7.3 to 1.9.0.
- [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.7.3...1.9.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Jul 6, 2023
1 parent 471b49b commit 8398cc2
Show file tree
Hide file tree
Showing 8 changed files with 43 additions and 16 deletions.
45 changes: 36 additions & 9 deletions 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 bin/node/cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ tempfile = "3.1.0"
assert_cmd = "2.0.2"
nix = { version = "0.26.1", features = ["signal"] }
serde_json = "1.0"
regex = "1.6.0"
regex = "1.9.0"
platforms = "2.0"
soketto = "0.7.1"
criterion = { version = "0.4.0", features = ["async_tokio"] }
Expand Down
2 changes: 1 addition & 1 deletion client/cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ log = "0.4.17"
names = { version = "0.13.0", default-features = false }
parity-scale-codec = "3.2.2"
rand = "0.8.5"
regex = "1.6.0"
regex = "1.9.0"
rpassword = "7.0.0"
serde = "1.0.136"
serde_json = "1.0.85"
Expand Down
2 changes: 1 addition & 1 deletion client/executor/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ sc-tracing = { version = "4.0.0-dev", path = "../tracing" }
sp-tracing = { version = "6.0.0", path = "../../primitives/tracing" }
tracing-subscriber = "0.2.19"
paste = "1.0"
regex = "1.6.0"
regex = "1.9.0"
criterion = "0.4.0"
env_logger = "0.9"
num_cpus = "1.13.1"
Expand Down
2 changes: 1 addition & 1 deletion client/tracing/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ libc = "0.2.121"
log = { version = "0.4.17" }
once_cell = "1.8.0"
parking_lot = "0.12.1"
regex = "1.6.0"
regex = "1.9.0"
rustc-hash = "1.1.0"
serde = "1.0.136"
thiserror = "1.0.30"
Expand Down
2 changes: 1 addition & 1 deletion primitives/core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ bs58 = { version = "0.4.0", default-features = false, optional = true }
rand = { version = "0.8.5", features = ["small_rng"], optional = true }
substrate-bip39 = { version = "0.4.4", optional = true }
tiny-bip39 = { version = "1.0.0", optional = true }
regex = { version = "1.6.0", optional = true }
regex = { version = "1.9.0", optional = true }
zeroize = { version = "1.4.3", default-features = false }
secrecy = { version = "0.8.0", default-features = false }
lazy_static = { version = "1.4.0", default-features = false, optional = true }
Expand Down
2 changes: 1 addition & 1 deletion primitives/panic-handler/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ targets = ["x86_64-unknown-linux-gnu"]
[dependencies]
backtrace = "0.3.64"
lazy_static = "1.4.0"
regex = "1.6.0"
regex = "1.9.0"
2 changes: 1 addition & 1 deletion utils/frame/try-runtime/cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ zstd = { version = "0.12.3", default-features = false }

[dev-dependencies]
assert_cmd = "2.0.10"
regex = "1.7.3"
regex = "1.9.0"
substrate-cli-test-utils = { path = "../../../../test-utils/cli" }
tokio = "1.27.0"

Expand Down

0 comments on commit 8398cc2

Please sign in to comment.