Skip to content

Commit a8ede0c

Browse files
Bump proc-macro2 from 1.0.103 to 1.0.104
Bumps [proc-macro2](https://github.com/dtolnay/proc-macro2) from 1.0.103 to 1.0.104. - [Release notes](https://github.com/dtolnay/proc-macro2/releases) - [Commits](dtolnay/proc-macro2@1.0.103...1.0.104) --- updated-dependencies: - dependency-name: proc-macro2 dependency-version: 1.0.104 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 3cd44d3 commit a8ede0c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

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

shopify_function_macro/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ proc-macro = true
1212
[dependencies]
1313
syn = { version = "2.0", features = ["full"] }
1414
quote = "1.0"
15-
proc-macro2 = "1.0.103"
15+
proc-macro2 = "1.0.104"
1616
bluejay-typegen-codegen = "0.3.1"
1717
bluejay-core = "0.3.1"
1818
convert_case = "0.9"

0 commit comments

Comments
 (0)