From edcbbbd75293d48a1f4e4fbd0e4fe117199792de Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 May 2024 05:25:48 +0000 Subject: [PATCH] Bump thiserror from 1.0.58 to 1.0.61 Bumps [thiserror](https://github.com/dtolnay/thiserror) from 1.0.58 to 1.0.61. - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](https://github.com/dtolnay/thiserror/compare/1.0.58...1.0.61) --- 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 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ab5557b..47ab613 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1216,18 +1216,18 @@ dependencies = [ [[package]] name = "thiserror" -version = "1.0.58" +version = "1.0.61" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "03468839009160513471e86a034bb2c5c0e4baae3b43f79ffc55c4a5427b3297" +checksum = "c546c80d6be4bc6a00c0f01730c08df82eaa7a7a61f11d656526506112cc1709" dependencies = [ "thiserror-impl", ] [[package]] name = "thiserror-impl" -version = "1.0.58" +version = "1.0.61" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c61f3ba182994efc43764a46c018c347bc492c79f024e705f46567b418f6d4f7" +checksum = "46c3384250002a6d5af4d114f2845d37b57521033f30d5c3f46c4d70e1197533" dependencies = [ "proc-macro2", "quote", diff --git a/Cargo.toml b/Cargo.toml index cf589c5..e76b043 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -39,7 +39,7 @@ konsumer_offsets = { version = "0.3.0", default-features = false, features = ["t log = "0.4.21" prometheus = "0.13.3" regex = "1.10.4" -thiserror = "1.0.58" +thiserror = "1.0.61" tokio = { version = "1.37.0", features = ["rt", "rt-multi-thread", "time", "sync", "macros"] } tokio-util = "0.7.10" tower-http = { version = "0.5", features = ["timeout"] }