Skip to content

Commit 7e642bb

Browse files
committed
Update payment customization Rust dependencies
1 parent 313d266 commit 7e642bb

File tree

2 files changed

+41
-37
lines changed

2 files changed

+41
-37
lines changed

sample-apps/payment-customizations/extensions/payment-customization/Cargo.lock

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

sample-apps/payment-customizations/extensions/payment-customization/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ edition = "2021"
66
[dependencies]
77
serde = { version = "1.0.13", features = ["derive"] }
88
serde_json = "1.0"
9-
shopify_function = { version = "0.2.3" }
10-
graphql_client = { git = "https://github.com/graphql-rust/graphql-client", rev = "0776197ad7cfde2c658490e7c7e627a21ed622cb" }
9+
shopify_function = "0.2.4"
10+
graphql_client = "0.12.0"
1111

1212
[profile.release]
1313
lto = true

0 commit comments

Comments
 (0)