The code and data behind xeiaso.net
5
fork

Configure Feed

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

build(deps): bump tracing-subscriber from 0.2.20 to 0.2.23 (#397)

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

---
updated-dependencies:
- dependency-name: tracing-subscriber
dependency-type: direct:production
update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

authored by

dependabot[bot]
dependabot[bot]
and committed by
GitHub
0c6eb047 b3118983

+4 -4
+4 -4
Cargo.lock
··· 2274 2274 2275 2275 [[package]] 2276 2276 name = "tracing-core" 2277 - version = "0.1.17" 2277 + version = "0.1.20" 2278 2278 source = "registry+https://github.com/rust-lang/crates.io-index" 2279 - checksum = "f50de3927f93d202783f4513cda820ab47ef17f624b03c096e86ef00c67e6b5f" 2279 + checksum = "46125608c26121c81b0c6d693eab5a420e416da7e43c426d2e8f7df8da8a3acf" 2280 2280 dependencies = [ 2281 2281 "lazy_static", 2282 2282 ] ··· 2324 2324 2325 2325 [[package]] 2326 2326 name = "tracing-subscriber" 2327 - version = "0.2.20" 2327 + version = "0.2.23" 2328 2328 source = "registry+https://github.com/rust-lang/crates.io-index" 2329 - checksum = "b9cbe87a2fa7e35900ce5de20220a582a9483a7063811defce79d7cbd59d4cfe" 2329 + checksum = "56c42e73a9d277d4d2b6a88389a137ccf3c58599660b17e8f5fc39305e490669" 2330 2330 dependencies = [ 2331 2331 "ansi_term 0.12.1", 2332 2332 "chrono",