Skip to content

Commit e8b2c90

Browse files
committed
chore: upgrade gix to 0.55.2
1 parent c404f67 commit e8b2c90

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 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.54.1", default-features = false, features = ["blocking-network-client", "blob-diff", "revision"] }
40+
gix = { version = "0.55.2", 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"] }
@@ -49,5 +49,5 @@ hashbrown = { version = "0.14.0", features = ["raw"] }
4949

5050
[dev-dependencies]
5151
gix-testtools = "0.12.0"
52-
crates-index = { version = "2.2.0", default-features = false, features = ["git-performance", "git-https"] }
52+
crates-index = { version = "2.3.0", default-features = false, features = ["git-performance", "git-https"] }
5353
tempdir = "0.3.5"

0 commit comments

Comments
 (0)