File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11[package ]
22name = " pistonite-cu"
3- version = " 0.7.2 "
3+ version = " 0.7.3 "
44edition = " 2024"
55description = " Battery-included common utils to speed up development of rust tools"
66repository = " https://github.com/Pistonite/cu"
@@ -18,11 +18,11 @@ anyhow = "1.0.100"
1818log = " 0.4.29"
1919
2020# --- Command Line Interface ---
21- oneshot = { version = " 0.1.12 " , optional = true }
21+ oneshot = { version = " 0.1.13 " , optional = true }
2222env_filter = { version = " 0.1.4" , optional = true }
2323terminal_size = { version = " 0.4.3" , optional = true }
2424unicode-width = { version = " 0.2.2" , features = [" cjk" ], optional = true }
25- clap = { version = " 4.5.54 " , features = [" derive" ], optional = true }
25+ clap = { version = " 4.5.55 " , features = [" derive" ], optional = true }
2626regex = { version = " 1.12.2" , optional = true }
2727ctrlc = { version = " 3.5.1" , optional = true }
2828
You can’t perform that action at this time.
0 commit comments