Skip to content

Commit

Permalink
Bump thiserror from 1.0.68 to 2.0.0 in the all group (#3868)
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.68 to 2.0.0
- [Release notes](https://github.com/dtolnay/thiserror/releases)
- [Commits](dtolnay/thiserror@1.0.68...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]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Nov 8, 2024
1 parent 1c3e22f commit dc61dd0
Show file tree
Hide file tree
Showing 3 changed files with 61 additions and 41 deletions.
98 changes: 59 additions & 39 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 @@ -75,7 +75,7 @@ serde = { version = "1", features = ["derive"] }
serde_bytes = { version = "0.11" }
serde_json = { version = "1.0" }
sha2 = "0.10"
thiserror = "1"
thiserror = "2"
surf-disco = "0.9"
tagged-base64 = "0.4"
tide-disco = "0.9"
Expand Down
2 changes: 1 addition & 1 deletion crates/orchestrator/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ tracing = { workspace = true }
serde = { workspace = true }
serde_json = { workspace = true }
toml = { workspace = true }
thiserror = "1"
thiserror = "2"
csv = "1"
vbs = { workspace = true }
vec1 = { workspace = true }
Expand Down

0 comments on commit dc61dd0

Please sign in to comment.