Skip to content

Commit 6ea246e

Browse files
Bump the cargo group across 1 directory with 8 updates
Bumps the cargo group with 4 updates in the / directory: [winnow](https://github.com/winnow-rs/winnow), [sysinfo](https://github.com/GuillaumeGomez/sysinfo), [cc](https://github.com/rust-lang/cc-rs) and redox_syscall. Updates `winnow` from 0.7.7 to 0.7.9 - [Changelog](https://github.com/winnow-rs/winnow/blob/main/CHANGELOG.md) - [Commits](winnow-rs/winnow@v0.7.7...v0.7.9) Updates `sysinfo` from 0.34.2 to 0.35.0 - [Changelog](https://github.com/GuillaumeGomez/sysinfo/blob/master/CHANGELOG.md) - [Commits](https://github.com/GuillaumeGomez/sysinfo/commits/v0.35.0) Updates `cc` from 1.2.20 to 1.2.21 - [Release notes](https://github.com/rust-lang/cc-rs/releases) - [Changelog](https://github.com/rust-lang/cc-rs/blob/main/CHANGELOG.md) - [Commits](rust-lang/cc-rs@cc-v1.2.20...cc-v1.2.21) Updates `redox_syscall` from 0.5.11 to 0.5.12 Updates `windows-core` from 0.57.0 to 0.61.0 - [Release notes](https://github.com/microsoft/windows-rs/releases) - [Commits](microsoft/windows-rs@0.57.0...0.61.0) Updates `windows-implement` from 0.57.0 to 0.60.0 - [Release notes](https://github.com/microsoft/windows-rs/releases) - [Commits](microsoft/windows-rs@0.57.0...0.60.0) Updates `windows-interface` from 0.57.0 to 0.59.1 - [Release notes](https://github.com/microsoft/windows-rs/releases) - [Commits](https://github.com/microsoft/windows-rs/commits) Updates `windows-result` from 0.1.2 to 0.3.2 - [Release notes](https://github.com/microsoft/windows-rs/releases) - [Commits](https://github.com/microsoft/windows-rs/commits) --- updated-dependencies: - dependency-name: winnow dependency-version: 0.7.9 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo - dependency-name: sysinfo dependency-version: 0.35.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cargo - dependency-name: cc dependency-version: 1.2.21 dependency-type: indirect update-type: version-update:semver-patch dependency-group: cargo - dependency-name: redox_syscall dependency-version: 0.5.12 dependency-type: indirect update-type: version-update:semver-patch dependency-group: cargo - dependency-name: windows-core dependency-version: 0.61.0 dependency-type: indirect update-type: version-update:semver-minor dependency-group: cargo - dependency-name: windows-implement dependency-version: 0.60.0 dependency-type: indirect update-type: version-update:semver-minor dependency-group: cargo - dependency-name: windows-interface dependency-version: 0.59.1 dependency-type: indirect update-type: version-update:semver-minor dependency-group: cargo - dependency-name: windows-result dependency-version: 0.3.2 dependency-type: indirect update-type: version-update:semver-minor dependency-group: cargo ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 6acdc04 commit 6ea246e

File tree

8 files changed

+35
-77
lines changed

8 files changed

+35
-77
lines changed

Cargo.lock

+28-70
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

gitoxide-core/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ rusqlite = { version = "0.35.0", optional = true, features = ["bundled"] }
8383

8484
# for 'corpus'
8585
parking_lot = { version = "0.12.1", optional = true }
86-
sysinfo = { version = "0.34.2", optional = true, default-features = false, features = ["system"] }
86+
sysinfo = { version = "0.35.0", optional = true, default-features = false, features = ["system"] }
8787
serde_json = { version = "1.0.65", optional = true }
8888
tracing-forest = { version = "0.1.5", features = ["serde"], optional = true }
8989
tracing-subscriber = { version = "0.3.17", optional = true }

gix-actor/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ bstr = { version = "1.12.0", default-features = false, features = [
2727
"std",
2828
"unicode",
2929
] }
30-
winnow = { version = "0.7.7", features = ["simd"] }
30+
winnow = { version = "0.7.9", features = ["simd"] }
3131
itoa = "1.0.1"
3232
serde = { version = "1.0.114", optional = true, default-features = false, features = [
3333
"derive",

gix-config/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ gix-sec = { version = "^0.11.0", path = "../gix-sec" }
2626
gix-ref = { version = "^0.52.1", path = "../gix-ref" }
2727
gix-glob = { version = "^0.20.0", path = "../gix-glob" }
2828

29-
winnow = { version = "0.7.7", features = ["simd"] }
29+
winnow = { version = "0.7.9", features = ["simd"] }
3030
memchr = "2"
3131
thiserror = "2.0.0"
3232
unicode-bom = { version = "2.0.3" }

gix-object/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ bstr = { version = "1.12.0", default-features = false, features = [
5858
"std",
5959
"unicode",
6060
] }
61-
winnow = { version = "0.7.7", features = ["simd"] }
61+
winnow = { version = "0.7.9", features = ["simd"] }
6262
smallvec = { version = "1.15.0", features = ["write"] }
6363
serde = { version = "1.0.114", optional = true, default-features = false, features = [
6464
"derive",

gix-protocol/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ bstr = { version = "1.12.0", default-features = false, features = [
9494
"std",
9595
"unicode",
9696
] }
97-
winnow = { version = "0.7.7", features = ["simd"] }
97+
winnow = { version = "0.7.9", features = ["simd"] }
9898

9999
# for async-client
100100
async-trait = { version = "0.1.51", optional = true }

gix-ref/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ gix-lock = { version = "^17.1.0", path = "../gix-lock" }
3333
gix-tempfile = { version = "^17.1.0", default-features = false, path = "../gix-tempfile" }
3434

3535
thiserror = "2.0.0"
36-
winnow = { version = "0.7.7", features = ["simd"] }
36+
winnow = { version = "0.7.9", features = ["simd"] }
3737
serde = { version = "1.0.114", optional = true, default-features = false, features = ["derive"] }
3838

3939
# packed refs

tests/tools/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ gix-worktree = { version = "0.41.0", path = "../../gix-worktree" }
3131
gix-fs = { version = "0.15.0", path = "../../gix-fs" }
3232
gix-tempfile = { version = "17.1.0", path = "../../gix-tempfile", default-features = false, features = ["signals"] }
3333

34-
winnow = { version = "0.7.7", features = ["simd"] }
34+
winnow = { version = "0.7.9", features = ["simd"] }
3535
fastrand = "2.0.0"
3636
bstr = { version = "1.12.0", default-features = false }
3737
crc = "3.0.0"

0 commit comments

Comments
 (0)