Skip to content

Commit 074ca1e

Browse files
Bump the cargo group with 3 updates
Bumps the cargo group with 3 updates: [tracing-forest](https://github.com/QnnOkabayashi/tracing-forest), [hashbrown](https://github.com/rust-lang/hashbrown) and [sysinfo](https://github.com/GuillaumeGomez/sysinfo). Updates `tracing-forest` from 0.1.6 to 0.2.0 - [Commits](https://github.com/QnnOkabayashi/tracing-forest/commits) Updates `hashbrown` from 0.15.5 to 0.16.0 - [Release notes](https://github.com/rust-lang/hashbrown/releases) - [Changelog](https://github.com/rust-lang/hashbrown/blob/master/CHANGELOG.md) - [Commits](rust-lang/hashbrown@v0.15.5...v0.16.0) Updates `sysinfo` from 0.36.1 to 0.37.0 - [Changelog](https://github.com/GuillaumeGomez/sysinfo/blob/master/CHANGELOG.md) - [Commits](GuillaumeGomez/sysinfo@v0.36.1...v0.37.0) --- updated-dependencies: - dependency-name: tracing-forest dependency-version: 0.2.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cargo - dependency-name: hashbrown dependency-version: 0.16.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cargo - dependency-name: sysinfo dependency-version: 0.37.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cargo ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 525873f commit 074ca1e

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)