File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -79,7 +79,7 @@ static_assertions = "1.0"
7979
8080[target .'cfg(not(target_arch = "wasm32"))' .dev-dependencies ]
8181criterion = { version = " 0.5" , features = [" async_tokio" ] }
82- rustyline = " 14 .0"
82+ rustyline = " 15 .0"
8383tokio = { version = " 1.0" , features = [" full" ] }
8484
8585[lints .rust ]
Original file line number Diff line number Diff line change @@ -19,6 +19,6 @@ quote = "1.0"
1919proc-macro2 = { version = " 1.0" , features = [" span-locations" ] }
2020proc-macro-error2 = { version = " 2.0.1" , optional = true }
2121syn = { version = " 2.0" , features = [" full" ] }
22- itertools = { version = " 0.13 " , optional = true }
22+ itertools = { version = " 0.14 " , optional = true }
2323regex = { version = " 1.4" , optional = true }
2424once_cell = { version = " 1.0" , optional = true }
You can’t perform that action at this time.
0 commit comments