Skip to content

Commit

Permalink
Bump thiserror from 1.0.67 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.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 Nov 11, 2024
1 parent 69e16fe commit 092d998
Show file tree
Hide file tree
Showing 4 changed files with 57 additions and 37 deletions.
88 changes: 54 additions & 34 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 cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ sha2 = "0.10.2"
shellexpand = "3.0.0"
tempfile = "3.3.0"
textwrap = "0.16.0"
thiserror = "1.0.29"
thiserror = "2.0.3"
tokio = { version = "^1.0", features = ["full"] }
toml = "0.8.19"
unicode-width = "0.2.0"
Expand Down
2 changes: 1 addition & 1 deletion lockfile/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ quick-xml = { version = "0.31.0", features = [
serde = { version = "1.0.144", features = ["derive"] }
serde_json = "1.0.85"
serde_yaml = "0.9.2"
thiserror = "1.0.40"
thiserror = "2.0.3"
toml = "0.8.19"
urlencoding = "2.1.2"
walkdir = "2.3.2"
Expand Down
2 changes: 1 addition & 1 deletion lockfile_generator/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ serde = { version = "1.0.163", features = ["derive"] }
serde_json = "1.0.96"
anyhow = "1.0.75"
glob = "0.3.1"
thiserror = "1.0.49"
thiserror = "2.0.3"
tempfile = "3.3.0"
dunce = "1.0.5"

0 comments on commit 092d998

Please sign in to comment.