Skip to content

Commit 7cf29e8

Browse files
authored
Merge pull request #248 from Shopify/jb/bump-rust-crates
Bump `graphql_client` & `shopify_function` crates
2 parents 8b2ca3d + 727e21a commit 7cf29e8

File tree

23 files changed

+136
-218
lines changed

23 files changed

+136
-218
lines changed

Cargo.lock

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

checkout/rust/cart-checkout-validation/default/Cargo.toml.liquid

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" }
9+
shopify_function = "0.2.5"
10+
graphql_client = "0.13.0"
1111

1212
[profile.release]
1313
lto = true

checkout/rust/cart-transform/bundles/Cargo.toml.liquid

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ edition = "2021"
77
serde = { version = "1.0.13", features = ["derive"] }
88
serde_with = "1.13.0"
99
serde_json = "1.0"
10-
shopify_function = "0.2.4"
11-
graphql_client = "0.12.0"
10+
shopify_function = "0.2.5"
11+
graphql_client = "0.13.0"
1212

1313
[profile.release]
1414
lto = true

0 commit comments

Comments
 (0)