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.101 to 1.0.102

Bumps [proc-macro2](https://github.com/dtolnay/proc-macro2) from 1.0.101 to 1.0.102.
- [Release notes](https://github.com/dtolnay/proc-macro2/releases)
- [Commits](https://github.com/dtolnay/proc-macro2/compare/1.0.101...1.0.102)

---
updated-dependencies:
- dependency-name: proc-macro2
dependency-version: 1.0.102
dependency-type: direct:production
update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

authored by

dependabot[bot] and committed by
marshmallow
86309d30 4af14f1a

+3 -3
+2 -2
Cargo.lock
··· 1330 1330 1331 1331 [[package]] 1332 1332 name = "proc-macro2" 1333 - version = "1.0.101" 1333 + version = "1.0.102" 1334 1334 source = "registry+https://github.com/rust-lang/crates.io-index" 1335 - checksum = "89ae43fd86e4158d6db51ad8e2b80f313af9cc74f5c0e03ccb87de09998732de" 1335 + checksum = "8e0f6df8eaa422d97d72edcd152e1451618fed47fabbdbd5a8864167b1d4aff7" 1336 1336 dependencies = [ 1337 1337 "unicode-ident", 1338 1338 ]
+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.101" 43 + proc-macro2 = "1.0.102" 44 44 itertools = "0.14.0"