From 44ab27a12e80b134ee41387d86a019cf01b0cbd0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 May 2022 02:22:43 +0000 Subject: [PATCH] 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] --- Cargo.lock | 8 ++++---- faucet/Cargo.toml | 2 +- sui_types/Cargo.toml | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 0199dbaf45a92..142da759a62ea 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5054,18 +5054,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", "quote", diff --git a/faucet/Cargo.toml b/faucet/Cargo.toml index 7972d59d7fe52..5a10ca32bb92d 100644 --- a/faucet/Cargo.toml +++ b/faucet/Cargo.toml @@ -12,7 +12,7 @@ async-trait = "0.1.53" axum = "0.5.4" clap = { version = "3.1.14", features = ["derive"] } futures = "0.3.21" -thiserror = "1.0.30" +thiserror = "1.0.31" tokio = { version = "1.17.0", features = ["full"] } tracing = { version = "0.1.34", features = ["log"] } tracing-subscriber = { version = "0.3.11", features = ["time", "registry", "env-filter"] } diff --git a/sui_types/Cargo.toml b/sui_types/Cargo.toml index 2b2c1ea0edd6f..6e19c5adeffa4 100644 --- a/sui_types/Cargo.toml +++ b/sui_types/Cargo.toml @@ -17,7 +17,7 @@ serde = { version = "1.0.137", features = ["derive"] } ed25519-dalek = { version = "1.0.1", features = ["batch", "serde"] } serde-name = "0.2.0" sha3 = "0.10.1" -thiserror = "1.0.30" +thiserror = "1.0.31" hex = "0.4.3" serde_bytes = "0.11.5" serde_json = "1.0.79"