From 06ef0d1895eda762f49348810f2313c356f1328f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Nov 2024 17:07:14 +0000 Subject: [PATCH] Update thiserror requirement from 1.0.65 to 2.0.3 (#881) Updates the requirements on [thiserror](https://github.com/dtolnay/thiserror) to permit the latest version. - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](https://github.com/dtolnay/thiserror/compare/1.0.65...2.0.3) --- updated-dependencies: - dependency-name: thiserror dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- libcnb-cargo/Cargo.toml | 2 +- libcnb-common/Cargo.toml | 2 +- libcnb-data/Cargo.toml | 2 +- libcnb-package/Cargo.toml | 2 +- libcnb-test/Cargo.toml | 2 +- libcnb/Cargo.toml | 2 +- libherokubuildpack/Cargo.toml | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/libcnb-cargo/Cargo.toml b/libcnb-cargo/Cargo.toml index a01fc75d..fa7f84a1 100644 --- a/libcnb-cargo/Cargo.toml +++ b/libcnb-cargo/Cargo.toml @@ -29,7 +29,7 @@ clap = { version = "4.5.20", default-features = false, features = [ libcnb-data.workspace = true libcnb-package.workspace = true pathdiff = "0.2.2" -thiserror = "1.0.65" +thiserror = "2.0.3" [dev-dependencies] libcnb-common.workspace = true diff --git a/libcnb-common/Cargo.toml b/libcnb-common/Cargo.toml index 9d55c95b..2aea876d 100644 --- a/libcnb-common/Cargo.toml +++ b/libcnb-common/Cargo.toml @@ -15,5 +15,5 @@ workspace = true [dependencies] serde = { version = "1.0.213", features = ["derive"] } -thiserror = "1.0.65" +thiserror = "2.0.3" toml.workspace = true diff --git a/libcnb-data/Cargo.toml b/libcnb-data/Cargo.toml index c06e1fc7..aa008f7d 100644 --- a/libcnb-data/Cargo.toml +++ b/libcnb-data/Cargo.toml @@ -18,7 +18,7 @@ workspace = true fancy-regex = { version = "0.14.0", default-features = false, features = ["std"] } libcnb-proc-macros.workspace = true serde = { version = "1.0.213", features = ["derive"] } -thiserror = "1.0.65" +thiserror = "2.0.3" toml.workspace = true uriparse = "0.6.4" diff --git a/libcnb-package/Cargo.toml b/libcnb-package/Cargo.toml index ae8c33a2..fa67460b 100644 --- a/libcnb-package/Cargo.toml +++ b/libcnb-package/Cargo.toml @@ -21,6 +21,6 @@ indoc = "2.0.5" libcnb-common.workspace = true libcnb-data.workspace = true petgraph = { version = "0.6.5", default-features = false } -thiserror = "1.0.65" +thiserror = "2.0.3" uriparse = "0.6.4" which = "7.0.0" diff --git a/libcnb-test/Cargo.toml b/libcnb-test/Cargo.toml index 03dfe138..7c65476d 100644 --- a/libcnb-test/Cargo.toml +++ b/libcnb-test/Cargo.toml @@ -22,7 +22,7 @@ libcnb-data.workspace = true libcnb-package.workspace = true regex = "1.11.0" tempfile = "3.13.0" -thiserror = "1.0.65" +thiserror = "2.0.3" [dev-dependencies] indoc = "2.0.5" diff --git a/libcnb/Cargo.toml b/libcnb/Cargo.toml index c4f65f44..bb847e57 100644 --- a/libcnb/Cargo.toml +++ b/libcnb/Cargo.toml @@ -27,7 +27,7 @@ opentelemetry = { version = "0.21.0", optional = true } opentelemetry_sdk = { version = "0.21.2", optional = true } opentelemetry-stdout = { version = "0.2.0", optional = true, features = ["trace"] } serde = { version = "1.0.213", features = ["derive"] } -thiserror = "1.0.65" +thiserror = "2.0.3" toml.workspace = true [dev-dependencies] diff --git a/libherokubuildpack/Cargo.toml b/libherokubuildpack/Cargo.toml index 95bcceb2..22e777f0 100644 --- a/libherokubuildpack/Cargo.toml +++ b/libherokubuildpack/Cargo.toml @@ -48,7 +48,7 @@ serde = { version = "1.0.213", features = ["derive"], optional = true } sha2 = { version = "0.10.8", optional = true } tar = { version = "0.4.42", default-features = false, optional = true } termcolor = { version = "1.4.1", optional = true } -thiserror = { version = "1.0.65", optional = true } +thiserror = { version = "2.0.3", optional = true } toml = { workspace = true, optional = true } ureq = { version = "2.10.1", default-features = false, features = ["tls"], optional = true }