Skip to content

Commit 5c5e2ab

Browse files
committed
fix(deps): update rust crate proc-quote to 0.4.0
1 parent be5ead2 commit 5c5e2ab

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

+2-2
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
@@ -11,7 +11,7 @@ proc-macro = true
1111

1212
[dependencies]
1313
quote = "^1.0"
14-
proc-quote = "0.3.2"
14+
proc-quote = "0.4.0"
1515
syn = { version = "^1.0", features = ["parsing"] }
1616
proc-macro2 = "^1.0"
1717
convert_case = "^0.4.0"

0 commit comments

Comments
 (0)