Skip to content

Commit

Permalink
Update laz requirement from 0.8 to 0.9
Browse files Browse the repository at this point in the history
Updates the requirements on [laz](https://github.com/tmontaigu/laz-rs) to permit the latest version.
- [Changelog](https://github.com/laz-rs/laz-rs/blob/master/CHANGELOG.md)
- [Commits](laz-rs/laz-rs@0.8.0...0.9.0)

---
updated-dependencies:
- dependency-name: laz
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and gadomski committed Mar 25, 2024
1 parent b5a6a62 commit 0a1f786
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 @@ -19,7 +19,7 @@ log = "0.4"
num-traits = "0.2"
thiserror = "1.0"
uuid = "1"
laz = { version = "0.8", optional = true }
laz = { version = "0.9", optional = true }

[dev-dependencies]
criterion = "0.5"
Expand Down

0 comments on commit 0a1f786

Please sign in to comment.