ALPHA: wire is a tool to deploy nixos systems wire.althaea.zone/

chore(deps): update tokio-tracing monorepo (#357)

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

authored by

renovate[bot]
renovate[bot]
and committed by
GitHub
1dd5c867 e8623729

+8 -8
+8 -8
Cargo.lock
··· 2692 2692 2693 2693 [[package]] 2694 2694 name = "tracing" 2695 - version = "0.1.41" 2695 + version = "0.1.43" 2696 2696 source = "registry+https://github.com/rust-lang/crates.io-index" 2697 - checksum = "784e0ac535deb450455cbfa28a6f0df145ea1bb7ae51b821cf5e7927fdcfbdd0" 2697 + checksum = "2d15d90a0b5c19378952d479dc858407149d7bb45a14de0142f6c534b16fc647" 2698 2698 dependencies = [ 2699 2699 "log", 2700 2700 "pin-project-lite", ··· 2704 2704 2705 2705 [[package]] 2706 2706 name = "tracing-attributes" 2707 - version = "0.1.30" 2707 + version = "0.1.31" 2708 2708 source = "registry+https://github.com/rust-lang/crates.io-index" 2709 - checksum = "81383ab64e72a7a8b8e13130c49e3dab29def6d0c7d76a03087b3cf71c5c6903" 2709 + checksum = "7490cfa5ec963746568740651ac6781f701c9c5ea257c58e057f3ba8cf69e8da" 2710 2710 dependencies = [ 2711 2711 "proc-macro2", 2712 2712 "quote", ··· 2715 2715 2716 2716 [[package]] 2717 2717 name = "tracing-core" 2718 - version = "0.1.34" 2718 + version = "0.1.35" 2719 2719 source = "registry+https://github.com/rust-lang/crates.io-index" 2720 - checksum = "b9d12581f227e93f094d3af2ae690a574abb8a2b9b7a96e7cfe9647b2b617678" 2720 + checksum = "7a04e24fab5c89c6a36eb8558c9656f30d81de51dfa4d3b45f26b21d61fa0a6c" 2721 2721 dependencies = [ 2722 2722 "once_cell", 2723 2723 "valuable", ··· 2736 2736 2737 2737 [[package]] 2738 2738 name = "tracing-subscriber" 2739 - version = "0.3.20" 2739 + version = "0.3.22" 2740 2740 source = "registry+https://github.com/rust-lang/crates.io-index" 2741 - checksum = "2054a14f5307d601f88daf0553e1cbf472acc4f2c51afab632431cdcd72124d5" 2741 + checksum = "2f30143827ddab0d256fd843b7a66d164e9f271cfa0dde49142c5ca0ca291f1e" 2742 2742 dependencies = [ 2743 2743 "nu-ansi-term", 2744 2744 "sharded-slab",