aboutsummaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorRenovate Bot <[email protected]>2024-02-04 06:01:53 +0000
committerRenovate Bot <[email protected]>2024-02-04 06:01:53 +0000
commitc1a31b2193425963928fe23a02710db253052132 (patch)
tree880e9d1abee2af0974741cf052b06eec27f26d21 /Cargo.lock
parentd00d182ba6a7626cf749a8c1a084d752693f1bdb (diff)
chore(deps): update rust crate env_logger to 0.11
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock62
1 files changed, 17 insertions, 45 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 1898ca4..a5bccc7 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -13,9 +13,9 @@ dependencies = [
13 13
14[[package]] 14[[package]]
15name = "anstream" 15name = "anstream"
16version = "0.6.9" 16version = "0.6.11"
17source = "registry+https://github.com/rust-lang/crates.io-index" 17source = "registry+https://github.com/rust-lang/crates.io-index"
18checksum = "3fde6067df7359f2d6335ec1a50c1f8f825801687d10da0cc4c6b08e3f6afd15" 18checksum = "6e2e1ebcb11de5c03c67de28a7df593d32191b44939c482e97702baaaa6ab6a5"
19dependencies = [ 19dependencies = [
20 "anstyle", 20 "anstyle",
21 "anstyle-parse", 21 "anstyle-parse",
@@ -66,17 +66,6 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
66checksum = "080e9890a082662b09c1ad45f567faeeb47f22b5fb23895fbe1e651e718e25ca" 66checksum = "080e9890a082662b09c1ad45f567faeeb47f22b5fb23895fbe1e651e718e25ca"
67 67
68[[package]] 68[[package]]
69name = "atty"
70version = "0.2.14"
71source = "registry+https://github.com/rust-lang/crates.io-index"
72checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"
73dependencies = [
74 "hermit-abi",
75 "libc",
76 "winapi",
77]
78
79[[package]]
80name = "autocfg" 69name = "autocfg"
81version = "1.1.0" 70version = "1.1.0"
82source = "registry+https://github.com/rust-lang/crates.io-index" 71source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -215,16 +204,26 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
215checksum = "545b22097d44f8a9581187cdf93de7a71e4722bf51200cfaba810865b49a495d" 204checksum = "545b22097d44f8a9581187cdf93de7a71e4722bf51200cfaba810865b49a495d"
216 205
217[[package]] 206[[package]]
207name = "env_filter"
208version = "0.1.0"
209source = "registry+https://github.com/rust-lang/crates.io-index"
210checksum = "a009aa4810eb158359dda09d0c87378e4bbb89b5a801f016885a4707ba24f7ea"
211dependencies = [
212 "log",
213 "regex",
214]
215
216[[package]]
218name = "env_logger" 217name = "env_logger"
219version = "0.9.3" 218version = "0.11.1"
220source = "registry+https://github.com/rust-lang/crates.io-index" 219source = "registry+https://github.com/rust-lang/crates.io-index"
221checksum = "a12e6657c4c97ebab115a42dcee77225f7f482cdd841cf7088c657a42e9e00e7" 220checksum = "05e7cf40684ae96ade6232ed84582f40ce0a66efcd43a5117aef610534f8e0b8"
222dependencies = [ 221dependencies = [
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"
247checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8" 246checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
248 247
249[[package]] 248[[package]]
250name = "hermit-abi"
251version = "0.1.19"
252source = "registry+https://github.com/rust-lang/crates.io-index"
253checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33"
254dependencies = [
255 "libc",
256]
257
258[[package]]
259name = "humantime" 249name = "humantime"
260version = "2.1.0" 250version = "2.1.0"
261source = "registry+https://github.com/rust-lang/crates.io-index" 251source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -527,15 +517,6 @@ dependencies = [
527] 517]
528 518
529[[package]] 519[[package]]
530name = "termcolor"
531version = "1.4.1"
532source = "registry+https://github.com/rust-lang/crates.io-index"
533checksum = "06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755"
534dependencies = [
535 "winapi-util",
536]
537
538[[package]]
539name = "thiserror" 520name = "thiserror"
540version = "1.0.56" 521version = "1.0.56"
541source = "registry+https://github.com/rust-lang/crates.io-index" 522source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -608,15 +589,6 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
608checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" 589checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
609 590
610[[package]] 591[[package]]
611name = "winapi-util"
612version = "0.1.6"
613source = "registry+https://github.com/rust-lang/crates.io-index"
614checksum = "f29e6f9198ba0d26b4c9f07dbe6f9ed633e1f3d5b8b414090084349e46a52596"
615dependencies = [
616 "winapi",
617]
618
619[[package]]
620name = "winapi-x86_64-pc-windows-gnu" 592name = "winapi-x86_64-pc-windows-gnu"
621version = "0.4.0" 593version = "0.4.0"
622source = "registry+https://github.com/rust-lang/crates.io-index" 594source = "registry+https://github.com/rust-lang/crates.io-index"