Skip to content

Commit 0e38e2c

Browse files
fix(deps): update rust crate proc-macro2 to ^1.0.79
1 parent be5ead2 commit 0e38e2c

File tree

2 files changed

+10
-4
lines changed

2 files changed

+10
-4
lines changed

Cargo.lock

+9-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

safe-builder-derive/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@ proc-macro = true
1313
quote = "^1.0"
1414
proc-quote = "0.3.2"
1515
syn = { version = "^1.0", features = ["parsing"] }
16-
proc-macro2 = "^1.0"
16+
proc-macro2 = "^1.0.79"
1717
convert_case = "^0.4.0"

0 commit comments

Comments
 (0)