From 7da0994d58718721b0c8f16571e0146101dab58a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Mar 2023 18:27:41 +0000 Subject: [PATCH] cargo: bump thiserror from 1.0.38 to 1.0.39 Bumps [thiserror](https://github.com/dtolnay/thiserror) from 1.0.38 to 1.0.39. - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](https://github.com/dtolnay/thiserror/compare/1.0.38...1.0.39) --- updated-dependencies: - dependency-name: thiserror dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 8 ++++---- Cargo.toml | 2 +- lib/Cargo.toml | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 5c0e6f796..f87722357 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1799,18 +1799,18 @@ dependencies = [ [[package]] name = "thiserror" -version = "1.0.38" +version = "1.0.39" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6a9cd18aa97d5c45c6603caea1da6628790b37f7a34b6ca89522331c5180fed0" +checksum = "a5ab016db510546d856297882807df8da66a16fb8c4101cb8b30054b0d5b2d9c" dependencies = [ "thiserror-impl", ] [[package]] name = "thiserror-impl" -version = "1.0.38" +version = "1.0.39" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1fb327af4685e4d03fa8cbcf1716380da910eeb2bb8be417e7f9fd3fb164f36f" +checksum = "5420d42e90af0c38c3290abcca25b9b3bdf379fc9f55c528f53a269d9c9a267e" dependencies = [ "proc-macro2", "quote", diff --git a/Cargo.toml b/Cargo.toml index 2c844a1b9..7d5aaf532 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -58,7 +58,7 @@ slab = "0.4.8" tempfile = "3.4.0" textwrap = "0.16.0" timeago = { version = "0.4.1", default-features = false } -thiserror = "1.0.38" +thiserror = "1.0.39" tracing = "0.1.37" tracing-subscriber = { version = "0.3.16", default-features = false, features = ["std", "ansi", "env-filter", "fmt"] } indexmap = "1.9.2" diff --git a/lib/Cargo.toml b/lib/Cargo.toml index 0d63eea8f..4420c2676 100644 --- a/lib/Cargo.toml +++ b/lib/Cargo.toml @@ -36,7 +36,7 @@ rand_chacha = "0.3.1" regex = "1.7.1" serde_json = "1.0.94" tempfile = "3.4.0" -thiserror = "1.0.38" +thiserror = "1.0.39" thrift = { version = "0.17.0", default-features = false, optional = true } whoami = "1.3.0" zstd = "0.12.3"