Skip to content

Commit

Permalink
build(deps): update lz-str requirement from 0.1.0 to 0.2.1
Browse files Browse the repository at this point in the history
Updates the requirements on [lz-str](https://github.com/adumbidiot/lz-str-rs) to permit the latest version.
- [Release notes](https://github.com/adumbidiot/lz-str-rs/releases)
- [Changelog](https://github.com/adumbidiot/lz-str-rs/blob/master/CHANGELOG.md)
- [Commits](adumbidiot/lz-str-rs@0.1.0...v0.2.1)

---
updated-dependencies:
- dependency-name: lz-str
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Apr 10, 2024
1 parent 7913136 commit afd0996
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ anyhow = "1"
thiserror = "1"
rayon = "1.5"
structopt = "0.3"
lz-str = "0.1.0"
lz-str = "0.2.1"

[[bin]]
name = "rbt"
Expand Down

0 comments on commit afd0996

Please sign in to comment.