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

build(deps): bump tokio from 1.47.1 to 1.48.0 (#298)

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
e7c42c2b 42ffaaa1

+22 -21
+21 -20
Cargo.lock
··· 616 616 ] 617 617 618 618 [[package]] 619 - name = "io-uring" 620 - version = "0.7.9" 621 - source = "registry+https://github.com/rust-lang/crates.io-index" 622 - checksum = "d93587f37623a1a17d94ef2bc9ada592f5465fe7732084ab7beefabe5c77c0c4" 623 - dependencies = [ 624 - "bitflags 2.9.1", 625 - "cfg-if", 626 - "libc", 627 - ] 628 - 629 - [[package]] 630 619 name = "is_ci" 631 620 version = "1.2.0" 632 621 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 1595 1584 1596 1585 [[package]] 1597 1586 name = "tokio" 1598 - version = "1.47.1" 1587 + version = "1.48.0" 1599 1588 source = "registry+https://github.com/rust-lang/crates.io-index" 1600 - checksum = "89e49afdadebb872d3145a5638b59eb0691ea23e46ca484037cfab3b76b95038" 1589 + checksum = "ff360e02eab121e0bc37a2d3b4d4dc622e6eda3a8e5253d5435ecf5bd4c68408" 1601 1590 dependencies = [ 1602 - "backtrace", 1603 1591 "bytes", 1604 - "io-uring", 1605 1592 "libc", 1606 1593 "mio", 1607 1594 "parking_lot", 1608 1595 "pin-project-lite", 1609 1596 "signal-hook-registry", 1610 - "slab", 1611 1597 "socket2", 1612 1598 "tokio-macros", 1613 - "windows-sys 0.59.0", 1599 + "windows-sys 0.61.2", 1614 1600 ] 1615 1601 1616 1602 [[package]] 1617 1603 name = "tokio-macros" 1618 - version = "2.5.0" 1604 + version = "2.6.0" 1619 1605 source = "registry+https://github.com/rust-lang/crates.io-index" 1620 - checksum = "6e06d43f1345a3bcd39f6a56dbb7dcab2ba47e68e8ac134855e7e2bdbaf8cab8" 1606 + checksum = "af407857209536a95c8e56f8231ef2c2e2aff839b22e07a1ffcbc617e9db9fa5" 1621 1607 dependencies = [ 1622 1608 "proc-macro2", 1623 1609 "quote", ··· 1876 1862 checksum = "5e6ad25900d524eaabdbbb96d20b4311e1e7ae1699af4fb28c17ae66c80d798a" 1877 1863 1878 1864 [[package]] 1865 + name = "windows-link" 1866 + version = "0.2.1" 1867 + source = "registry+https://github.com/rust-lang/crates.io-index" 1868 + checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5" 1869 + 1870 + [[package]] 1879 1871 name = "windows-sys" 1880 1872 version = "0.52.0" 1881 1873 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 1903 1895 ] 1904 1896 1905 1897 [[package]] 1898 + name = "windows-sys" 1899 + version = "0.61.2" 1900 + source = "registry+https://github.com/rust-lang/crates.io-index" 1901 + checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc" 1902 + dependencies = [ 1903 + "windows-link 0.2.1", 1904 + ] 1905 + 1906 + [[package]] 1906 1907 name = "windows-targets" 1907 1908 version = "0.52.6" 1908 1909 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 1924 1925 source = "registry+https://github.com/rust-lang/crates.io-index" 1925 1926 checksum = "d5fe6031c4041849d7c496a8ded650796e7b6ecc19df1a431c1a363342e5dc91" 1926 1927 dependencies = [ 1927 - "windows-link", 1928 + "windows-link 0.1.3", 1928 1929 "windows_aarch64_gnullvm 0.53.0", 1929 1930 "windows_aarch64_msvc 0.53.0", 1930 1931 "windows_i686_gnu 0.53.0",
+1 -1
Cargo.toml
··· 13 13 clap-verbosity-flag = "3.0.4" 14 14 serde = { version = "1.0.228", features = ["derive", "rc"] } 15 15 serde_json = { version = "1.0.145" } 16 - tokio = { version = "1.47.1", features = ["full"] } 16 + tokio = { version = "1.48.0", features = ["full"] } 17 17 tracing = { version = "0.1.41", features = ["release_max_level_debug"] } 18 18 tracing-log = "0.2.0" 19 19 tracing-subscriber = "0.3.20"