Skip to content

Commit

Permalink
Merge pull request #93 from Shopify/dependabot/cargo/serde-1.0.210
Browse files Browse the repository at this point in the history
Bump serde from 1.0.209 to 1.0.210
  • Loading branch information
lopert authored Sep 9, 2024
2 parents 92a67cb + e8b3f44 commit a86d227
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion example/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ license = "MIT"

[dependencies]
shopify_function = { path = "../shopify_function" }
serde = { version = "1.0.209", features = ["derive"] }
serde = { version = "1.0.210", features = ["derive"] }
serde_json = "1.0"
graphql_client = "0.14.0"
graphql_client_codegen = "0.14.0"
2 changes: 1 addition & 1 deletion example_with_targets/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ license = "MIT"

[dependencies]
shopify_function = { path = "../shopify_function" }
serde = { version = "1.0.209", features = ["derive"] }
serde = { version = "1.0.210", features = ["derive"] }
serde_json = "1.0"
graphql_client = "0.14.0"
graphql_client_codegen = "0.14.0"
2 changes: 1 addition & 1 deletion shopify_function/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ license = "MIT"
description = "Crate to write Shopify Functions in Rust."

[dependencies]
serde = { version = "1.0.209", features = ["derive"] }
serde = { version = "1.0.210", features = ["derive"] }
serde_json = "1.0"
shopify_function_macro = { version = "0.8.0", path = "../shopify_function_macro" }

Expand Down

0 comments on commit a86d227

Please sign in to comment.