Skip to content

Commit

Permalink
Bump thiserror from 1.0.66 to 2.0.3
Browse files Browse the repository at this point in the history
Bumps [thiserror](https://github.com/dtolnay/thiserror) from 1.0.66 to 2.0.3.
- [Release notes](https://github.com/dtolnay/thiserror/releases)
- [Commits](dtolnay/thiserror@1.0.66...2.0.3)

---
updated-dependencies:
- dependency-name: thiserror
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 1, 2024
1 parent 3487b79 commit 1cffa7c
Show file tree
Hide file tree
Showing 3 changed files with 40 additions and 20 deletions.
56 changes: 38 additions & 18 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion buildpacks/jvm-function-invoker/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ indoc = "2"
libcnb = "=0.24.0"
libherokubuildpack = { version = "=0.24.0", default-features = false, features = ["digest", "download", "error", "log", "toml"] }
serde = "1"
thiserror = "1"
thiserror = "2"
toml = "0.8"

[dev-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion buildpacks/jvm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ serde = { version = "1", features = ["derive"] }
tempfile = "3"
url = "2"
nom = "7"
thiserror = "1"
thiserror = "2"
sha2 = "0.10"
hex = "0.4"
toml = "0.8"
Expand Down

0 comments on commit 1cffa7c

Please sign in to comment.