From 36037513d902762d8771aa55645bc345b965ea46 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 15 Aug 2023 08:25:55 +0000 Subject: [PATCH] deps: update rust crate thiserror to 1.0.45 --- Cargo.lock | 8 ++++---- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9b97493..2d61e11 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -425,18 +425,18 @@ dependencies = [ [[package]] name = "thiserror" -version = "1.0.44" +version = "1.0.45" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "611040a08a0439f8248d1990b111c95baa9c704c805fa1f62104b39655fd7f90" +checksum = "dedd246497092a89beedfe2c9f176d44c1b672ea6090edc20544ade01fbb7ea0" dependencies = [ "thiserror-impl", ] [[package]] name = "thiserror-impl" -version = "1.0.44" +version = "1.0.45" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "090198534930841fab3a5d1bb637cde49e339654e606195f8d9c76eeb081dc96" +checksum = "7d7b1fadccbbc7e19ea64708629f9d8dccd007c260d66485f20a6d41bc1cf4b3" dependencies = [ "proc-macro2", "quote", diff --git a/Cargo.toml b/Cargo.toml index db9fec3..3c81bb5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,4 +20,4 @@ lasso = { version = "0.7.2", features = ["ahasher"] } serde = { version = "1.0.183", features = ["derive"] } serde_json = { version = "1.0.104" } termcolor = "1.2.0" -thiserror = "1.0.44" +thiserror = "1.0.45"