File tree 2 files changed +2
-2
lines changed
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"
79
79
80
80
[target .'cfg(not(target_arch = "wasm32"))' .dev-dependencies ]
81
81
criterion = { version = " 0.5" , features = [" async_tokio" ] }
82
- rustyline = " 14 .0"
82
+ rustyline = " 15 .0"
83
83
tokio = { version = " 1.0" , features = [" full" ] }
84
84
85
85
[lints .rust ]
Original file line number Diff line number Diff line change @@ -19,6 +19,6 @@ quote = "1.0"
19
19
proc-macro2 = { version = " 1.0" , features = [" span-locations" ] }
20
20
proc-macro-error2 = { version = " 2.0.1" , optional = true }
21
21
syn = { version = " 2.0" , features = [" full" ] }
22
- itertools = { version = " 0.13 " , optional = true }
22
+ itertools = { version = " 0.14 " , optional = true }
23
23
regex = { version = " 1.4" , optional = true }
24
24
once_cell = { version = " 1.0" , optional = true }
You can’t perform that action at this time.
0 commit comments