Skip to content

Commit 4419a58

Browse files
sypharByron
authored andcommitted
upgrade gix, gix-testtools & crates-index
1 parent 643c0ba commit 4419a58

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ http-reqwest = ["gix/blocking-http-transport-reqwest-rust-tls"]
3737

3838

3939
[dependencies]
40-
gix = { version = "0.62.0", default-features = false, features = ["blocking-network-client", "blob-diff", "revision"] }
40+
gix = { version = "0.63.0", default-features = false, features = ["blocking-network-client", "blob-diff", "revision"] }
4141
serde = { version = "1", features = ["std", "derive"] }
4242
hex = { version = "0.4.3", features = ["serde"] }
4343
smartstring = { version = "1.0.1", features = ["serde"] }
@@ -48,6 +48,6 @@ ahash = "0.8.0"
4848
hashbrown = { version = "0.14.0", features = ["raw"] }
4949

5050
[dev-dependencies]
51-
gix-testtools = "0.13.0"
52-
crates-index = { version = "2.5.1", default-features = false, features = ["git-performance", "git-https"] }
51+
gix-testtools = "0.15.0"
52+
crates-index = { version = "3.0.0", default-features = false, features = ["git-performance", "git-https"] }
5353
tempdir = "0.3.5"

0 commit comments

Comments
 (0)