Skip to content

Commit

Permalink
Bump thiserror from 1.0.64 to 2.0.0 in the all group
Browse files Browse the repository at this point in the history
Bumps the all group with 1 update: [thiserror](https://github.com/dtolnay/thiserror).


Updates `thiserror` from 1.0.64 to 2.0.0
- [Release notes](https://github.com/dtolnay/thiserror/releases)
- [Commits](dtolnay/thiserror@1.0.64...2.0.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 7, 2024
1 parent d74fecb commit 4536114
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 11 deletions.
40 changes: 30 additions & 10 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ http = "1.1"
quick-xml = { version = "0.36", features = ["serialize"] }
regex = { version = "1", default-features = false }
serde = { version = "1", features = ["derive"] }
thiserror = { version = "1" }
thiserror = { version = "2" }
tracing = "0.1"
odata-params = "0.4"

Expand Down

0 comments on commit 4536114

Please sign in to comment.