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 tokio-util from 0.7.16 to 0.7.17 (#333)

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
eea84290 cd60db22

+3 -3
+2 -2
Cargo.lock
··· 2022 2022 2023 2023 [[package]] 2024 2024 name = "tokio-util" 2025 - version = "0.7.16" 2025 + version = "0.7.17" 2026 2026 source = "registry+https://github.com/rust-lang/crates.io-index" 2027 - checksum = "14307c986784f72ef81c89db7d9e28d6ac26d16213b109ea501696195e6e3ce5" 2027 + checksum = "2efa149fe76073d6e8fd97ef4f4eca7b67f599660115591483572e406e165594" 2028 2028 dependencies = [ 2029 2029 "bytes", 2030 2030 "futures-core",
+1 -1
Cargo.toml
··· 31 31 miette = { version = "7.6.0", features = ["fancy"] } 32 32 thiserror = "2.0.17" 33 33 sha2 = "0.10.9" 34 - tokio-util = { version = "0.7.16", features = ["codec"] } 34 + tokio-util = { version = "0.7.17", features = ["codec"] } 35 35 base64 = "0.22.1" 36 36 nix-compat = { git = "https://git.snix.dev/snix/snix.git", features = [ 37 37 "serde",