From f0ccfea860a6f4133f8c42de8eb240a9c4d8bdab Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Jul 2024 08:04:07 +0000 Subject: [PATCH] Bump thiserror from 1.0.62 to 1.0.63 in the rust-minor-patch group (#236) Bumps the rust-minor-patch group with 1 update: [thiserror](https://github.com/dtolnay/thiserror). Updates `thiserror` from 1.0.62 to 1.0.63 - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](https://github.com/dtolnay/thiserror/compare/1.0.62...1.0.63) --- updated-dependencies: - dependency-name: thiserror dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-minor-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 8 ++++---- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e966f59..fc40267 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3072,18 +3072,18 @@ dependencies = [ [[package]] name = "thiserror" -version = "1.0.62" +version = "1.0.63" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f2675633b1499176c2dff06b0856a27976a8f9d436737b4cf4f312d4d91d8bbb" +checksum = "c0342370b38b6a11b6cc11d6a805569958d54cfa061a29969c3b5ce2ea405724" dependencies = [ "thiserror-impl", ] [[package]] name = "thiserror-impl" -version = "1.0.62" +version = "1.0.63" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d20468752b09f49e909e55a5d338caa8bedf615594e9d80bc4c565d30faf798c" +checksum = "a4558b58466b9ad7ca0f102865eccc95938dca1a74a856f2b57b6629050da261" dependencies = [ "proc-macro2", "quote", diff --git a/Cargo.toml b/Cargo.toml index bdf6875..402a00f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -31,7 +31,7 @@ sentry = { version = "0.32.3", default-features = false, features = ["anyhow", " serde = { version = "1.0.204", default-features = false, features = ["derive"] } serde_json = { version = "1.0.120", default-features = false } sha2 = { version = "0.10.8", default-features = false } -thiserror = { version = "1.0.62", default-features = false } +thiserror = { version = "1.0.63", default-features = false } tokio = { version = "1.38.1", default-features = false, features = ["macros", "rt-multi-thread"] } tracing = { version = "0.1.40", default-features = false } tracing-subscriber = { version = "0.3.18", default-features = false, features = ["fmt", "ansi", "env-filter"] }