From 451d130581814f691f61e336e5f28f9285c366c4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 31 Jul 2023 13:14:56 +0000 Subject: [PATCH] Update Rust crate thiserror to 1.0.44 --- Cargo.lock | 8 ++++---- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 6fd1051e..3f566fa2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1093,18 +1093,18 @@ checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369" [[package]] name = "thiserror" -version = "1.0.43" +version = "1.0.44" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a35fc5b8971143ca348fa6df4f024d4d55264f3468c71ad1c2f365b0a4d58c42" +checksum = "611040a08a0439f8248d1990b111c95baa9c704c805fa1f62104b39655fd7f90" dependencies = [ "thiserror-impl", ] [[package]] name = "thiserror-impl" -version = "1.0.43" +version = "1.0.44" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "463fe12d7993d3b327787537ce8dd4dfa058de32fc2b195ef3cde03dc4771e8f" +checksum = "090198534930841fab3a5d1bb637cde49e339654e606195f8d9c76eeb081dc96" dependencies = [ "proc-macro2", "quote", diff --git a/Cargo.toml b/Cargo.toml index 3a57d3f5..e92cc7d8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,7 +15,7 @@ ppoprf = "0.2.1" rlimit = "0.10" serde = "1.0.179" serde_json = "1.0.102" -thiserror = "1.0.43" +thiserror = "1.0.44" time = { version = "0.3.23", features = ["formatting", "parsing"] } tokio = { version = "1.29.1", features = ["full"] } tower-http = { version = "0.4.1", features = ["trace"] }