Skip to content

Commit 24fef3f

Browse files
committed
Bump graphql_client & shopify_function crates
1 parent 8b2ca3d commit 24fef3f

File tree

14 files changed

+28
-28
lines changed

14 files changed

+28
-28
lines changed

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

checkout/rust/cart-transform/default/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

checkout/rust/delivery-customization/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.4" }
10-
graphql_client = { version = "0.12.0" }
9+
shopify_function = "0.2.5"
10+
graphql_client = "0.13.0"
1111

1212
[profile.release]
1313
lto = true

checkout/rust/payment-customization/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.4" }
10-
graphql_client = { version = "0.12.0" }
9+
shopify_function = "0.2.5"
10+
graphql_client = "0.13.0"
1111

1212
[profile.release]
1313
lto = true

discounts/rust/order-discounts/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.4" }
10-
graphql_client = { version = "0.12.0" }
9+
shopify_function = "0.2.5"
10+
graphql_client = "0.13.0"
1111

1212
[profile.release]
1313
lto = true

discounts/rust/product-discounts/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.4" }
10-
graphql_client = { version = "0.12.0" }
9+
shopify_function = "0.2.5"
10+
graphql_client = "0.13.0"
1111

1212
[profile.release]
1313
lto = true

discounts/rust/shipping-discounts/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.4" }
10-
graphql_client = { version = "0.12.0" }
9+
shopify_function = "0.2.5"
10+
graphql_client = "0.13.0"
1111

1212
[profile.release]
1313
lto = true

order-routing/rust/fulfillment-constraints/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.4" }
10-
graphql_client = { version = "0.12.0" }
9+
shopify_function = "0.2.5"
10+
graphql_client = "0.13.0"
1111

1212
[profile.release]
1313
lto = true

order-routing/rust/rankers/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", rev = "0776197ad7cfde2c658490e7c7e627a21ed622cb" }
9+
shopify_function = "0.2.5"
10+
graphql_client = "0.13.0"
1111

1212
[profile.release]
1313
lto = true

0 commit comments

Comments
 (0)