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 from 0.1.22 to 0.1.23 (#315)

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

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

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

authored by

dependabot-preview[bot]
dependabot-preview[bot]
and committed by
GitHub
4080f49b 69c64386

+4 -4
+4 -4
Cargo.lock
··· 2363 2363 2364 2364 [[package]] 2365 2365 name = "tracing" 2366 - version = "0.1.22" 2366 + version = "0.1.23" 2367 2367 source = "registry+https://github.com/rust-lang/crates.io-index" 2368 - checksum = "9f47026cdc4080c07e49b37087de021820269d996f581aac150ef9e5583eefe3" 2368 + checksum = "f7d40a22fd029e33300d8d89a5cc8ffce18bb7c587662f54629e94c9de5487f3" 2369 2369 dependencies = [ 2370 2370 "cfg-if 1.0.0", 2371 2371 "log", ··· 2376 2376 2377 2377 [[package]] 2378 2378 name = "tracing-attributes" 2379 - version = "0.1.11" 2379 + version = "0.1.12" 2380 2380 source = "registry+https://github.com/rust-lang/crates.io-index" 2381 - checksum = "80e0ccfc3378da0cce270c946b676a376943f5cd16aeba64568e7939806f4ada" 2381 + checksum = "43f080ea7e4107844ef4766459426fa2d5c1ada2e47edba05dc7fa99d9629f47" 2382 2382 dependencies = [ 2383 2383 "proc-macro2", 2384 2384 "quote",