@@ -35,7 +35,7 @@ crates-index = { version = "2.2.0", default-features = false, features = ["git",
35
35
rayon = " 1.6.1"
36
36
num_cpus = " 1.15.0"
37
37
crates-index-diff = { version = " 23.0.0" , features = [ " max-performance" ]}
38
- reqwest = { version = " 0.12" , features = [" json" , " gzip" ] }
38
+ reqwest = { version = " 0.12" , features = [" json" , " gzip" ] }
39
39
semver = { version = " 1.0.4" , features = [" serde" ] }
40
40
slug = " 0.1.1"
41
41
r2d2 = " 0.8"
@@ -126,7 +126,7 @@ http02 = { version = "0.2.11", package = "http"}
126
126
rand = " 0.8"
127
127
mockito = " 1.0.2"
128
128
test-case = " 3.0.0"
129
- reqwest = { version = " 0.12" , features = [" blocking" , " json" ] }
129
+ reqwest = { version = " 0.12" , features = [" blocking" , " json" ] }
130
130
aws-smithy-types = " 1.0.1"
131
131
aws-smithy-runtime = {version = " 1.0.1" , features = [" client" , " test-util" ]}
132
132
aws-smithy-http = " 0.60.0"
@@ -138,7 +138,7 @@ debug = "line-tables-only"
138
138
139
139
[build-dependencies ]
140
140
time = " 0.3"
141
- gix = { version = " 0.61 .0" , default-features = false }
141
+ gix = { version = " 0.62 .0" , default-features = false }
142
142
string_cache_codegen = " 0.5.1"
143
143
walkdir = " 2"
144
144
anyhow = { version = " 1.0.42" , features = [" backtrace" ] }
0 commit comments