chore: bump matches from 0.1.8 to 0.1.9 (#19220)
* chore: bump matches from 0.1.8 to 0.1.9 Bumps [matches](https://github.com/SimonSapin/rust-std-candidates) from 0.1.8 to 0.1.9. - [Release notes](https://github.com/SimonSapin/rust-std-candidates/releases) - [Commits](https://github.com/SimonSapin/rust-std-candidates/commits) --- updated-dependencies: - dependency-name: matches dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * [auto-commit] Update all Cargo lock files Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: dependabot-buildkite <you@example.com>
This commit is contained in:
parent
0b50bb2b20
commit
5b9671d01a
|
@ -2506,9 +2506,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "matches"
|
||||
version = "0.1.8"
|
||||
version = "0.1.9"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "7ffc5c5338469d4d3ea17d269fa8ea3512ad247247c30bd2df69e68309ed0a08"
|
||||
checksum = "a3e378b66a060d48947b590737b30a1be76706c8dd7b8ba0f2fe3989c68a853f"
|
||||
|
||||
[[package]]
|
||||
name = "maybe-uninit"
|
||||
|
|
|
@ -76,7 +76,7 @@ trees = "0.4.2"
|
|||
[dev-dependencies]
|
||||
jsonrpc-core = "18.0.0"
|
||||
jsonrpc-core-client = { version = "18.0.0", features = ["ipc", "ws"] }
|
||||
matches = "0.1.6"
|
||||
matches = "0.1.9"
|
||||
num_cpus = "1.13.0"
|
||||
reqwest = { version = "0.11.4", default-features = false, features = ["blocking", "rustls-tls", "json"] }
|
||||
serde_json = "1.0.66"
|
||||
|
|
|
@ -25,7 +25,7 @@ solana-rayon-threadlimit = { path = "../rayon-threadlimit", version = "=1.8.0" }
|
|||
solana-sdk = { path = "../sdk", version = "=1.8.0" }
|
||||
|
||||
[dev-dependencies]
|
||||
matches = "0.1.6"
|
||||
matches = "0.1.9"
|
||||
solana-logger = { path = "../logger", version = "=1.8.0" }
|
||||
|
||||
[lib]
|
||||
|
|
|
@ -18,7 +18,7 @@ indexmap = { version = "1.7", features = ["rayon"] }
|
|||
itertools = "0.10.1"
|
||||
log = "0.4.14"
|
||||
lru = "0.6.6"
|
||||
matches = "0.1.8"
|
||||
matches = "0.1.9"
|
||||
num-traits = "0.2"
|
||||
rand = "0.7.0"
|
||||
rand_chacha = "0.2.2"
|
||||
|
@ -46,7 +46,7 @@ solana-vote-program = { path = "../programs/vote", version = "=1.8.0" }
|
|||
thiserror = "1.0"
|
||||
|
||||
[dev-dependencies]
|
||||
matches = "0.1.6"
|
||||
matches = "0.1.9"
|
||||
num_cpus = "1.13.0"
|
||||
serial_test = "0.5.1"
|
||||
|
||||
|
|
|
@ -70,7 +70,7 @@ features = ["lz4"]
|
|||
|
||||
[dev-dependencies]
|
||||
assert_matches = "1.5.0"
|
||||
matches = "0.1.6"
|
||||
matches = "0.1.9"
|
||||
solana-account-decoder = { path = "../account-decoder", version = "=1.8.0" }
|
||||
|
||||
[build-dependencies]
|
||||
|
|
|
@ -15,7 +15,7 @@ fast-math = "0.1"
|
|||
|
||||
# This can go once the BPF toolchain target Rust 1.42.0+
|
||||
[target.bpfel-unknown-unknown.dependencies]
|
||||
matches = "0.1.8"
|
||||
matches = "0.1.9"
|
||||
|
||||
[dev-dependencies]
|
||||
hex = "0.4.3"
|
||||
|
|
|
@ -28,7 +28,7 @@ solana-rayon-threadlimit = { path = "../rayon-threadlimit", version = "=1.8.0" }
|
|||
name = "solana_perf"
|
||||
|
||||
[dev-dependencies]
|
||||
matches = "0.1.6"
|
||||
matches = "0.1.9"
|
||||
|
||||
[[bench]]
|
||||
name = "sigverify"
|
||||
|
|
|
@ -24,7 +24,7 @@ thiserror = "1.0"
|
|||
|
||||
[dev-dependencies]
|
||||
bincode = "1.3.3"
|
||||
matches = "0.1.6"
|
||||
matches = "0.1.9"
|
||||
rand = "0.7.0"
|
||||
solana-logger = { path = "../logger", version = "=1.8.0" }
|
||||
solana-perf = { path = "../perf", version = "=1.8.0" }
|
||||
|
|
|
@ -1441,9 +1441,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "matches"
|
||||
version = "0.1.8"
|
||||
version = "0.1.9"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "7ffc5c5338469d4d3ea17d269fa8ea3512ad247247c30bd2df69e68309ed0a08"
|
||||
checksum = "a3e378b66a060d48947b590737b30a1be76706c8dd7b8ba0f2fe3989c68a853f"
|
||||
|
||||
[[package]]
|
||||
name = "memchr"
|
||||
|
|
Loading…
Reference in New Issue