diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2022-10-14 11:04:05 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-10-14 11:04:05 +0100 |
| commit | f4a70bf4736d7d7a495eac8bd7c6120113e6d0db (patch) | |
| tree | ccb47d0b11339f3f790004d73c905807cc696813 /Cargo.toml | |
| parent | Bump sqlx from 0.5.13 to 0.6.2 (#536) (diff) | |
| download | atuin-f4a70bf4736d7d7a495eac8bd7c6120113e6d0db.zip | |
Bump indicatif from 0.16.2 to 0.17.1 (#537)
Bumps [indicatif](https://github.com/console-rs/indicatif) from 0.16.2 to 0.17.1.
- [Release notes](https://github.com/console-rs/indicatif/releases)
- [Commits](https://github.com/console-rs/indicatif/compare/0.16.2...0.17.1)
---
updated-dependencies:
- dependency-name: indicatif
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
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
@@ -53,7 +53,7 @@ pretty_env_logger = "0.4" chrono = { version = "0.4", features = ["serde"] } eyre = "0.6" directories = "4" -indicatif = "0.16.2" +indicatif = "0.17.1" serde = { version = "1.0.137", features = ["derive"] } serde_json = "1.0.81" tui = { version = "0.18", default-features = false, features = ["termion"] } |
