From be1a68597ee35c6d9a04dd1ce52cd18e70199be9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Dec 2024 19:06:10 +0000 Subject: [PATCH] chore(deps): bump thiserror in the patch group across 1 directory Bumps the patch group with 1 update in the / directory: [thiserror](https://github.com/dtolnay/thiserror). Updates `thiserror` from 2.0.7 to 2.0.9 - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](https://github.com/dtolnay/thiserror/compare/2.0.7...2.0.9) --- updated-dependencies: - dependency-name: thiserror dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ef382ddcc..95f5be9c2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -890,7 +890,7 @@ dependencies = [ "sha256", "temp-env", "tempfile", - "thiserror 2.0.7", + "thiserror 2.0.9", "tokio", "tokio-stream", "tracing", @@ -2743,7 +2743,7 @@ dependencies = [ "oci-spec 0.7.1", "procfs", "serde", - "thiserror 2.0.7", + "thiserror 2.0.9", "tracing", ] @@ -2769,7 +2769,7 @@ dependencies = [ "safe-path", "serde", "serde_json", - "thiserror 2.0.7", + "thiserror 2.0.9", "tracing", ] @@ -3304,7 +3304,7 @@ dependencies = [ "serde_json", "strum", "strum_macros", - "thiserror 2.0.7", + "thiserror 2.0.9", ] [[package]] @@ -5237,11 +5237,11 @@ dependencies = [ [[package]] name = "thiserror" -version = "2.0.7" +version = "2.0.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "93605438cbd668185516ab499d589afb7ee1859ea3d5fc8f6b0755e1c7443767" +checksum = "f072643fd0190df67a8bab670c20ef5d8737177d6ac6b2e9a236cb096206b2cc" dependencies = [ - "thiserror-impl 2.0.7", + "thiserror-impl 2.0.9", ] [[package]] @@ -5257,9 +5257,9 @@ dependencies = [ [[package]] name = "thiserror-impl" -version = "2.0.7" +version = "2.0.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e1d8749b4531af2117677a5fcd12b1348a3fe2b81e36e61ffeac5c4aa3273e36" +checksum = "7b50fa271071aae2e6ee85f842e2e28ba8cd2c5fb67f11fcb1fd70b276f9e7d4" dependencies = [ "proc-macro2", "quote", @@ -5669,7 +5669,7 @@ dependencies = [ "log", "prost 0.13.4", "prost-types 0.13.4", - "thiserror 2.0.7", + "thiserror 2.0.9", "tokio", "tokio-stream", "tokio-util",