ALPHA: wire is a tool to deploy nixos systems wire.althaea.zone/

build(deps): bump proc-macro2 from 1.0.97 to 1.0.101 (#233)

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
20a36eb7 f373db4b

+3 -3
+2 -2
Cargo.lock
··· 902 902 903 903 [[package]] 904 904 name = "proc-macro2" 905 - version = "1.0.97" 905 + version = "1.0.101" 906 906 source = "registry+https://github.com/rust-lang/crates.io-index" 907 - checksum = "d61789d7719defeb74ea5fe81f2fdfdbd28a803847077cecce2ff14e1472f6f1" 907 + checksum = "89ae43fd86e4158d6db51ad8e2b80f313af9cc74f5c0e03ccb87de09998732de" 908 908 dependencies = [ 909 909 "unicode-ident", 910 910 ]
+1 -1
wire/lib/Cargo.toml
··· 33 33 [build-dependencies] 34 34 miette = { workspace = true } 35 35 syn = "2.0.104" 36 - proc-macro2 = "1.0.95" 36 + proc-macro2 = "1.0.101" 37 37 itertools = "0.14.0"