Skip to content

Commit a86d227

Browse files
authored
Merge pull request #93 from Shopify/dependabot/cargo/serde-1.0.210
Bump serde from 1.0.209 to 1.0.210
2 parents 92a67cb + e8b3f44 commit a86d227

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

Cargo.lock

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

example/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ license = "MIT"
66

77
[dependencies]
88
shopify_function = { path = "../shopify_function" }
9-
serde = { version = "1.0.209", features = ["derive"] }
9+
serde = { version = "1.0.210", features = ["derive"] }
1010
serde_json = "1.0"
1111
graphql_client = "0.14.0"
1212
graphql_client_codegen = "0.14.0"

example_with_targets/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ license = "MIT"
66

77
[dependencies]
88
shopify_function = { path = "../shopify_function" }
9-
serde = { version = "1.0.209", features = ["derive"] }
9+
serde = { version = "1.0.210", features = ["derive"] }
1010
serde_json = "1.0"
1111
graphql_client = "0.14.0"
1212
graphql_client_codegen = "0.14.0"

shopify_function/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ license = "MIT"
77
description = "Crate to write Shopify Functions in Rust."
88

99
[dependencies]
10-
serde = { version = "1.0.209", features = ["derive"] }
10+
serde = { version = "1.0.210", features = ["derive"] }
1111
serde_json = "1.0"
1212
shopify_function_macro = { version = "0.8.0", path = "../shopify_function_macro" }
1313

0 commit comments

Comments
 (0)