@@ -35,15 +35,15 @@ bench = false
35
35
clap = { path = " ../" , version = " 4.1.0" , default-features = false , features = [" std" ] }
36
36
clap_lex = { path = " ../clap_lex" , version = " 0.3.0" , optional = true }
37
37
is_executable = { version = " 1.0.1" , optional = true }
38
- os_str_bytes = { version = " 6.0" , default-features = false , features = [" raw_os_str" ], optional = true }
38
+ os_str_bytes = { version = " 6.0.0 " , default-features = false , features = [" raw_os_str" ], optional = true }
39
39
pathdiff = { version = " 0.2.1" , optional = true }
40
40
shlex = { version = " 1.1.0" , optional = true }
41
41
unicode-xid = { version = " 0.2.2" , optional = true }
42
42
43
43
[dev-dependencies ]
44
- snapbox = { version = " 0.4" , features = [" diff" ] }
44
+ snapbox = { version = " 0.4.10 " , features = [" diff" ] }
45
45
# Cutting out `filesystem` feature
46
- trycmd = { version = " 0.14.12 " , default-features = false , features = [" color-auto" , " diff" , " examples" ] }
46
+ trycmd = { version = " 0.14.15 " , default-features = false , features = [" color-auto" , " diff" , " examples" ] }
47
47
clap = { path = " ../" , version = " 4.0.0" , default-features = false , features = [" std" , " derive" , " help" ] }
48
48
49
49
[[example ]]
0 commit comments