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 | |
| 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]>
| -rw-r--r-- | Cargo.lock | 40 | ||||
| -rw-r--r-- | dotup_cli/Cargo.toml | 2 |
2 files changed, 20 insertions, 22 deletions
| @@ -12,6 +12,15 @@ dependencies = [ | |||
| 12 | ] | 12 | ] |
| 13 | 13 | ||
| 14 | [[package]] | 14 | [[package]] |
| 15 | name = "ansi_term" | ||
| 16 | version = "0.12.1" | ||
| 17 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| 18 | checksum = "d52a9bb7ec0cf484c551830a7ce27bd20d67eac647e1befb56b0be4ee39a55d2" | ||
| 19 | dependencies = [ | ||
| 20 | "winapi", | ||
| 21 | ] | ||
| 22 | |||
| 23 | [[package]] | ||
| 15 | name = "anyhow" | 24 | name = "anyhow" |
| 16 | version = "1.0.41" | 25 | version = "1.0.41" |
| 17 | source = "registry+https://github.com/rust-lang/crates.io-index" | 26 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| @@ -80,7 +89,6 @@ dependencies = [ | |||
| 80 | "libc", | 89 | "libc", |
| 81 | "num-integer", | 90 | "num-integer", |
| 82 | "num-traits", | 91 | "num-traits", |
| 83 | "time", | ||
| 84 | "winapi", | 92 | "winapi", |
| 85 | ] | 93 | ] |
| 86 | 94 | ||
| @@ -161,18 +169,19 @@ checksum = "e78d4f1cc4ae33bbfc157ed5d5a5ef3bc29227303d595861deb238fcec4e9457" | |||
| 161 | 169 | ||
| 162 | [[package]] | 170 | [[package]] |
| 163 | name = "flexi_logger" | 171 | name = "flexi_logger" |
| 164 | version = "0.18.0" | 172 | version = "0.19.5" |
| 165 | source = "registry+https://github.com/rust-lang/crates.io-index" | 173 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 166 | checksum = "8ba2265890613939b533fa11c3728651531419ac549ccf527896201581f23991" | 174 | checksum = "eb300b5c59fc4894ea567328a30a3ee3c5a63fb59e17c34b2327ac230455eb79" |
| 167 | dependencies = [ | 175 | dependencies = [ |
| 176 | "ansi_term", | ||
| 168 | "atty", | 177 | "atty", |
| 169 | "chrono", | 178 | "chrono", |
| 170 | "glob", | 179 | "glob", |
| 171 | "lazy_static", | 180 | "lazy_static", |
| 172 | "log", | 181 | "log", |
| 173 | "regex", | 182 | "regex", |
| 183 | "rustversion", | ||
| 174 | "thiserror", | 184 | "thiserror", |
| 175 | "yansi", | ||
| 176 | ] | 185 | ] |
| 177 | 186 | ||
| 178 | [[package]] | 187 | [[package]] |
| @@ -444,6 +453,12 @@ dependencies = [ | |||
| 444 | ] | 453 | ] |
| 445 | 454 | ||
| 446 | [[package]] | 455 | [[package]] |
| 456 | name = "rustversion" | ||
| 457 | version = "1.0.5" | ||
| 458 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| 459 | checksum = "61b3909d758bb75c79f23d4736fac9433868679d3ad2ea7a61e3c25cfda9a088" | ||
| 460 | |||
| 461 | [[package]] | ||
| 447 | name = "serde" | 462 | name = "serde" |
| 448 | version = "1.0.126" | 463 | version = "1.0.126" |
| 449 | source = "registry+https://github.com/rust-lang/crates.io-index" | 464 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| @@ -542,17 +557,6 @@ dependencies = [ | |||
| 542 | ] | 557 | ] |
| 543 | 558 | ||
| 544 | [[package]] | 559 | [[package]] |
| 545 | name = "time" | ||
| 546 | version = "0.1.44" | ||
| 547 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| 548 | checksum = "6db9e6914ab8b1ae1c260a4ae7a49b6c5611b40328a735b21862567685e73255" | ||
| 549 | dependencies = [ | ||
| 550 | "libc", | ||
| 551 | "wasi", | ||
| 552 | "winapi", | ||
| 553 | ] | ||
| 554 | |||
| 555 | [[package]] | ||
| 556 | name = "toml" | 560 | name = "toml" |
| 557 | version = "0.5.8" | 561 | version = "0.5.8" |
| 558 | source = "registry+https://github.com/rust-lang/crates.io-index" | 562 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| @@ -642,9 +646,3 @@ name = "winapi-x86_64-pc-windows-gnu" | |||
| 642 | version = "0.4.0" | 646 | version = "0.4.0" |
| 643 | source = "registry+https://github.com/rust-lang/crates.io-index" | 647 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 644 | checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" | 648 | checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" |
| 645 | |||
| 646 | [[package]] | ||
| 647 | name = "yansi" | ||
| 648 | version = "0.5.0" | ||
| 649 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| 650 | checksum = "9fc79f4a1e39857fc00c3f662cbf2651c771f00e9c15fe2abc341806bd46bd71" | ||
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" |
