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
6565
6666``` toml
6767[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"
7171fancy-regex = " 0.10.0"
72- futures = " 0.3.21 "
72+ futures = " 0.3.25 "
7373im = " 15.1.0"
74- itertools = " 0.10.3 "
74+ itertools = " 0.10.5 "
7575lazy_static = " 1.4.0"
7676num = { version = " 0.4.0" , features = [" rand" ] }
77- once_cell = " 1.13 .0"
77+ once_cell = " 1.16 .0"
7878rand = " 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" ] }
8686
8787[dev-dependencies ]
8888quickcheck = " 1.0.3"
8989quickcheck_macros = " 1.0.0"
90- float_eq = " 1.0.0 "
90+ float_eq = " 1.0.1 "
9191```
9292
9393## Services
You can’t perform that action at this time.
0 commit comments