@@ -12,6 +12,7 @@ edition = "2021"
12
12
rust-version = " 1.64.0" # MSRV
13
13
include = [
14
14
" src/**/*" ,
15
+ " assets/**/*" ,
15
16
" Cargo.toml" ,
16
17
" LICENSE*" ,
17
18
" README.md" ,
@@ -28,15 +29,15 @@ pre-release-replacements = [
28
29
]
29
30
30
31
[dependencies ]
31
- git2 = { version = " 0.15" , default-features = false , features = [" vendored-libgit2" ] }
32
- clap = { version = " 4.1.4 " , features = [" derive" , " wrap_help" ] }
33
- clap-verbosity-flag = " 2.0"
34
- log = " 0.4"
35
- env_logger = { version = " 0.10" , default-features = false , features = [" color" ] }
32
+ git2 = { version = " 0.15.0 " , default-features = false , features = [" vendored-libgit2" ] }
33
+ clap = { version = " 4.1.8 " , features = [" derive" , " wrap_help" ] }
34
+ clap-verbosity-flag = " 2.0.0 "
35
+ log = " 0.4.17 "
36
+ env_logger = { version = " 0.10.0 " , default-features = false , features = [" color" ] }
36
37
concolor = " 0.1.1"
37
38
concolor-clap = { version = " 0.1.0" , features = [" api" ] }
38
- proc-exit = " 2"
39
- human-panic = " 1"
39
+ proc-exit = " 2.0.1 "
40
+ human-panic = " 1.1.2 "
40
41
anyhow = " 1.0.68"
41
42
syntect = { version = " 5.0.0" , default-features = false , features = [" parsing" , " regex-fancy" ] }
42
43
terminal_size = " 0.2.3"
@@ -46,7 +47,7 @@ anstyle-stream = "0.2.2"
46
47
is-terminal = " 0.4.4"
47
48
content_inspector = " 0.2.4"
48
49
encoding = " 0.2.33"
49
- git-config-env = " 0.1.2 "
50
+ git-config-env = " 0.1.4 "
50
51
shlex = " 1.1.0"
51
52
anstyle-syntect = " 0.2.0"
52
53
bincode = " 1.3.3"
0 commit comments