Skip to content

Commit

Permalink
fix(deps): update rust crate thiserror to 1.0.50 (#31)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Nov 12, 2023
1 parent e2ada9d commit 60092e7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 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/hirola-kit/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ rstml = "0.10.6"
syn = { version = "2.0.39", features = [ "visit", "full", "extra-traits" ] }
leptosfmt-prettyplease = { features = [ "verbatim" ], version = "0.2.11" }
proc-macro2 = { version = "1.0.66", features = [ "span-locations" ] }
thiserror = "1.0.40"
thiserror = "1.0.50"
crop = "0.3.0"
serde = { version = "1.0.189", features = [ "derive" ] }

Expand Down

0 comments on commit 60092e7

Please sign in to comment.