Skip to content

Commit 2653631

Browse files
Bump proc-macro-crate from 3.4.0 to 3.5.0
Bumps [proc-macro-crate](https://github.com/bkchr/proc-macro-crate) from 3.4.0 to 3.5.0. - [Release notes](https://github.com/bkchr/proc-macro-crate/releases) - [Commits](bkchr/proc-macro-crate@v3.4.0...v3.5.0) --- updated-dependencies: - dependency-name: proc-macro-crate dependency-version: 3.5.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 14b9d2f commit 2653631

File tree

2 files changed

+25
-16
lines changed

2 files changed

+25
-16
lines changed

Cargo.lock

Lines changed: 24 additions & 15 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/rustapi-macros/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ syn = { workspace = true }
1717
quote = { workspace = true }
1818
proc-macro2 = { workspace = true }
1919
serde_json = { workspace = true }
20-
proc-macro-crate = "3.1"
20+
proc-macro-crate = "3.5"
2121

2222
# Note: async-trait is used in generated code, not in the macro itself
2323
# Users need to have async-trait available when using the Validate derive

0 commit comments

Comments
 (0)