Skip to content

Commit

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

---
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 23, 2024
1 parent 6ac2b79 commit a6f2c9d
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 19 deletions.
34 changes: 17 additions & 17 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ structopt = "0.3"
glob = "0.3"
regex = "1"
anyhow = "1"
thiserror = "1"
thiserror = "2"
chrono = "0.4"
futures = "0.3"
indicatif = "0.17"
Expand Down Expand Up @@ -66,7 +66,7 @@ clap = "4"
glob = "0.3"
regex = "1"
anyhow = "1"
thiserror = "1"
thiserror = "2"
aws-types = "1.3"

[profile.release]
Expand Down

0 comments on commit a6f2c9d

Please sign in to comment.