Skip to content

Commit 9d55113

Browse files
committed
Update to rust crate
1 parent 2ec6b9f commit 9d55113

File tree

20 files changed

+129
-127
lines changed

20 files changed

+129
-127
lines changed

Cargo.lock

Lines changed: 109 additions & 109 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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ rust-version = "1.62"
77
[dependencies]
88
serde = { version = "1.0.13", features = ["derive"] }
99
serde_json = "1.0"
10-
shopify_function = "0.8.0"
10+
shopify_function = "0.8.1"
1111
graphql_client = "0.14.0"
1212

1313
[profile.release]

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ rust-version = "1.62"
88
serde = { version = "1.0.13", features = ["derive"] }
99
serde_with = "1.13.0"
1010
serde_json = "1.0"
11-
shopify_function = "0.8.0"
11+
shopify_function = "0.8.1"
1212
graphql_client = "0.14.0"
1313

1414
[profile.release]

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ rust-version = "1.62"
88
serde = { version = "1.0.13", features = ["derive"] }
99
serde_with = "1.13.0"
1010
serde_json = "1.0"
11-
shopify_function = "0.8.0"
11+
shopify_function = "0.8.1"
1212
graphql_client = "0.14.0"
1313

1414
[profile.release]

checkout/rust/delivery-customization/default/Cargo.toml.liquid

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ rust-version = "1.62"
77
[dependencies]
88
serde = { version = "1.0.13", features = ["derive"] }
99
serde_json = "1.0"
10-
shopify_function = "0.8.0"
10+
shopify_function = "0.8.1"
1111
graphql_client = "0.14.0"
1212

1313
[profile.release]

checkout/rust/payment-customization/default/Cargo.toml.liquid

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ rust-version = "1.62"
77
[dependencies]
88
serde = { version = "1.0.13", features = ["derive"] }
99
serde_json = "1.0"
10-
shopify_function = "0.8.0"
10+
shopify_function = "0.8.1"
1111
graphql_client = "0.14.0"
1212

1313
[profile.release]

discounts/rust/discounts-allocator/default/Cargo.toml.liquid

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ rust-version = "1.62"
77
[dependencies]
88
serde = { version = "1.0.13", features = ["derive"] }
99
serde_json = "1.0"
10-
shopify_function = "0.8.0"
10+
shopify_function = "0.8.1"
1111
graphql_client = "0.14.0"
1212

1313
[profile.release]

discounts/rust/order-discounts/default/Cargo.toml.liquid

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ rust-version = "1.62"
77
[dependencies]
88
serde = { version = "1.0.13", features = ["derive"] }
99
serde_json = "1.0"
10-
shopify_function = "0.8.0"
10+
shopify_function = "0.8.1"
1111
graphql_client = "0.14.0"
1212

1313
[profile.release]

0 commit comments

Comments
 (0)