Skip to content

Commit

Permalink
Bump thiserror from 1.0.68 to 2.0.3 (#1809)
Browse files Browse the repository at this point in the history
Bumps [thiserror](https://github.com/dtolnay/thiserror) from 1.0.68 to 2.0.3.
- [Release notes](https://github.com/dtolnay/thiserror/releases)
- [Commits](dtolnay/thiserror@1.0.68...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]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Michael Müller <[email protected]>
  • Loading branch information
dependabot[bot] and cmichi authored Nov 14, 2024
1 parent 2ee22d2 commit 54e14bc
Show file tree
Hide file tree
Showing 2 changed files with 50 additions and 30 deletions.
78 changes: 49 additions & 29 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 crates/transcode/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ scale = { package = "parity-scale-codec", version = "3.0.0", features = ["derive
scale-info = { version = "2.11.3", default-features = false, features = ["derive"] }
serde = { version = "1.0.202", default-features = false, features = ["derive"] }
serde_json = "1.0.117"
thiserror = "1.0.60"
thiserror = "2.0.3"
strsim = "0.11.1"

[dev-dependencies]
Expand Down

0 comments on commit 54e14bc

Please sign in to comment.