Skip to content

Commit 531675d

Browse files
committed
chore: do not inherit serde from workspace
1 parent e9e8cc3 commit 531675d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/secrets/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ async-trait = "0.1.56"
1414
serde_json = "1"
1515
shuttle-service = { path = "../../service", version = "0.40.0" }
1616
config = { version = "0.14.0", optional = true }
17-
serde = { workspace = true, optional = true }
17+
serde = { version = "1", optional = true }

0 commit comments

Comments
 (0)