Skip to content

Commit

Permalink
chore(deps): update rust crate thiserror to v2 (#203)
Browse files Browse the repository at this point in the history
* chore(deps): update rust crate thiserror to v2

* Revert yanked version of parity-scale-codec

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Matthew Dean <[email protected]>
  • Loading branch information
renovate[bot] and mattdean-digicatapult authored Dec 12, 2024
1 parent ef19571 commit b2d9fde
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
14 changes: 7 additions & 7 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 @@ -21,7 +21,7 @@ exitcode = "1.1.2"
lazy_static = "1.5.0"
pest = "2.7.15"
pest_derive = "2.7.15"
thiserror = "1.0.69"
thiserror = "2.0.6"
strum = { version = "0.26.3", default-features = false }
strum_macros = { version = "0.26.4", default-features = false }
log = { version = "0.4.22", default-features = false }
Expand All @@ -31,7 +31,7 @@ log = { version = "0.4.22", default-features = false }
#################################################################
jsonrpsee = { version = "0.24.3" }
scale-info = { version = "2.11.6", default-features = false }
parity-scale-codec = { version = "3.7.0", default-features = false }
parity-scale-codec = { version = "3.6.12", default-features = false }

###################################
# substrate dependencies from git #
Expand Down

0 comments on commit b2d9fde

Please sign in to comment.