From df1d9eced45b1e35cb5f49a47bc05130e5c0a314 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Mar 2024 05:22:53 +0000 Subject: [PATCH] Bump thiserror from 1.0.56 to 1.0.58 in /loremaster-database 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] --- loremaster-database/Cargo.lock | 8 ++++---- loremaster-database/Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/loremaster-database/Cargo.lock b/loremaster-database/Cargo.lock index b73de9eb..56b36222 100644 --- a/loremaster-database/Cargo.lock +++ b/loremaster-database/Cargo.lock @@ -1230,18 +1230,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/loremaster-database/Cargo.toml b/loremaster-database/Cargo.toml index 34a2f3ee..72fe082d 100644 --- a/loremaster-database/Cargo.toml +++ b/loremaster-database/Cargo.toml @@ -24,6 +24,6 @@ sqlx = { version = "0.6.3", features = [ "uuid", ] } # Error/exception handling -thiserror = "1.0.56" +thiserror = "1.0.58" # Backend async I/O functionality tokio = { version = "1.36.0", features = ["full"] }