Skip to content

Commit

Permalink
Bump thiserror from 1.0.67 to 2.0.3 in /bundler
Browse files Browse the repository at this point in the history
Bumps [thiserror](https://github.com/dtolnay/thiserror) from 1.0.67 to 2.0.3.
- [Release notes](https://github.com/dtolnay/thiserror/releases)
- [Commits](dtolnay/thiserror@1.0.67...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 and garryod committed Nov 11, 2024
1 parent 2f8cccd commit bde41cb
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 13 deletions.
44 changes: 32 additions & 12 deletions bundler/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 bundler/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ sqlx = { version = "0.8.2", features = [
"mysql",
] }
tar = { version = "0.4.43" }
thiserror = "1.0.67"
thiserror = "2.0.3"
tokio = { version = "1.41.1", features = ["macros", "rt-multi-thread"] }
tower = { version = "0.5.1" }
tower-http = { version = "0.6.1", features = ["trace"] }
Expand Down

0 comments on commit bde41cb

Please sign in to comment.