Skip to content

Commit

Permalink
Update itertools requirement from 0.11 to 0.12 (#19)
Browse files Browse the repository at this point in the history
Updates the requirements on [itertools](https://github.com/rust-itertools/itertools) to permit the latest version.
- [Changelog](https://github.com/rust-itertools/itertools/blob/master/CHANGELOG.md)
- [Commits](rust-itertools/itertools@v0.11.0...v0.12.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Dec 6, 2023
1 parent 3f91e81 commit d527b19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ flate2 = "1.0"
flexi_logger = "0.27"
# glory-hot-reload = { git = "https://github.com/glory-rs/glory", version = "0.4.8" }
glory-hot-reload = { workspace = true }
itertools = "0.11"
itertools = "0.12"
lightningcss = { version = "1.0.0-alpha.51", features = ["browserslist"] }
log = "0.4"
# not using notify 5.0 because it uses Crossbeam which has an issue with tokio
Expand Down

0 comments on commit d527b19

Please sign in to comment.