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.

fix(deps): update rust crate signal-hook-tokio to 0.4.0 (#445)

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

authored by

renovate[bot]
renovate[bot]
and committed by
GitHub
dfa034d6 dc0be132

+15 -5
+14 -4
Cargo.lock
··· 2190 2190 ] 2191 2191 2192 2192 [[package]] 2193 + name = "signal-hook" 2194 + version = "0.4.3" 2195 + source = "registry+https://github.com/rust-lang/crates.io-index" 2196 + checksum = "3b57709da74f9ff9f4a27dce9526eec25ca8407c45a7887243b031a58935fb8e" 2197 + dependencies = [ 2198 + "libc", 2199 + "signal-hook-registry", 2200 + ] 2201 + 2202 + [[package]] 2193 2203 name = "signal-hook-registry" 2194 2204 version = "1.4.8" 2195 2205 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 2201 2211 2202 2212 [[package]] 2203 2213 name = "signal-hook-tokio" 2204 - version = "0.3.1" 2214 + version = "0.4.0" 2205 2215 source = "registry+https://github.com/rust-lang/crates.io-index" 2206 - checksum = "213241f76fb1e37e27de3b6aa1b068a2c333233b59cca6634f634b80a27ecf1e" 2216 + checksum = "e513e435a8898a0002270f29d0a708b7879708fb5c4d00e46983ca2d2d378cf0" 2207 2217 dependencies = [ 2208 2218 "futures-core", 2209 2219 "libc", 2210 - "signal-hook", 2220 + "signal-hook 0.4.3", 2211 2221 "tokio", 2212 2222 ] 2213 2223 ··· 3238 3248 "miette", 3239 3249 "owo-colors", 3240 3250 "serde_json", 3241 - "signal-hook", 3251 + "signal-hook 0.3.18", 3242 3252 "signal-hook-tokio", 3243 3253 "thiserror 2.0.18", 3244 3254 "tokio",
+1 -1
crates/cli/Cargo.toml
··· 27 27 dhat = "0.3.2" 28 28 clap_complete = { version = "4.5.60", features = ["unstable-dynamic"] } 29 29 owo-colors = { workspace = true } 30 - signal-hook-tokio = { version = "0.3.1", features = ["futures-v0_3"] } 30 + signal-hook-tokio = { version = "0.4.0", features = ["futures-v0_3"] } 31 31 signal-hook = "0.3.18" 32 32 clap-markdown = "0.1.5" 33 33 clap_mangen = "0.3.0"