@@ -56,8 +56,8 @@ cfg-expr = "0.20"
5656# Argument parsing, kept aligned with cargo
5757clap = { version = " 4.5" , features = [" derive" , " env" ] }
5858# Used for diagnostic reporting
59- codespan = { version = " 0.12 " , features = [" serialization" ] }
60- codespan-reporting = { version = " 0.12 " , features = [" serialization" ] }
59+ codespan = { version = " 0.13 " , features = [" serialization" ] }
60+ codespan-reporting = { version = " 0.13 " , features = [" serialization" ] }
6161# Brrrrr
6262crossbeam = " 0.8"
6363# Logging utilities
@@ -107,7 +107,7 @@ spdx = "0.12"
107107# Lazy
108108strum = { version = " 0.27" , features = [" derive" ] }
109109# Index retrieval and querying
110- tame-index = { version = " 0.23 " , default-features = false , features = [
110+ tame-index = { version = " 0.24 " , default-features = false , features = [
111111 " git" ,
112112 " local" ,
113113 " sparse" ,
@@ -118,7 +118,7 @@ time = { version = "0.3", default-features = false, features = [
118118 " macros" ,
119119] }
120120# Deserialization of configuration files and crate manifests
121- toml-span = { version = " 0.5 " , features = [" reporting" ] }
121+ toml-span = { version = " 0.6 " , features = [" reporting" ] }
122122# Small fast hash crate
123123twox-hash = { version = " 2.1" , default-features = false , features = [" xxhash32" ] }
124124# Url parsing/manipulation
@@ -128,7 +128,7 @@ walkdir = "2.3"
128128
129129# We clone/fetch advisory databases
130130[dependencies .gix ]
131- version = " 0.73 "
131+ version = " 0.74 "
132132default-features = false
133133features = [
134134 " blocking-http-transport-reqwest" ,
@@ -142,9 +142,9 @@ features = [
142142fs_extra = " 1.3"
143143# Snapshot testing
144144insta = { version = " 1.43" , features = [" json" ] }
145- tame-index = { version = " 0.23 " , features = [" local-builder" ] }
145+ tame-index = { version = " 0.24 " , features = [" local-builder" ] }
146146time = { version = " 0.3" , features = [" serde" ] }
147- toml-span = { version = " 0.5 " , features = [" serde" ] }
147+ toml-span = { version = " 0.6 " , features = [" serde" ] }
148148# We use this for creating fake crate directories for crawling license files on disk
149149tempfile = " 3.17"
150150# divan = "0.1"
0 commit comments