File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -25,6 +25,6 @@ bit-vec = { version = "0.4", optional = true }
25
25
chrono = { version = " 0.3" , optional = true }
26
26
eui48 = { version = " 0.1" , optional = true }
27
27
rustc-serialize = { version = " 0.3" , optional = true }
28
- serde_json = { version = " >= 0.6, < 0.10 " , optional = true }
28
+ serde_json = { version = " 0.9 " , optional = true }
29
29
time = { version = " 0.1.14" , optional = true }
30
- uuid = { version = " >= 0.1, < 0.5 " , optional = true }
30
+ uuid = { version = " 0.4 " , optional = true }
Original file line number Diff line number Diff line change @@ -58,6 +58,6 @@ bit-vec = "0.4"
58
58
chrono = " 0.3"
59
59
eui48 = " 0.1"
60
60
rustc-serialize = " 0.3"
61
- serde_json = " >= 0.6, < 0.10 "
61
+ serde_json = " 0.9 "
62
62
time = " 0.1.14"
63
- uuid = " >= 0.1, < 0.5 "
63
+ uuid = " 0.4 "
You can’t perform that action at this time.
0 commit comments