Skip to content

Commit 8d8dba2

Browse files
authored
Merge pull request #2145 from GitoxideLabs/dependabot/cargo/cargo-2a6d70b8ef
Bump the cargo group with 3 updates
2 parents 525873f + 074ca1e commit 8d8dba2

File tree

4 files changed

+41
-11
lines changed

4 files changed

+41
-11
lines changed

Cargo.lock

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

gitoxide-core/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,9 +83,9 @@ rusqlite = { version = "0.37.0", optional = true, features = ["bundled"] }
8383

8484
# for 'corpus'
8585
parking_lot = { version = "0.12.4", optional = true }
86-
sysinfo = { version = "0.36.1", optional = true, default-features = false, features = ["system"] }
86+
sysinfo = { version = "0.37.0", optional = true, default-features = false, features = ["system"] }
8787
serde_json = { version = "1.0.142", optional = true }
88-
tracing-forest = { version = "0.1.5", features = ["serde"], optional = true }
88+
tracing-forest = { version = "0.2.0", features = ["serde"], optional = true }
8989
tracing-subscriber = { version = "0.3.20", optional = true }
9090
tracing = { version = "0.1.37", optional = true }
9191

gix-hashtable/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@ doctest = false
1616

1717
[dependencies]
1818
parking_lot = "0.12.4"
19-
hashbrown = { version = "0.15.4", default-features = false, features = ["inline-more"] }
19+
hashbrown = { version = "0.16.0", default-features = false, features = ["inline-more"] }
2020
gix-hash = { version = "^0.19.0", path = "../gix-hash" }

gix-index/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ gix-lock = { version = "^18.0.0", path = "../gix-lock" }
3434
gix-fs = { version = "^0.16.1", path = "../gix-fs" }
3535
gix-utils = { version = "^0.3.0", path = "../gix-utils" }
3636

37-
hashbrown = "0.15.4"
37+
hashbrown = "0.16.0"
3838
fnv = "1.0.7"
3939
thiserror = "2.0.0"
4040
memmap2 = "0.9.7"

0 commit comments

Comments
 (0)