Skip to content

Commit cdca6bc

Browse files
authored
Merge pull request #108 from Shopify/dependabot/cargo/serde-1.0.217
Bump serde from 1.0.215 to 1.0.217
2 parents 99f12d0 + f3c9438 commit cdca6bc

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.215", features = ["derive"] }
9+
serde = { version = "1.0.217", 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.215", features = ["derive"] }
9+
serde = { version = "1.0.217", 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.215", features = ["derive"] }
10+
serde = { version = "1.0.217", features = ["derive"] }
1111
serde_json = "1.0"
1212
shopify_function_macro = { version = "0.8.1", path = "../shopify_function_macro" }
1313

0 commit comments

Comments
 (0)