Skip to content

Commit 3bbcd9c

Browse files
committed
VRF: use serde from workspace
1 parent ea3cdee commit 3bbcd9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vrf/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ num = { version = "0.4", features = ["std"] }
2020
o1-utils = { workspace = true }
2121
poseidon = { workspace = true }
2222
redux = { workspace = true }
23-
serde = "1.0.147"
23+
serde = { workspace = true }
2424
serde_json = { version = "1.0.82", features = [
2525
"unbounded_depth",
2626
"arbitrary_precision",

0 commit comments

Comments
 (0)