From 37dc1b90d5e6da04c9cb343eaad1570b9a1883c0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 7 Jul 2023 23:46:06 +0000 Subject: [PATCH] Bump thiserror from 1.0.42 to 1.0.43 Bumps [thiserror](https://github.com/dtolnay/thiserror) from 1.0.42 to 1.0.43. - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](https://github.com/dtolnay/thiserror/compare/1.0.42...1.0.43) --- 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 a2da32f19..e686d07b1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1133,18 +1133,18 @@ dependencies = [ [[package]] name = "thiserror" -version = "1.0.42" +version = "1.0.43" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b8ed1fcd28efec0862cc76ebc8b6e9206585521af7bd3259a987ffc858f89947" +checksum = "a35fc5b8971143ca348fa6df4f024d4d55264f3468c71ad1c2f365b0a4d58c42" dependencies = [ "thiserror-impl", ] [[package]] name = "thiserror-impl" -version = "1.0.42" +version = "1.0.43" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f85e0dcc42d16c4f19503b2dcdb062d2466efc133b12ffef7dbe02e6ee37e991" +checksum = "463fe12d7993d3b327787537ce8dd4dfa058de32fc2b195ef3cde03dc4771e8f" dependencies = [ "proc-macro2", "quote", diff --git a/Cargo.toml b/Cargo.toml index 3abe38e60..f0295f978 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -35,7 +35,7 @@ union-find = "0.4.1" derive-try-from-primitive = "1.0.0" pretty_env_logger = "0.5.0" attohttpc = "0.25.0" -thiserror = "1.0.42" +thiserror = "1.0.43" [dependencies.cont_frac] path = "./pkg/cont_frac"