Skip to content

Commit

Permalink
fix(deps): update rust crate crop to 0.4.0 (#43)
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 348bc0c commit 9c52196
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 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 @@ -16,7 +16,7 @@ syn = { version = "2.0.39", features = [ "visit", "full", "extra-traits" ] }
leptosfmt-prettyplease = { features = [ "verbatim" ], version = "0.2.11" }
proc-macro2 = { version = "1.0.69", features = [ "span-locations" ] }
thiserror = "1.0.50"
crop = "0.3.0"
crop = "0.4.0"
serde = { version = "1.0.192", features = [ "derive" ] }


Expand Down

0 comments on commit 9c52196

Please sign in to comment.