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 anyhow from 1.0.99 to 1.0.100 (#275)

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
eac34006 75ea8387

+3 -3
+2 -2
Cargo.lock
··· 78 78 79 79 [[package]] 80 80 name = "anyhow" 81 - version = "1.0.99" 81 + version = "1.0.100" 82 82 source = "registry+https://github.com/rust-lang/crates.io-index" 83 - checksum = "b0674a1ddeecb70197781e945de4b3b8ffb61fa939a5597bcf48503737663100" 83 + checksum = "a23eb6b1614318a8071c9b2521f36b424b2c83db5eb3a0fead4a6c0809af6e61" 84 84 85 85 [[package]] 86 86 name = "autocfg"
+1 -1
Cargo.toml
··· 17 17 tracing-log = "0.2.0" 18 18 tracing-subscriber = "0.3.20" 19 19 im = { version = "15.1.0", features = ["serde"] } 20 - anyhow = "1.0.98" 20 + anyhow = "1.0.100" 21 21 prost = "0.14.1" 22 22 nix = { version = "0.30.1", features = ["user", "poll", "term"] } 23 23 miette = { version = "7.6.0", features = ["fancy"] }