diff options
| author | diogo464 <[email protected]> | 2024-02-04 06:08:09 +0000 |
|---|---|---|
| committer | diogo464 <[email protected]> | 2024-02-04 06:08:09 +0000 |
| commit | b1cdcaf3055b4b50bbcc886bc5f05caf2e392621 (patch) | |
| tree | 880e9d1abee2af0974741cf052b06eec27f26d21 | |
| parent | d00d182ba6a7626cf749a8c1a084d752693f1bdb (diff) | |
| parent | c1a31b2193425963928fe23a02710db253052132 (diff) | |
Merge pull request 'chore(deps): update rust crate env_logger to 0.11' (#2) from renovate/env_logger-0.x into main
Reviewed-on: https://git.d464.sh/code/dotup/pulls/2
| -rw-r--r-- | Cargo.lock | 62 | ||||
| -rw-r--r-- | Cargo.toml | 2 |
2 files changed, 18 insertions, 46 deletions
| @@ -13,9 +13,9 @@ dependencies = [ | |||
| 13 | 13 | ||
| 14 | [[package]] | 14 | [[package]] |
| 15 | name = "anstream" | 15 | name = "anstream" |
| 16 | version = "0.6.9" | 16 | version = "0.6.11" |
| 17 | source = "registry+https://github.com/rust-lang/crates.io-index" | 17 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 18 | checksum = "3fde6067df7359f2d6335ec1a50c1f8f825801687d10da0cc4c6b08e3f6afd15" | 18 | checksum = "6e2e1ebcb11de5c03c67de28a7df593d32191b44939c482e97702baaaa6ab6a5" |
| 19 | dependencies = [ | 19 | dependencies = [ |
| 20 | "anstyle", | 20 | "anstyle", |
| 21 | "anstyle-parse", | 21 | "anstyle-parse", |
| @@ -66,17 +66,6 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
| 66 | checksum = "080e9890a082662b09c1ad45f567faeeb47f22b5fb23895fbe1e651e718e25ca" | 66 | checksum = "080e9890a082662b09c1ad45f567faeeb47f22b5fb23895fbe1e651e718e25ca" |
| 67 | 67 | ||
| 68 | [[package]] | 68 | [[package]] |
| 69 | name = "atty" | ||
| 70 | version = "0.2.14" | ||
| 71 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| 72 | checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8" | ||
| 73 | dependencies = [ | ||
| 74 | "hermit-abi", | ||
| 75 | "libc", | ||
| 76 | "winapi", | ||
| 77 | ] | ||
| 78 | |||
| 79 | [[package]] | ||
| 80 | name = "autocfg" | 69 | name = "autocfg" |
| 81 | version = "1.1.0" | 70 | version = "1.1.0" |
| 82 | source = "registry+https://github.com/rust-lang/crates.io-index" | 71 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| @@ -215,16 +204,26 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
| 215 | checksum = "545b22097d44f8a9581187cdf93de7a71e4722bf51200cfaba810865b49a495d" | 204 | checksum = "545b22097d44f8a9581187cdf93de7a71e4722bf51200cfaba810865b49a495d" |
| 216 | 205 | ||
| 217 | [[package]] | 206 | [[package]] |
| 207 | name = "env_filter" | ||
| 208 | version = "0.1.0" | ||
| 209 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| 210 | checksum = "a009aa4810eb158359dda09d0c87378e4bbb89b5a801f016885a4707ba24f7ea" | ||
| 211 | dependencies = [ | ||
| 212 | "log", | ||
| 213 | "regex", | ||
| 214 | ] | ||
| 215 | |||
| 216 | [[package]] | ||
| 218 | name = "env_logger" | 217 | name = "env_logger" |
| 219 | version = "0.9.3" | 218 | version = "0.11.1" |
| 220 | source = "registry+https://github.com/rust-lang/crates.io-index" | 219 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 221 | checksum = "a12e6657c4c97ebab115a42dcee77225f7f482cdd841cf7088c657a42e9e00e7" | 220 | checksum = "05e7cf40684ae96ade6232ed84582f40ce0a66efcd43a5117aef610534f8e0b8" |
| 222 | dependencies = [ | 221 | dependencies = [ |
| 223 | "atty", | 222 | "anstream", |
| 223 | "anstyle", | ||
| 224 | "env_filter", | ||
| 224 | "humantime", | 225 | "humantime", |
| 225 | "log", | 226 | "log", |
| 226 | "regex", | ||
| 227 | "termcolor", | ||
| 228 | ] | 227 | ] |
| 229 | 228 | ||
| 230 | [[package]] | 229 | [[package]] |
| @@ -247,15 +246,6 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
| 247 | checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8" | 246 | checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8" |
| 248 | 247 | ||
| 249 | [[package]] | 248 | [[package]] |
| 250 | name = "hermit-abi" | ||
| 251 | version = "0.1.19" | ||
| 252 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| 253 | checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33" | ||
| 254 | dependencies = [ | ||
| 255 | "libc", | ||
| 256 | ] | ||
| 257 | |||
| 258 | [[package]] | ||
| 259 | name = "humantime" | 249 | name = "humantime" |
| 260 | version = "2.1.0" | 250 | version = "2.1.0" |
| 261 | source = "registry+https://github.com/rust-lang/crates.io-index" | 251 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| @@ -527,15 +517,6 @@ dependencies = [ | |||
| 527 | ] | 517 | ] |
| 528 | 518 | ||
| 529 | [[package]] | 519 | [[package]] |
| 530 | name = "termcolor" | ||
| 531 | version = "1.4.1" | ||
| 532 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| 533 | checksum = "06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755" | ||
| 534 | dependencies = [ | ||
| 535 | "winapi-util", | ||
| 536 | ] | ||
| 537 | |||
| 538 | [[package]] | ||
| 539 | name = "thiserror" | 520 | name = "thiserror" |
| 540 | version = "1.0.56" | 521 | version = "1.0.56" |
| 541 | source = "registry+https://github.com/rust-lang/crates.io-index" | 522 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| @@ -608,15 +589,6 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
| 608 | checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" | 589 | checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" |
| 609 | 590 | ||
| 610 | [[package]] | 591 | [[package]] |
| 611 | name = "winapi-util" | ||
| 612 | version = "0.1.6" | ||
| 613 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| 614 | checksum = "f29e6f9198ba0d26b4c9f07dbe6f9ed633e1f3d5b8b414090084349e46a52596" | ||
| 615 | dependencies = [ | ||
| 616 | "winapi", | ||
| 617 | ] | ||
| 618 | |||
| 619 | [[package]] | ||
| 620 | name = "winapi-x86_64-pc-windows-gnu" | 592 | name = "winapi-x86_64-pc-windows-gnu" |
| 621 | version = "0.4.0" | 593 | version = "0.4.0" |
| 622 | source = "registry+https://github.com/rust-lang/crates.io-index" | 594 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| @@ -9,7 +9,7 @@ edition = "2021" | |||
| 9 | anyhow = "1" | 9 | anyhow = "1" |
| 10 | clap = { version = "4", features = ["derive"] } | 10 | clap = { version = "4", features = ["derive"] } |
| 11 | colored = "2" | 11 | colored = "2" |
| 12 | env_logger = "0.9" | 12 | env_logger = "0.11" |
| 13 | globset = "0.4" | 13 | globset = "0.4" |
| 14 | inquire = "0.6" | 14 | inquire = "0.6" |
| 15 | log = "0.4" | 15 | log = "0.4" |
