Skip to content

Commit

Permalink
Bump thiserror from 1.0.66 to 2.0.3 (#313)
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]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Dec 4, 2024
1 parent 8a0b0c8 commit 42cee56
Show file tree
Hide file tree
Showing 3 changed files with 42 additions and 22 deletions.
60 changes: 40 additions & 20 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/go/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ semver = "1"
serde = "1"
sha2 = "0.10"
tar = { version = "0.4", default-features = false }
thiserror = "1"
thiserror = "2"
toml = "0.8"
ureq = { version = "2", features = ["json"] }

Expand Down
2 changes: 1 addition & 1 deletion common/go-utils/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ regex = "1"
sha2 = "0.10.8"
semver = "1"
serde = { version = "1", features = ["derive"] }
thiserror = "1"
thiserror = "2"
toml = "0.8"
ureq = { version = "2", features = ["json"] }
libherokubuildpack = { version = "=0.24.0", default-features = false, features = ["inventory", "log", "inventory-sha2"] }

0 comments on commit 42cee56

Please sign in to comment.