Skip to content

Commit 7427603

Browse files
committed
chore!: upgrade dependencies
* gix 0.44 -> 0.45 * hashbrown 0.13 -> 0.14
1 parent 365e304 commit 7427603

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,17 +35,17 @@ http-reqwest = ["gix/blocking-http-transport-reqwest-rust-tls"]
3535

3636

3737
[dependencies]
38-
gix = { version = "0.44.1", default-features = false, features = ["max-performance-safe", "blocking-network-client" ] }
38+
gix = { version = "0.45.1", default-features = false, features = ["max-performance-safe", "blocking-network-client" ] }
3939
serde = { version = "1", features = ["std", "derive"] }
4040
hex = { version = "0.4.3", features = ["serde"] }
4141
smartstring = { version = "1.0.1", features = ["serde"] }
4242
serde_json = "1"
4343
bstr = "1.0.1"
4444
thiserror = "1.0.32"
4545
ahash = "0.8.0"
46-
hashbrown = { version = "0.13.1", features = ["raw"] }
46+
hashbrown = { version = "0.14.0", features = ["raw"] }
4747

4848
[dev-dependencies]
49-
gix-testtools = "0.11.0"
50-
crates-index = "0.18.11"
49+
gix-testtools = "0.12.0"
50+
crates-index = "0.19.10"
5151
tempdir = "0.3.5"

0 commit comments

Comments
 (0)