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 proc-macro2 from 1.0.102 to 1.0.103 (#321)

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
5cdc78e9 cd41b0c3

+4 -4
+3 -3
Cargo.lock
··· 882 882 dependencies = [ 883 883 "hermit-abi", 884 884 "libc", 885 - "windows-sys 0.52.0", 885 + "windows-sys 0.59.0", 886 886 ] 887 887 888 888 [[package]] ··· 1351 1351 1352 1352 [[package]] 1353 1353 name = "proc-macro2" 1354 - version = "1.0.102" 1354 + version = "1.0.103" 1355 1355 source = "registry+https://github.com/rust-lang/crates.io-index" 1356 - checksum = "8e0f6df8eaa422d97d72edcd152e1451618fed47fabbdbd5a8864167b1d4aff7" 1356 + checksum = "5ee95bc4ef87b8d5ba32e8b7714ccc834865276eab0aed5c9958d00ec45f49e8" 1357 1357 dependencies = [ 1358 1358 "unicode-ident", 1359 1359 ]
+1 -1
wire/lib/Cargo.toml
··· 40 40 [build-dependencies] 41 41 miette = { workspace = true } 42 42 syn = "2.0.108" 43 - proc-macro2 = "1.0.102" 43 + proc-macro2 = "1.0.103" 44 44 itertools = "0.14.0"