mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-09 20:11:09 +00:00
Bump regex from 1.5.5 to 1.6.0 (#12117)
Bumps [regex](https://github.com/rust-lang/regex) from 1.5.5 to 1.6.0. - [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.5.5...1.6.0) --- updated-dependencies: - dependency-name: regex dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: parity-processbot <>
This commit is contained in:
@@ -125,7 +125,7 @@ tempfile = "3.1.0"
|
||||
assert_cmd = "2.0.2"
|
||||
nix = "0.23"
|
||||
serde_json = "1.0"
|
||||
regex = "1.5.5"
|
||||
regex = "1.6.0"
|
||||
platforms = "2.0"
|
||||
async-std = { version = "1.11.0", features = ["attributes"] }
|
||||
soketto = "0.7.1"
|
||||
|
||||
@@ -23,7 +23,7 @@ log = "0.4.17"
|
||||
names = { version = "0.13.0", default-features = false }
|
||||
parity-scale-codec = "3.0.0"
|
||||
rand = "0.7.3"
|
||||
regex = "1.5.5"
|
||||
regex = "1.6.0"
|
||||
rpassword = "7.0.0"
|
||||
serde = "1.0.136"
|
||||
serde_json = "1.0.85"
|
||||
|
||||
@@ -47,7 +47,7 @@ sp-maybe-compressed-blob = { version = "4.1.0-dev", path = "../../primitives/may
|
||||
sc-tracing = { version = "4.0.0-dev", path = "../tracing" }
|
||||
tracing-subscriber = "0.2.19"
|
||||
paste = "1.0"
|
||||
regex = "1.5.5"
|
||||
regex = "1.6.0"
|
||||
criterion = "0.3"
|
||||
env_logger = "0.9"
|
||||
num_cpus = "1.13.1"
|
||||
|
||||
@@ -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.5.5"
|
||||
regex = "1.6.0"
|
||||
rustc-hash = "1.1.0"
|
||||
serde = "1.0.136"
|
||||
thiserror = "1.0.30"
|
||||
|
||||
@@ -30,7 +30,7 @@ base58 = { version = "0.2.0", optional = true }
|
||||
rand = { version = "0.7.3", optional = true, features = ["small_rng"] }
|
||||
substrate-bip39 = { version = "0.4.4", optional = true }
|
||||
tiny-bip39 = { version = "0.8.2", optional = true }
|
||||
regex = { version = "1.5.4", optional = true }
|
||||
regex = { version = "1.6.0", optional = true }
|
||||
num-traits = { version = "0.2.8", default-features = false }
|
||||
zeroize = { version = "1.4.3", default-features = false }
|
||||
secrecy = { version = "0.8.0", default-features = false }
|
||||
|
||||
@@ -16,4 +16,4 @@ targets = ["x86_64-unknown-linux-gnu"]
|
||||
[dependencies]
|
||||
backtrace = "0.3.64"
|
||||
lazy_static = "1.4.0"
|
||||
regex = "1.5.5"
|
||||
regex = "1.6.0"
|
||||
|
||||
Reference in New Issue
Block a user