A (forked) rust crate for using Ratatui in a Bevy application.
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Bump tracing-subscriber from 0.3.19 to 0.3.20 (#66)

Bumps [tracing-subscriber](https://github.com/tokio-rs/tracing) from 0.3.19 to 0.3.20.
- [Release notes](https://github.com/tokio-rs/tracing/releases)
- [Commits](https://github.com/tokio-rs/tracing/compare/tracing-subscriber-0.3.19...tracing-subscriber-0.3.20)

---
updated-dependencies:
- dependency-name: tracing-subscriber
dependency-version: 0.3.20
dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Cooper Reiff <cooper@cxreiff.com>

authored by

dependabot[bot]
dependabot[bot]
Cooper Reiff
and committed by
GitHub
c2dbf820 6da8e2e0

+12 -34
+12 -34
Cargo.lock
··· 2893 2893 2894 2894 [[package]] 2895 2895 name = "matchers" 2896 - version = "0.1.0" 2896 + version = "0.2.0" 2897 2897 source = "registry+https://github.com/rust-lang/crates.io-index" 2898 - checksum = "8263075bb86c5a1b1427b5ae862e8889656f126e9f77c484496e8b47cf5c5558" 2898 + checksum = "d1525a2a28c7f4fa0fc98bb91ae755d1e2d1505079e05539e35bc876b5d65ae9" 2899 2899 dependencies = [ 2900 - "regex-automata 0.1.10", 2900 + "regex-automata", 2901 2901 ] 2902 2902 2903 2903 [[package]] ··· 3108 3108 3109 3109 [[package]] 3110 3110 name = "nu-ansi-term" 3111 - version = "0.46.0" 3111 + version = "0.50.1" 3112 3112 source = "registry+https://github.com/rust-lang/crates.io-index" 3113 - checksum = "77a8165726e8236064dbb45459242600304b42a5ea24ee2948e18e023bf7ba84" 3113 + checksum = "d4a28e057d01f97e61255210fcff094d74ed0466038633e95017f5beb68e4399" 3114 3114 dependencies = [ 3115 - "overload", 3116 - "winapi", 3115 + "windows-sys 0.52.0", 3117 3116 ] 3118 3117 3119 3118 [[package]] ··· 3453 3452 dependencies = [ 3454 3453 "num-traits", 3455 3454 ] 3456 - 3457 - [[package]] 3458 - name = "overload" 3459 - version = "0.1.1" 3460 - source = "registry+https://github.com/rust-lang/crates.io-index" 3461 - checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39" 3462 3455 3463 3456 [[package]] 3464 3457 name = "owo-colors" ··· 3837 3830 dependencies = [ 3838 3831 "aho-corasick", 3839 3832 "memchr", 3840 - "regex-automata 0.4.9", 3841 - "regex-syntax 0.8.5", 3842 - ] 3843 - 3844 - [[package]] 3845 - name = "regex-automata" 3846 - version = "0.1.10" 3847 - source = "registry+https://github.com/rust-lang/crates.io-index" 3848 - checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132" 3849 - dependencies = [ 3850 - "regex-syntax 0.6.29", 3833 + "regex-automata", 3834 + "regex-syntax", 3851 3835 ] 3852 3836 3853 3837 [[package]] ··· 3858 3842 dependencies = [ 3859 3843 "aho-corasick", 3860 3844 "memchr", 3861 - "regex-syntax 0.8.5", 3845 + "regex-syntax", 3862 3846 ] 3863 - 3864 - [[package]] 3865 - name = "regex-syntax" 3866 - version = "0.6.29" 3867 - source = "registry+https://github.com/rust-lang/crates.io-index" 3868 - checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1" 3869 3847 3870 3848 [[package]] 3871 3849 name = "regex-syntax" ··· 4428 4406 4429 4407 [[package]] 4430 4408 name = "tracing-subscriber" 4431 - version = "0.3.19" 4409 + version = "0.3.20" 4432 4410 source = "registry+https://github.com/rust-lang/crates.io-index" 4433 - checksum = "e8189decb5ac0fa7bc8b96b7cb9b2701d60d48805aca84a238004d665fcc4008" 4411 + checksum = "2054a14f5307d601f88daf0553e1cbf472acc4f2c51afab632431cdcd72124d5" 4434 4412 dependencies = [ 4435 4413 "matchers", 4436 4414 "nu-ansi-term", 4437 4415 "once_cell", 4438 - "regex", 4416 + "regex-automata", 4439 4417 "sharded-slab", 4440 4418 "smallvec", 4441 4419 "thread_local",