From 1e7edcaa08a271e1523cb4e3f6b71de8d0c38799 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Jan 2024 17:21:02 +0000 Subject: [PATCH] chore(deps): bump thiserror from 1.0.51 to 1.0.56 Bumps [thiserror](https://github.com/dtolnay/thiserror) from 1.0.51 to 1.0.56. - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](https://github.com/dtolnay/thiserror/compare/1.0.51...1.0.56) --- 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 eb00efc..1322640 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1139,18 +1139,18 @@ dependencies = [ [[package]] name = "thiserror" -version = "1.0.51" +version = "1.0.56" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f11c217e1416d6f036b870f14e0413d480dbf28edbee1f877abaf0206af43bb7" +checksum = "d54378c645627613241d077a3a79db965db602882668f9136ac42af9ecb730ad" dependencies = [ "thiserror-impl", ] [[package]] name = "thiserror-impl" -version = "1.0.51" +version = "1.0.56" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "01742297787513b79cf8e29d1056ede1313e2420b7b3b15d0a768b4921f549df" +checksum = "fa0faa943b50f3db30a20aa7e265dbc66076993efed8463e8de414e5d06d3471" dependencies = [ "proc-macro2", "quote", diff --git a/Cargo.toml b/Cargo.toml index 3d916c1..6d44421 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -41,7 +41,7 @@ serde = "1.0.194" semver = { version = "1.0.20", optional = true, default-features = true, features = ["serde"] } node-semver = { version = "2.1.0", optional = true } oro-package-spec = { version = "0.3.34", optional = true } -thiserror = "1.0.51" +thiserror = "1.0.56" clap = { version = "4.4.12", features = ["derive"] } pathdiff = { version = "0.2.1", features = ["camino"] } itertools = "0.12.0"