Skip to content

Commit

Permalink
Update thiserror requirement from 1.0.65 to 2.0.3 (#881)
Browse files Browse the repository at this point in the history
Updates the requirements on [thiserror](https://github.com/dtolnay/thiserror) to permit the latest version.
- [Release notes](https://github.com/dtolnay/thiserror/releases)
- [Commits](dtolnay/thiserror@1.0.65...2.0.3)

---
updated-dependencies:
- dependency-name: thiserror
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Nov 18, 2024
1 parent c64063c commit 06ef0d1
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion libcnb-cargo/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion libcnb-common/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion libcnb-data/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down
2 changes: 1 addition & 1 deletion libcnb-package/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
2 changes: 1 addition & 1 deletion libcnb-test/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion libcnb/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down
2 changes: 1 addition & 1 deletion libherokubuildpack/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }

Expand Down

0 comments on commit 06ef0d1

Please sign in to comment.