File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ authors = [
6
6
" The Nushell Project Developers" ,
7
7
]
8
8
description = " Library for ANSI terminal colors and styles (bold, underline)"
9
- edition = " 2018 "
9
+ edition = " 2021 "
10
10
license = " MIT"
11
11
name = " nu-ansi-term"
12
12
version = " 0.46.0"
@@ -19,7 +19,7 @@ doctest = true
19
19
derive_serde_style = [" serde" ]
20
20
21
21
[dependencies ]
22
- serde = { version =" 1.0.90 " , features =[" derive" ], optional =true }
22
+ serde = { version =" 1.0.152 " , features =[" derive" ], optional =true }
23
23
24
24
[target .'cfg(windows)' .dependencies .windows ]
25
25
version = " 0.45.0"
@@ -32,8 +32,8 @@ features = [
32
32
]
33
33
34
34
[dev-dependencies ]
35
- doc-comment = " 0.3"
36
- regex = " 1.1.9 "
35
+ doc-comment = " 0.3.3 "
36
+ regex = " 1.7.1 "
37
37
38
38
[dev-dependencies .serde_json ]
39
- version = " 1.0.39 "
39
+ version = " 1.0.94 "
You can’t perform that action at this time.
0 commit comments