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 to 0.4.0 (#444)

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

authored by

renovate[bot]
renovate[bot]
and committed by
GitHub
d01cfdb1 523189c6

+3 -13
+2 -12
Cargo.lock
··· 2181 2181 2182 2182 [[package]] 2183 2183 name = "signal-hook" 2184 - version = "0.3.18" 2185 - source = "registry+https://github.com/rust-lang/crates.io-index" 2186 - checksum = "d881a16cf4426aa584979d30bd82cb33429027e42122b169753d6ef1085ed6e2" 2187 - dependencies = [ 2188 - "libc", 2189 - "signal-hook-registry", 2190 - ] 2191 - 2192 - [[package]] 2193 - name = "signal-hook" 2194 2184 version = "0.4.3" 2195 2185 source = "registry+https://github.com/rust-lang/crates.io-index" 2196 2186 checksum = "3b57709da74f9ff9f4a27dce9526eec25ca8407c45a7887243b031a58935fb8e" ··· 2217 2207 dependencies = [ 2218 2208 "futures-core", 2219 2209 "libc", 2220 - "signal-hook 0.4.3", 2210 + "signal-hook", 2221 2211 "tokio", 2222 2212 ] 2223 2213 ··· 3248 3238 "miette", 3249 3239 "owo-colors", 3250 3240 "serde_json", 3251 - "signal-hook 0.3.18", 3241 + "signal-hook", 3252 3242 "signal-hook-tokio", 3253 3243 "thiserror 2.0.18", 3254 3244 "tokio",
+1 -1
crates/cli/Cargo.toml
··· 28 28 clap_complete = { version = "4.5.60", features = ["unstable-dynamic"] } 29 29 owo-colors = { workspace = true } 30 30 signal-hook-tokio = { version = "0.4.0", features = ["futures-v0_3"] } 31 - signal-hook = "0.3.18" 31 + signal-hook = "0.4.0" 32 32 clap-markdown = "0.1.5" 33 33 clap_mangen = "0.3.0"