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 thiserror from 2.0.14 to 2.0.16 (#234)

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
f1586e61 7d888030

+6 -6
+4 -4
Cargo.lock
··· 1340 1340 1341 1341 [[package]] 1342 1342 name = "thiserror" 1343 - version = "2.0.14" 1343 + version = "2.0.16" 1344 1344 source = "registry+https://github.com/rust-lang/crates.io-index" 1345 - checksum = "0b0949c3a6c842cbde3f1686d6eea5a010516deb7085f79db747562d4102f41e" 1345 + checksum = "3467d614147380f2e4e374161426ff399c91084acd2363eaf549172b3d5e60c0" 1346 1346 dependencies = [ 1347 1347 "thiserror-impl", 1348 1348 ] 1349 1349 1350 1350 [[package]] 1351 1351 name = "thiserror-impl" 1352 - version = "2.0.14" 1352 + version = "2.0.16" 1353 1353 source = "registry+https://github.com/rust-lang/crates.io-index" 1354 - checksum = "cc5b44b4ab9c2fdd0e0512e6bece8388e214c0749f5862b114cc5b7a25daf227" 1354 + checksum = "6c5e1be1c48b9172ee610da68fd9cd2770e7a4056cb3fc98710ee6906f0c7960" 1355 1355 dependencies = [ 1356 1356 "proc-macro2", 1357 1357 "quote",
+1 -1
Cargo.toml
··· 22 22 prost = "0.14.1" 23 23 nix = { version = "0.30.1", features = ["user"] } 24 24 miette = { version = "7.6.0", features = ["fancy"] } 25 - thiserror = "2.0.12" 25 + thiserror = "2.0.16"
+1 -1
wire/lib/Cargo.toml
··· 15 15 tracing-subscriber = { workspace = true } 16 16 im = { workspace = true } 17 17 serde-query = "0.2.0" 18 - thiserror = "2.0.14" 18 + thiserror = "2.0.16" 19 19 serde_repr = "0.1.20" 20 20 regex = "1.11.1" 21 21 derive_more = { version = "2.0.1", features = ["display"] }