From 965b238052d8ca1da6ee4334ddce8c325a544447 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 May 2024 21:10:41 +0000 Subject: [PATCH] build(deps): bump thiserror from 1.0.57 to 1.0.60 Bumps [thiserror](https://github.com/dtolnay/thiserror) from 1.0.57 to 1.0.60. - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](https://github.com/dtolnay/thiserror/compare/1.0.57...1.0.60) --- updated-dependencies: - dependency-name: thiserror dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 8 ++++---- yari-sys/Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a360a90..5fe916f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -686,18 +686,18 @@ dependencies = [ [[package]] name = "thiserror" -version = "1.0.57" +version = "1.0.60" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1e45bcbe8ed29775f228095caf2cd67af7a4ccf756ebff23a306bf3e8b47b24b" +checksum = "579e9083ca58dd9dcf91a9923bb9054071b9ebbd800b342194c9feb0ee89fc18" dependencies = [ "thiserror-impl", ] [[package]] name = "thiserror-impl" -version = "1.0.57" +version = "1.0.60" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a953cb265bef375dae3de6663da4d3804eee9682ea80d8e2542529b73c531c81" +checksum = "e2470041c06ec3ac1ab38d0356a6119054dedaea53e12fbefc0de730a1c08524" dependencies = [ "proc-macro2", "quote", diff --git a/yari-sys/Cargo.toml b/yari-sys/Cargo.toml index 6b0532c..b0f7a23 100644 --- a/yari-sys/Cargo.toml +++ b/yari-sys/Cargo.toml @@ -11,7 +11,7 @@ include = ["LICENSE-THIRD-PARTY"] log = "0.4.21" nom = "7.1.3" regex = "1.10.3" -thiserror = "1.0.57" +thiserror = "1.0.60" lazy_static = "1.4.0" [build-dependencies]