diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-11-17 11:52:00 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-11-17 11:52:00 +0000 |
| commit | f2c1922e481b49fc169cd9dce3709c9798f22f6a (patch) | |
| tree | db686d8cb46288d38e4b30d26b4fb7bb21168468 /atuin-client/Cargo.toml | |
| parent | Bump rmp-serde from 0.15.4 to 0.15.5 (#149) (diff) | |
| download | atuin-f2c1922e481b49fc169cd9dce3709c9798f22f6a.zip | |
Bump itertools from 0.10.0 to 0.10.1 (#146)
Bumps [itertools](https://github.com/rust-itertools/itertools) from 0.10.0 to 0.10.1.
- [Release notes](https://github.com/rust-itertools/itertools/releases)
- [Changelog](https://github.com/rust-itertools/itertools/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rust-itertools/itertools/compare/v0.10.0...v0.10.1)
---
updated-dependencies:
- dependency-name: itertools
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to 'atuin-client/Cargo.toml')
| -rw-r--r-- | atuin-client/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/atuin-client/Cargo.toml b/atuin-client/Cargo.toml index bc86e3af..e0e50ac1 100644 --- a/atuin-client/Cargo.toml +++ b/atuin-client/Cargo.toml @@ -37,7 +37,7 @@ tokio = { version = "1", features = ["full"] } async-trait = "0.1.49" urlencoding = "1.3.3" humantime = "2.1.0" -itertools = "0.10.0" +itertools = "0.10.1" shellexpand = "2" sqlx = { version = "0.5", features = [ "runtime-tokio-rustls", "uuid", "chrono", "sqlite" ] } minspan = "0.1.1" |
