From c719eb0b6d42add2afd877ed983288c47473a4c8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 May 2024 18:12:32 +0000 Subject: [PATCH] chore(deps): bump thiserror from 1.0.57 to 1.0.60 Bumps [thiserror](https://github.com/dtolnay/thiserror) from 1.0.57 to 1.0.60. - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](https://github.com/dtolnay/thiserror/compare/1.0.57...1.0.60) --- 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 2fc598a..87ece07 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3298,18 +3298,18 @@ dependencies = [ [[package]] name = "thiserror" -version = "1.0.57" +version = "1.0.60" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1e45bcbe8ed29775f228095caf2cd67af7a4ccf756ebff23a306bf3e8b47b24b" +checksum = "579e9083ca58dd9dcf91a9923bb9054071b9ebbd800b342194c9feb0ee89fc18" dependencies = [ "thiserror-impl", ] [[package]] name = "thiserror-impl" -version = "1.0.57" +version = "1.0.60" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a953cb265bef375dae3de6663da4d3804eee9682ea80d8e2542529b73c531c81" +checksum = "e2470041c06ec3ac1ab38d0356a6119054dedaea53e12fbefc0de730a1c08524" dependencies = [ "proc-macro2", "quote", diff --git a/Cargo.toml b/Cargo.toml index 2bb8fec..7fa41b5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -25,7 +25,7 @@ metrics = { version = "0.22.1", features = [] } metrics-exporter-prometheus = { version = "0.13.1", features = ["http-listener", "tokio"] } rand = { version = "0.9.0-alpha.0", features = [] } reqwest = { version = "0.11.25", features = [] } -thiserror = { version = "1.0.57", features = [] } +thiserror = { version = "1.0.60", features = [] } tokio = { version = "1.36.0", features = ["rt", "rt-multi-thread", "macros", "time"] } tracing = { version = "0.1.40", features = ["log", "std", ] } tracing-subscriber = { version = "0.3.18", features = ["env-filter", "fmt", "std", "serde", "json", "serde_json", "time", "thread_local", ] }