Skip to content

Commit 7d37522

Browse files
committed
upgrade gix
1 parent 5a34f74 commit 7d37522

File tree

2 files changed

+31
-30
lines changed

2 files changed

+31
-30
lines changed

Cargo.lock

Lines changed: 28 additions & 27 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ crates-index = { version = "2.2.0", default-features = false, features = ["git",
3535
rayon = "1.6.1"
3636
num_cpus = "1.15.0"
3737
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"] }
3939
semver = { version = "1.0.4", features = ["serde"] }
4040
slug = "0.1.1"
4141
r2d2 = "0.8"
@@ -126,7 +126,7 @@ http02 = { version = "0.2.11", package = "http"}
126126
rand = "0.8"
127127
mockito = "1.0.2"
128128
test-case = "3.0.0"
129-
reqwest = { version = "0.12", features = ["blocking", "json"] }
129+
reqwest = { version = "0.12", features = ["blocking", "json"] }
130130
aws-smithy-types = "1.0.1"
131131
aws-smithy-runtime = {version = "1.0.1", features = ["client", "test-util"]}
132132
aws-smithy-http = "0.60.0"
@@ -138,7 +138,7 @@ debug = "line-tables-only"
138138

139139
[build-dependencies]
140140
time = "0.3"
141-
gix = { version = "0.61.0", default-features = false }
141+
gix = { version = "0.62.0", default-features = false }
142142
string_cache_codegen = "0.5.1"
143143
walkdir = "2"
144144
anyhow = { version = "1.0.42", features = ["backtrace"] }

0 commit comments

Comments
 (0)