We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ad60fe commit 77383ecCopy full SHA for 77383ec
shopify_function/Cargo.toml
@@ -7,9 +7,9 @@ license = "MIT"
7
description = "Crate to write Shopify Functions in Rust."
8
9
[dependencies]
10
-serde = { version = "1.0.197", features = ["derive"] }
11
-serde_json = "1.0.114"
12
shopify_function_macro = { version = "0.5.0", path = "../shopify_function_macro" }
+serde = { version = "1.0.13", features = ["derive"] }
+serde_json = "1.0"
13
14
[dev-dependencies]
15
graphql_client = "0.13.0"
0 commit comments