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.16 to 2.0.17 (#283)

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
a282a7f7 8e31aeba

+9 -9
+7 -7
Cargo.lock
··· 651 651 "serde_repr", 652 652 "syn 2.0.106", 653 653 "tempdir", 654 - "thiserror 2.0.16", 654 + "thiserror 2.0.17", 655 655 "tokio", 656 656 "tokio-util", 657 657 "tracing", ··· 1478 1478 1479 1479 [[package]] 1480 1480 name = "thiserror" 1481 - version = "2.0.16" 1481 + version = "2.0.17" 1482 1482 source = "registry+https://github.com/rust-lang/crates.io-index" 1483 - checksum = "3467d614147380f2e4e374161426ff399c91084acd2363eaf549172b3d5e60c0" 1483 + checksum = "f63587ca0f12b72a0600bcba1d40081f830876000bb46dd2337a3051618f4fc8" 1484 1484 dependencies = [ 1485 - "thiserror-impl 2.0.16", 1485 + "thiserror-impl 2.0.17", 1486 1486 ] 1487 1487 1488 1488 [[package]] ··· 1498 1498 1499 1499 [[package]] 1500 1500 name = "thiserror-impl" 1501 - version = "2.0.16" 1501 + version = "2.0.17" 1502 1502 source = "registry+https://github.com/rust-lang/crates.io-index" 1503 - checksum = "6c5e1be1c48b9172ee610da68fd9cd2770e7a4056cb3fc98710ee6906f0c7960" 1503 + checksum = "3ff15c8ecd7de3849db632e14d18d2571fa09dfc5ed93479bc4485c7a517c913" 1504 1504 dependencies = [ 1505 1505 "proc-macro2", 1506 1506 "quote", ··· 1988 1988 "miette", 1989 1989 "serde", 1990 1990 "serde_json", 1991 - "thiserror 2.0.16", 1991 + "thiserror 2.0.17", 1992 1992 "tokio", 1993 1993 "tracing", 1994 1994 "tracing-log",
+1 -1
Cargo.toml
··· 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"] } 24 - thiserror = "2.0.16" 24 + thiserror = "2.0.17"
+1 -1
wire/lib/Cargo.toml
··· 14 14 tracing-subscriber = { workspace = true } 15 15 im = { workspace = true } 16 16 serde-query = "0.2.0" 17 - thiserror = "2.0.16" 17 + thiserror = "2.0.17" 18 18 serde_repr = "0.1.20" 19 19 regex = "1.11.3" 20 20 derive_more = { version = "2.0.1", features = ["display"] }