From fa5f489426c708cd95265211846aed36b461a012 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 May 2022 14:29:44 -0600 Subject: [PATCH] chore: bump thiserror from 1.0.30 to 1.0.31 (#24881) * chore: bump thiserror from 1.0.30 to 1.0.31 Bumps [thiserror](https://github.com/dtolnay/thiserror) from 1.0.30 to 1.0.31. - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](https://github.com/dtolnay/thiserror/compare/1.0.30...1.0.31) --- updated-dependencies: - dependency-name: thiserror dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] * [auto-commit] Update all Cargo lock files Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: dependabot-buildkite --- Cargo.lock | 8 ++++---- clap-utils/Cargo.toml | 2 +- clap-v3-utils/Cargo.toml | 2 +- cli/Cargo.toml | 2 +- geyser-plugin-interface/Cargo.toml | 2 +- geyser-plugin-manager/Cargo.toml | 2 +- programs/bpf/Cargo.lock | 8 ++++---- storage-bigtable/build-proto/Cargo.lock | 8 ++++---- 8 files changed, 17 insertions(+), 17 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 1a8ebf574..04c6c65ab 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -6436,18 +6436,18 @@ checksum = "b1141d4d61095b28419e22cb0bbf02755f5e54e0526f97f1e3d1d160e60885fb" [[package]] name = "thiserror" -version = "1.0.30" +version = "1.0.31" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "854babe52e4df1653706b98fcfc05843010039b406875930a70e4d9644e5c417" +checksum = "bd829fe32373d27f76265620b5309d0340cb8550f523c1dda251d6298069069a" dependencies = [ "thiserror-impl", ] [[package]] name = "thiserror-impl" -version = "1.0.30" +version = "1.0.31" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "aa32fd3f627f367fe16f893e2597ae3c05020f8bba2666a4e6ea73d377e5714b" +checksum = "0396bc89e626244658bef819e22d0cc459e795a5ebe878e6ec336d1674a8d79a" dependencies = [ "proc-macro2 1.0.37", "quote 1.0.18", diff --git a/clap-utils/Cargo.toml b/clap-utils/Cargo.toml index 3fa5cd1df..e1d407155 100644 --- a/clap-utils/Cargo.toml +++ b/clap-utils/Cargo.toml @@ -16,7 +16,7 @@ rpassword = "6.0" solana-perf = { path = "../perf", version = "=1.11.0" } solana-remote-wallet = { path = "../remote-wallet", version = "=1.11.0", default-features = false } solana-sdk = { path = "../sdk", version = "=1.11.0" } -thiserror = "1.0.30" +thiserror = "1.0.31" tiny-bip39 = "0.8.2" uriparse = "0.6.4" url = "2.2.2" diff --git a/clap-v3-utils/Cargo.toml b/clap-v3-utils/Cargo.toml index aa56c1606..3f8915839 100644 --- a/clap-v3-utils/Cargo.toml +++ b/clap-v3-utils/Cargo.toml @@ -16,7 +16,7 @@ rpassword = "6.0" solana-perf = { path = "../perf", version = "=1.11.0" } solana-remote-wallet = { path = "../remote-wallet", version = "=1.11.0", default-features = false } solana-sdk = { path = "../sdk", version = "=1.11.0" } -thiserror = "1.0.30" +thiserror = "1.0.31" tiny-bip39 = "0.8.2" uriparse = "0.6.4" url = "2.2.2" diff --git a/cli/Cargo.toml b/cli/Cargo.toml index a93d04500..c88a14674 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -44,7 +44,7 @@ solana-version = { path = "../version", version = "=1.11.0" } solana-vote-program = { path = "../programs/vote", version = "=1.11.0" } solana_rbpf = "=0.2.28" spl-memo = { version = "=3.0.1", features = ["no-entrypoint"] } -thiserror = "1.0.30" +thiserror = "1.0.31" tiny-bip39 = "0.8.2" [dev-dependencies] diff --git a/geyser-plugin-interface/Cargo.toml b/geyser-plugin-interface/Cargo.toml index 451b14f23..050b8360a 100644 --- a/geyser-plugin-interface/Cargo.toml +++ b/geyser-plugin-interface/Cargo.toml @@ -13,7 +13,7 @@ documentation = "https://docs.rs/solana-geyser-plugin-interface" log = "0.4.11" solana-sdk = { path = "../sdk", version = "=1.11.0" } solana-transaction-status = { path = "../transaction-status", version = "=1.11.0" } -thiserror = "1.0.30" +thiserror = "1.0.31" [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"] diff --git a/geyser-plugin-manager/Cargo.toml b/geyser-plugin-manager/Cargo.toml index 0a5552ead..21243bb25 100644 --- a/geyser-plugin-manager/Cargo.toml +++ b/geyser-plugin-manager/Cargo.toml @@ -23,7 +23,7 @@ solana-rpc = { path = "../rpc", version = "=1.11.0" } solana-runtime = { path = "../runtime", version = "=1.11.0" } solana-sdk = { path = "../sdk", version = "=1.11.0" } solana-transaction-status = { path = "../transaction-status", version = "=1.11.0" } -thiserror = "1.0.30" +thiserror = "1.0.31" [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"] diff --git a/programs/bpf/Cargo.lock b/programs/bpf/Cargo.lock index e0e894f8b..5d18e7333 100644 --- a/programs/bpf/Cargo.lock +++ b/programs/bpf/Cargo.lock @@ -5673,18 +5673,18 @@ checksum = "b1141d4d61095b28419e22cb0bbf02755f5e54e0526f97f1e3d1d160e60885fb" [[package]] name = "thiserror" -version = "1.0.30" +version = "1.0.31" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "854babe52e4df1653706b98fcfc05843010039b406875930a70e4d9644e5c417" +checksum = "bd829fe32373d27f76265620b5309d0340cb8550f523c1dda251d6298069069a" dependencies = [ "thiserror-impl", ] [[package]] name = "thiserror-impl" -version = "1.0.30" +version = "1.0.31" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "aa32fd3f627f367fe16f893e2597ae3c05020f8bba2666a4e6ea73d377e5714b" +checksum = "0396bc89e626244658bef819e22d0cc459e795a5ebe878e6ec336d1674a8d79a" dependencies = [ "proc-macro2 1.0.36", "quote 1.0.6", diff --git a/storage-bigtable/build-proto/Cargo.lock b/storage-bigtable/build-proto/Cargo.lock index 9fd760bad..9e0c88f18 100644 --- a/storage-bigtable/build-proto/Cargo.lock +++ b/storage-bigtable/build-proto/Cargo.lock @@ -301,18 +301,18 @@ dependencies = [ [[package]] name = "thiserror" -version = "1.0.30" +version = "1.0.31" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "854babe52e4df1653706b98fcfc05843010039b406875930a70e4d9644e5c417" +checksum = "bd829fe32373d27f76265620b5309d0340cb8550f523c1dda251d6298069069a" dependencies = [ "thiserror-impl", ] [[package]] name = "thiserror-impl" -version = "1.0.30" +version = "1.0.31" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "aa32fd3f627f367fe16f893e2597ae3c05020f8bba2666a4e6ea73d377e5714b" +checksum = "0396bc89e626244658bef819e22d0cc459e795a5ebe878e6ec336d1674a8d79a" dependencies = [ "proc-macro2", "quote",