diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-10-30 19:31:32 +0000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-10-30 19:31:32 +0000 |
| commit | 5b03ea9011a662fbfc4097a6b280f69348c235c8 (patch) | |
| tree | 71b0ff5cc317873f45e7f1827141de1bfaa50adb /dotup_cli | |
| parent | 2c732a7cd1d8ca1c83b5f3be68788a8d651231e4 (diff) | |
Bump flexi_logger from 0.18.0 to 0.19.5
Bumps [flexi_logger](https://github.com/emabee/flexi_logger) from 0.18.0 to 0.19.5.
- [Release notes](https://github.com/emabee/flexi_logger/releases)
- [Changelog](https://github.com/emabee/flexi_logger/blob/master/CHANGELOG.md)
- [Commits](https://github.com/emabee/flexi_logger/commits)
---
updated-dependencies:
- dependency-name: flexi_logger
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <[email protected]>
Diffstat (limited to 'dotup_cli')
| -rw-r--r-- | dotup_cli/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dotup_cli/Cargo.toml b/dotup_cli/Cargo.toml index 8fdda0e..9ae6beb 100644 --- a/dotup_cli/Cargo.toml +++ b/dotup_cli/Cargo.toml | |||
| @@ -18,7 +18,7 @@ path = "../dotup" | |||
| 18 | 18 | ||
| 19 | [dependencies.flexi_logger] | 19 | [dependencies.flexi_logger] |
| 20 | features = ["colors"] | 20 | features = ["colors"] |
| 21 | version = "0.18" | 21 | version = "0.19" |
| 22 | 22 | ||
| 23 | [dev-dependencies] | 23 | [dev-dependencies] |
| 24 | tempfile = "3.2" | 24 | tempfile = "3.2" |
