Compare commits

..

3 Commits

Author SHA1 Message Date
c3247070c1
Merge pull request #8 from maciejpedzich/dependabot/cargo/patch-updates-4056f24cdb
chore(deps): bump proc-macro2 from 1.0.94 to 1.0.95 in the patch-updates group
2025-04-18 13:56:32 +02:00
dependabot[bot]
7e03c5d443
chore(deps): bump proc-macro2 in the patch-updates group
Bumps the patch-updates group with 1 update: [proc-macro2](https://github.com/dtolnay/proc-macro2).


Updates `proc-macro2` from 1.0.94 to 1.0.95
- [Release notes](https://github.com/dtolnay/proc-macro2/releases)
- [Commits](https://github.com/dtolnay/proc-macro2/compare/1.0.94...1.0.95)

---
updated-dependencies:
- dependency-name: proc-macro2
  dependency-version: 1.0.95
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: patch-updates
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-04-18 11:06:26 +00:00
321836e0e4
Merge pull request #7 from maciejpedzich/release-plz-2025-03-16T06-33-19Z
chore: release v1.0.3
2025-03-16 18:58:29 +01:00

4
Cargo.lock generated
View File

@ -67,9 +67,9 @@ checksum = "c1b04fb49957986fdce4d6ee7a65027d55d4b6d2265e5848bbb507b58ccfdb6f"
[[package]]
name = "proc-macro2"
version = "1.0.94"
version = "1.0.95"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a31971752e70b8b2686d7e46ec17fb38dad4051d94024c88df49b667caea9c84"
checksum = "02b3e5e68a3a1a02aad3ec490a98007cbc13c37cbe84a3cd7b8e406d76e7f778"
dependencies = [
"unicode-ident",
]