File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 11[package ]
22name = " rust-script-ext"
3- version = " 0.1 .0"
3+ version = " 1.0 .0"
44authors = [ " Kurt Lawrence <kurtlawrence.info>" ]
55edition = " 2021"
66description = " Opinionated set of extensions for use with rust-script"
@@ -18,14 +18,14 @@ fastrand = "2.0"
1818globset = " 0.4"
1919howudoin = { version = " 0.1" , features = [" term-line" ] }
2020humantime = " 2.1"
21- miette = { version = " 5.10 " , features = [" fancy" ] }
21+ miette = { version = " 7.2 " , features = [" fancy" ] }
2222numfmt = { git = " https://github.com/kurtlawrence/numfmt" }
2323rayon = " 1.7"
2424regex = " 1.9"
2525serde = { version = " 1.0" , features = [" derive" ] }
2626serde_json = " 1.0"
2727time = { version = " 0.3" , features = [" serde-human-readable" ] }
28- toml = " 0.7 "
28+ toml = " 0.8 "
2929
3030[dev-dependencies ]
3131insta = " 1.31.0"
You can’t perform that action at this time.
0 commit comments