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

Configure Feed

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

build(deps): bump tracing-subscriber from 0.3.19 to 0.3.20 (#243)

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
80ef9259 91fe7d7e

+15 -13
+14 -12
Cargo.lock
··· 765 765 766 766 [[package]] 767 767 name = "nu-ansi-term" 768 - version = "0.46.0" 768 + version = "0.50.1" 769 769 source = "registry+https://github.com/rust-lang/crates.io-index" 770 - checksum = "77a8165726e8236064dbb45459242600304b42a5ea24ee2948e18e023bf7ba84" 770 + checksum = "d4a28e057d01f97e61255210fcff094d74ed0466038633e95017f5beb68e4399" 771 771 dependencies = [ 772 - "overload", 773 - "winapi", 772 + "windows-sys 0.52.0", 774 773 ] 775 774 776 775 [[package]] ··· 802 801 version = "1.70.1" 803 802 source = "registry+https://github.com/rust-lang/crates.io-index" 804 803 checksum = "a4895175b425cb1f87721b59f0f286c2092bd4af812243672510e1ac53e2e0ad" 805 - 806 - [[package]] 807 - name = "overload" 808 - version = "0.1.1" 809 - source = "registry+https://github.com/rust-lang/crates.io-index" 810 - checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39" 811 804 812 805 [[package]] 813 806 name = "owo-colors" ··· 1461 1454 1462 1455 [[package]] 1463 1456 name = "tracing-subscriber" 1464 - version = "0.3.19" 1457 + version = "0.3.20" 1465 1458 source = "registry+https://github.com/rust-lang/crates.io-index" 1466 - checksum = "e8189decb5ac0fa7bc8b96b7cb9b2701d60d48805aca84a238004d665fcc4008" 1459 + checksum = "2054a14f5307d601f88daf0553e1cbf472acc4f2c51afab632431cdcd72124d5" 1467 1460 dependencies = [ 1468 1461 "nu-ansi-term", 1469 1462 "sharded-slab", ··· 1675 1668 version = "0.1.3" 1676 1669 source = "registry+https://github.com/rust-lang/crates.io-index" 1677 1670 checksum = "5e6ad25900d524eaabdbbb96d20b4311e1e7ae1699af4fb28c17ae66c80d798a" 1671 + 1672 + [[package]] 1673 + name = "windows-sys" 1674 + version = "0.52.0" 1675 + source = "registry+https://github.com/rust-lang/crates.io-index" 1676 + checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d" 1677 + dependencies = [ 1678 + "windows-targets 0.52.6", 1679 + ] 1678 1680 1679 1681 [[package]] 1680 1682 name = "windows-sys"
+1 -1
Cargo.toml
··· 16 16 tracing = "0.1.41" 17 17 tracing-indicatif = "0.3.12" 18 18 tracing-log = "0.2.0" 19 - tracing-subscriber = "0.3.19" 19 + tracing-subscriber = "0.3.20" 20 20 im = { version = "15.1.0", features = ["serde"] } 21 21 anyhow = "1.0.98" 22 22 prost = "0.14.1"