From 8d4c76e410d334ceef1095a685ada10194742734 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Mar 2024 01:27:00 +0000 Subject: [PATCH] Bump thiserror from 1.0.56 to 1.0.58 Bumps [thiserror](https://github.com/dtolnay/thiserror) from 1.0.56 to 1.0.58. - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](https://github.com/dtolnay/thiserror/compare/1.0.56...1.0.58) --- 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 8d7977c..5b629d8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2237,18 +2237,18 @@ dependencies = [ [[package]] name = "thiserror" -version = "1.0.56" +version = "1.0.58" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d54378c645627613241d077a3a79db965db602882668f9136ac42af9ecb730ad" +checksum = "03468839009160513471e86a034bb2c5c0e4baae3b43f79ffc55c4a5427b3297" dependencies = [ "thiserror-impl", ] [[package]] name = "thiserror-impl" -version = "1.0.56" +version = "1.0.58" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fa0faa943b50f3db30a20aa7e265dbc66076993efed8463e8de414e5d06d3471" +checksum = "c61f3ba182994efc43764a46c018c347bc492c79f024e705f46567b418f6d4f7" dependencies = [ "proc-macro2", "quote", diff --git a/Cargo.toml b/Cargo.toml index 8153337..0b27b98 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,7 +20,7 @@ diesel = { version = "2.1.4", features = ["sqlite", "chrono"] } libsqlite3-sys = { version = "0.27.0", features = ["bundled"] } diesel_migrations = { version = "2.1.0", features = ["sqlite"] } rocket = { version = "0.5.0", features = ["serde_json", "json"] } -thiserror = "1.0.56" +thiserror = "1.0.58" chrono = "0.4.33" failure = "0.1.8" indicatif = "0.17.7"