diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-09-13 08:44:19 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-09-13 08:44:19 +0100 |
| commit | b87159d99040bf21e43e1caefc9d870f17b32ed3 (patch) | |
| tree | 3806db06bfbe203dd0fc0e63bdf477aa543ae26d /Cargo.toml | |
| parent | Move contributors to be a top-level file (#931) (diff) | |
| download | atuin-b87159d99040bf21e43e1caefc9d870f17b32ed3.zip | |
Bump itertools from 0.10.5 to 0.11.0 (#1223)
Bumps [itertools](https://github.com/rust-itertools/itertools) from 0.10.5 to 0.11.0.
- [Changelog](https://github.com/rust-itertools/itertools/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rust-itertools/itertools/compare/v0.10.5...v0.11.0)
---
updated-dependencies:
- dependency-name: itertools
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -29,7 +29,7 @@ directories = "4" eyre = "0.6" fs-err = "2.9" interim = { version = "0.1.0", features = ["time"] } -itertools = "0.10.5" +itertools = "0.11.0" rand = { version = "0.8.5", features = ["std"] } semver = "1.0.14" # https://github.com/serde-rs/serde/issues/2538 |
