Skip to content

Commit 35589c5

Browse files
committed
(deps) updated serde:1.0, heapsize:0.4
1 parent caecfda commit 35589c5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@ heapsize_impl = ["heapsize"]
2222

2323
[dependencies]
2424
clippy = { version = "0.*", optional = true }
25-
serde = { version = "1.*", optional = true }
26-
serde_test = { version = "1.*", optional = true }
27-
heapsize = { version = "0.*", optional = true }
25+
serde = { version = "1.0", optional = true }
26+
serde_test = { version = "1.0", optional = true }
27+
heapsize = { version = "0.4", optional = true }

0 commit comments

Comments
 (0)