Skip to content

Commit

Permalink
update itertools
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremyandrews committed Dec 6, 2023
1 parent 618ecd5 commit 268beec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
## 0.17.3-dev
- [#565](https://github.com/tag1consulting/goose/pull/565) add `--accept-invalid-certs` to skip validation of https certificates
- [#568](https://github.com/tag1consulting/goose/pull/568) don't panic when truncating non utf-8 string
- update [`http`](https://docs.rs/http)
- [#574](https://github.com/tag1consulting/goose/pull/574) update [`http`](https://docs.rs/http), [`itertools`](https://docs.rs/itertools)

## 0.17.2 August 28, 2023
- [#557](https://github.com/tag1consulting/goose/pull/557) speed up user initialization on Linux
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ flume = "0.11"
futures = "0.3"
gumdrop = "0.8"
http = "1.0"
itertools = "0.11"
itertools = "0.12"
lazy_static = "1.4"
log = "0.4"
num-format = "0.4"
Expand Down

0 comments on commit 268beec

Please sign in to comment.