Skip to content

Commit 77383ec

Browse files
committed
Revert 66584fd's serde & serde_json bump
1 parent 7ad60fe commit 77383ec

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

shopify_function/Cargo.toml

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

99
[dependencies]
10-
serde = { version = "1.0.197", features = ["derive"] }
11-
serde_json = "1.0.114"
1210
shopify_function_macro = { version = "0.5.0", path = "../shopify_function_macro" }
11+
serde = { version = "1.0.13", features = ["derive"] }
12+
serde_json = "1.0"
1313

1414
[dev-dependencies]
1515
graphql_client = "0.13.0"

0 commit comments

Comments
 (0)