File tree Expand file tree Collapse file tree 1 file changed +14
-14
lines changed Expand file tree Collapse file tree 1 file changed +14
-14
lines changed Original file line number Diff line number Diff line change @@ -65,29 +65,29 @@ See the unit testing chapter in [the book](https://doc.rust-lang.org/book/ch11-0
65
65
66
66
``` toml
67
67
[dependencies ]
68
- bit-set = " 0.5.2 "
69
- chrono = " 0.4.19 "
70
- either = " 1.7 .0"
68
+ bit-set = " 0.5.3 "
69
+ chrono = " 0.4.23 "
70
+ either = " 1.8 .0"
71
71
fancy-regex = " 0.10.0"
72
- futures = " 0.3.21 "
72
+ futures = " 0.3.25 "
73
73
im = " 15.1.0"
74
- itertools = " 0.10.3 "
74
+ itertools = " 0.10.5 "
75
75
lazy_static = " 1.4.0"
76
76
num = { version = " 0.4.0" , features = [" rand" ] }
77
- once_cell = " 1.13 .0"
77
+ once_cell = " 1.16 .0"
78
78
rand = " 0.8.5"
79
- regex = " 1.6 .0"
80
- serde = { version = " 1.0.139 " , features = [" derive" ] }
81
- serde_json = " 1.0.82 "
82
- text_io = " 0.1.10 "
83
- thiserror = " 1.0.31 "
84
- tokio = { version = " 1.20 .0" , features = [" full" ] }
85
- tokio-util = { version = " 0.7.3 " , features = [" full" ] }
79
+ regex = " 1.7 .0"
80
+ serde = { version = " 1.0.150 " , features = [" derive" ] }
81
+ serde_json = " 1.0.89 "
82
+ text_io = " 0.1.12 "
83
+ thiserror = " 1.0.37 "
84
+ tokio = { version = " 1.23 .0" , features = [" full" ] }
85
+ tokio-util = { version = " 0.7.4 " , features = [" full" ] }
86
86
87
87
[dev-dependencies ]
88
88
quickcheck = " 1.0.3"
89
89
quickcheck_macros = " 1.0.0"
90
- float_eq = " 1.0.0 "
90
+ float_eq = " 1.0.1 "
91
91
```
92
92
93
93
## Services
You can’t perform that action at this time.
0 commit comments