1
1
mirror of https://github.com/Byron/gitoxide synced 2025-10-05 16:42:40 +02:00

Bump the cargo group across 1 directory with 64 updates

Bumps the cargo group with 46 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [anyhow](https://github.com/dtolnay/anyhow) | `1.0.99` | `1.0.100` |
| [clap](https://github.com/clap-rs/clap) | `4.5.46` | `4.5.48` |
| [clap_complete](https://github.com/clap-rs/clap) | `4.5.57` | `4.5.58` |
| [tracing-forest](https://github.com/QnnOkabayashi/tracing-forest) | `0.1.6` | `0.2.0` |
| [serde_derive](https://github.com/serde-rs/serde) | `1.0.219` | `1.0.228` |
| [thiserror](https://github.com/dtolnay/thiserror) | `2.0.16` | `2.0.17` |
| [memchr](https://github.com/BurntSushi/memchr) | `2.7.5` | `2.7.6` |
| [bitflags](https://github.com/bitflags/bitflags) | `2.9.3` | `2.9.4` |
| [libc](https://github.com/rust-lang/libc) | `0.2.175` | `0.2.176` |
| [tempfile](https://github.com/Stebalien/tempfile) | `3.21.0` | `3.23.0` |
| [bytesize](https://github.com/bytesize-rs/bytesize) | `2.0.1` | `2.1.0` |
| [rustix](https://github.com/bytecodealliance/rustix) | `1.0.8` | `1.1.2` |
| [quote](https://github.com/dtolnay/quote) | `1.0.40` | `1.0.41` |
| [trybuild](https://github.com/dtolnay/trybuild) | `1.0.110` | `1.0.111` |
| [windows-sys](https://github.com/microsoft/windows-rs) | `0.60.2` | `0.61.1` |
| [windows](https://github.com/microsoft/windows-rs) | `0.61.3` | `0.62.1` |
| [regex](https://github.com/rust-lang/regex) | `1.11.2` | `1.11.3` |
| [insta](https://github.com/mitsuhiko/insta) | `1.43.1` | `1.43.2` |
| [async-io](https://github.com/smol-rs/async-io) | `2.5.0` | `2.6.0` |
| [fs-err](https://github.com/andrewhickman/fs-err) | `3.1.1` | `3.1.2` |
| [sysinfo](https://github.com/GuillaumeGomez/sysinfo) | `0.37.0` | `0.37.2` |
| [serde_json](https://github.com/serde-rs/json) | `1.0.143` | `1.0.145` |
| [zip](https://github.com/zip-rs/zip2) | `4.6.0` | `5.1.1` |
| [anstyle](https://github.com/rust-cli/anstyle) | `1.0.11` | `1.0.13` |
| [aws-lc-rs](https://github.com/aws/aws-lc-rs) | `1.13.3` | `1.14.1` |
| [backtrace](https://github.com/rust-lang/backtrace-rs) | `0.3.75` | `0.3.76` |
| [cc](https://github.com/rust-lang/cc-rs) | `1.2.35` | `1.2.39` |
| [errno](https://github.com/lambda-fairy/rust-errno) | `0.3.13` | `0.3.14` |
| [hyper-util](https://github.com/hyperium/hyper-util) | `0.1.16` | `0.1.17` |
| [indexmap](https://github.com/indexmap-rs/indexmap) | `2.11.0` | `2.11.4` |
| libredox | `0.1.9` | `0.1.10` |
| [log](https://github.com/rust-lang/log) | `0.4.27` | `0.4.28` |
| [polling](https://github.com/smol-rs/polling) | `3.10.0` | `3.11.0` |
| [rustls](https://github.com/rustls/rustls) | `0.23.31` | `0.23.32` |
| [schannel](https://github.com/steffengy/schannel-rs) | `0.1.27` | `0.1.28` |
| [security-framework-sys](https://github.com/kornelski/rust-security-framework) | `2.14.0` | `2.15.0` |
| [serde_spanned](https://github.com/toml-rs/toml) | `1.0.0` | `1.0.2` |
| [tokio-rustls](https://github.com/rustls/tokio-rustls) | `0.26.2` | `0.26.4` |
| [toml](https://github.com/toml-rs/toml) | `0.9.5` | `0.9.7` |
| [typenum](https://github.com/paholg/typenum) | `1.18.0` | `1.19.0` |
| [unicode-ident](https://github.com/dtolnay/unicode-ident) | `1.0.18` | `1.0.19` |
| [winapi-util](https://github.com/BurntSushi/winapi-util) | `0.1.10` | `0.1.11` |
| [wit-bindgen](https://github.com/bytecodealliance/wit-bindgen) | `0.45.0` | `0.45.1` |
| [xattr](https://github.com/Stebalien/xattr) | `1.5.1` | `1.6.1` |
| [zerocopy](https://github.com/google/zerocopy) | `0.8.26` | `0.8.27` |
| [zeroize](https://github.com/RustCrypto/utils) | `1.8.1` | `1.8.2` |



Updates `anyhow` from 1.0.99 to 1.0.100
- [Release notes](https://github.com/dtolnay/anyhow/releases)
- [Commits](https://github.com/dtolnay/anyhow/compare/1.0.99...1.0.100)

Updates `clap` from 4.5.46 to 4.5.48
- [Release notes](https://github.com/clap-rs/clap/releases)
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
- [Commits](https://github.com/clap-rs/clap/compare/clap_complete-v4.5.46...clap_complete-v4.5.48)

Updates `clap_complete` from 4.5.57 to 4.5.58
- [Release notes](https://github.com/clap-rs/clap/releases)
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
- [Commits](https://github.com/clap-rs/clap/compare/clap_complete-v4.5.57...clap_complete-v4.5.58)

Updates `tracing-forest` from 0.1.6 to 0.2.0
- [Commits](https://github.com/QnnOkabayashi/tracing-forest/commits)

Updates `serde_derive` from 1.0.219 to 1.0.228
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](https://github.com/serde-rs/serde/compare/v1.0.219...v1.0.228)

Updates `thiserror` from 2.0.16 to 2.0.17
- [Release notes](https://github.com/dtolnay/thiserror/releases)
- [Commits](https://github.com/dtolnay/thiserror/compare/2.0.16...2.0.17)

Updates `serde` from 1.0.219 to 1.0.228
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](https://github.com/serde-rs/serde/compare/v1.0.219...v1.0.228)

Updates `memchr` from 2.7.5 to 2.7.6
- [Commits](https://github.com/BurntSushi/memchr/compare/2.7.5...2.7.6)

Updates `bitflags` from 2.9.3 to 2.9.4
- [Release notes](https://github.com/bitflags/bitflags/releases)
- [Changelog](https://github.com/bitflags/bitflags/blob/main/CHANGELOG.md)
- [Commits](https://github.com/bitflags/bitflags/compare/2.9.3...2.9.4)

Updates `libc` from 0.2.175 to 0.2.176
- [Release notes](https://github.com/rust-lang/libc/releases)
- [Changelog](https://github.com/rust-lang/libc/blob/0.2.176/CHANGELOG.md)
- [Commits](https://github.com/rust-lang/libc/compare/0.2.175...0.2.176)

Updates `tempfile` from 3.21.0 to 3.23.0
- [Changelog](https://github.com/Stebalien/tempfile/blob/master/CHANGELOG.md)
- [Commits](https://github.com/Stebalien/tempfile/compare/v3.21.0...v3.23.0)

Updates `bytesize` from 2.0.1 to 2.1.0
- [Release notes](https://github.com/bytesize-rs/bytesize/releases)
- [Changelog](https://github.com/bytesize-rs/bytesize/blob/master/CHANGELOG.md)
- [Commits](https://github.com/bytesize-rs/bytesize/compare/bytesize-v2.0.1...bytesize-v2.1.0)

Updates `rustix` from 1.0.8 to 1.1.2
- [Release notes](https://github.com/bytecodealliance/rustix/releases)
- [Changelog](https://github.com/bytecodealliance/rustix/blob/main/CHANGES.md)
- [Commits](https://github.com/bytecodealliance/rustix/compare/v1.0.8...v1.1.2)

Updates `quote` from 1.0.40 to 1.0.41
- [Release notes](https://github.com/dtolnay/quote/releases)
- [Commits](https://github.com/dtolnay/quote/compare/1.0.40...1.0.41)

Updates `trybuild` from 1.0.110 to 1.0.111
- [Release notes](https://github.com/dtolnay/trybuild/releases)
- [Commits](https://github.com/dtolnay/trybuild/compare/1.0.110...1.0.111)

Updates `windows-sys` from 0.60.2 to 0.61.1
- [Release notes](https://github.com/microsoft/windows-rs/releases)
- [Commits](https://github.com/microsoft/windows-rs/commits)

Updates `windows` from 0.61.3 to 0.62.1
- [Release notes](https://github.com/microsoft/windows-rs/releases)
- [Commits](https://github.com/microsoft/windows-rs/commits)

Updates `regex` from 1.11.2 to 1.11.3
- [Release notes](https://github.com/rust-lang/regex/releases)
- [Changelog](https://github.com/rust-lang/regex/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rust-lang/regex/compare/1.11.2...1.11.3)

Updates `insta` from 1.43.1 to 1.43.2
- [Release notes](https://github.com/mitsuhiko/insta/releases)
- [Changelog](https://github.com/mitsuhiko/insta/blob/master/CHANGELOG.md)
- [Commits](https://github.com/mitsuhiko/insta/compare/1.43.1...1.43.2)

Updates `async-io` from 2.5.0 to 2.6.0
- [Release notes](https://github.com/smol-rs/async-io/releases)
- [Changelog](https://github.com/smol-rs/async-io/blob/master/CHANGELOG.md)
- [Commits](https://github.com/smol-rs/async-io/compare/v2.5.0...v2.6.0)

Updates `fs-err` from 3.1.1 to 3.1.2
- [Changelog](https://github.com/andrewhickman/fs-err/blob/main/CHANGELOG.md)
- [Commits](https://github.com/andrewhickman/fs-err/commits/3.1.2)

Updates `sysinfo` from 0.37.0 to 0.37.2
- [Changelog](https://github.com/GuillaumeGomez/sysinfo/blob/master/CHANGELOG.md)
- [Commits](https://github.com/GuillaumeGomez/sysinfo/compare/v0.37.0...v0.37.2)

Updates `serde_json` from 1.0.143 to 1.0.145
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](https://github.com/serde-rs/json/compare/v1.0.143...v1.0.145)

Updates `zip` from 4.6.0 to 5.1.1
- [Release notes](https://github.com/zip-rs/zip2/releases)
- [Changelog](https://github.com/zip-rs/zip2/blob/master/CHANGELOG.md)
- [Commits](https://github.com/zip-rs/zip2/compare/v4.6.0...v5.1.1)

Updates `anstyle` from 1.0.11 to 1.0.13
- [Commits](https://github.com/rust-cli/anstyle/compare/v1.0.11...v1.0.13)

Updates `aws-lc-rs` from 1.13.3 to 1.14.1
- [Release notes](https://github.com/aws/aws-lc-rs/releases)
- [Commits](https://github.com/aws/aws-lc-rs/compare/v1.13.3...v1.14.1)

Updates `aws-lc-sys` from 0.30.0 to 0.32.2
- [Release notes](https://github.com/aws/aws-lc-rs/releases)
- [Commits](https://github.com/aws/aws-lc-rs/compare/aws-lc-sys/v0.30.0...aws-lc-sys/v0.32.2)

Updates `backtrace` from 0.3.75 to 0.3.76
- [Release notes](https://github.com/rust-lang/backtrace-rs/releases)
- [Changelog](https://github.com/rust-lang/backtrace-rs/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rust-lang/backtrace-rs/compare/0.3.75...backtrace-v0.3.76)

Updates `bindgen` from 0.69.5 to 0.72.1
- [Release notes](https://github.com/rust-lang/rust-bindgen/releases)
- [Changelog](https://github.com/rust-lang/rust-bindgen/blob/v0.72.1/CHANGELOG.md)
- [Commits](https://github.com/rust-lang/rust-bindgen/compare/v0.69.5...v0.72.1)

Updates `cc` from 1.2.35 to 1.2.39
- [Release notes](https://github.com/rust-lang/cc-rs/releases)
- [Changelog](https://github.com/rust-lang/cc-rs/blob/main/CHANGELOG.md)
- [Commits](https://github.com/rust-lang/cc-rs/compare/cc-v1.2.35...cc-v1.2.39)

Updates `clap_builder` from 4.5.46 to 4.5.48
- [Release notes](https://github.com/clap-rs/clap/releases)
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
- [Commits](https://github.com/clap-rs/clap/compare/v4.5.46...v4.5.48)

Updates `clap_derive` from 4.5.45 to 4.5.47
- [Release notes](https://github.com/clap-rs/clap/releases)
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
- [Commits](https://github.com/clap-rs/clap/compare/v4.5.45...v4.5.47)

Updates `errno` from 0.3.13 to 0.3.14
- [Release notes](https://github.com/lambda-fairy/rust-errno/releases)
- [Changelog](https://github.com/lambda-fairy/rust-errno/blob/main/CHANGELOG.md)
- [Commits](https://github.com/lambda-fairy/rust-errno/commits)

Updates `find-msvc-tools` from 0.1.0 to 0.1.2
- [Release notes](https://github.com/rust-lang/cc-rs/releases)
- [Changelog](https://github.com/rust-lang/cc-rs/blob/main/CHANGELOG.md)
- [Commits](https://github.com/rust-lang/cc-rs/compare/0.1.0...find-msvc-tools-v0.1.2)

Updates `gimli` from 0.31.1 to 0.32.3
- [Changelog](https://github.com/gimli-rs/gimli/blob/master/CHANGELOG.md)
- [Commits](https://github.com/gimli-rs/gimli/compare/0.31.1...0.32.3)

Updates `hyper-util` from 0.1.16 to 0.1.17
- [Release notes](https://github.com/hyperium/hyper-util/releases)
- [Changelog](https://github.com/hyperium/hyper-util/blob/master/CHANGELOG.md)
- [Commits](https://github.com/hyperium/hyper-util/compare/v0.1.16...v0.1.17)

Updates `indexmap` from 2.11.0 to 2.11.4
- [Changelog](https://github.com/indexmap-rs/indexmap/blob/main/RELEASES.md)
- [Commits](https://github.com/indexmap-rs/indexmap/compare/2.11.0...2.11.4)

Updates `libredox` from 0.1.9 to 0.1.10

Updates `linux-raw-sys` from 0.4.15 to 0.11.0
- [Commits](https://github.com/sunfishcode/linux-raw-sys/compare/v0.4.15...v0.11.0)

Updates `log` from 0.4.27 to 0.4.28
- [Release notes](https://github.com/rust-lang/log/releases)
- [Changelog](https://github.com/rust-lang/log/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rust-lang/log/compare/0.4.27...0.4.28)

Updates `object` from 0.36.7 to 0.37.3
- [Changelog](https://github.com/gimli-rs/object/blob/master/CHANGELOG.md)
- [Commits](https://github.com/gimli-rs/object/compare/0.36.7...0.37.3)

Updates `polling` from 3.10.0 to 3.11.0
- [Release notes](https://github.com/smol-rs/polling/releases)
- [Changelog](https://github.com/smol-rs/polling/blob/master/CHANGELOG.md)
- [Commits](https://github.com/smol-rs/polling/compare/v3.10.0...v3.11.0)

Updates `regex-automata` from 0.4.10 to 0.4.11
- [Release notes](https://github.com/rust-lang/regex/releases)
- [Changelog](https://github.com/rust-lang/regex/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rust-lang/regex/commits)

Updates `rustc-hash` from 1.1.0 to 2.1.1
- [Changelog](https://github.com/rust-lang/rustc-hash/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rust-lang/rustc-hash/commits/v2.1.1)

Updates `rustls` from 0.23.31 to 0.23.32
- [Release notes](https://github.com/rustls/rustls/releases)
- [Changelog](https://github.com/rustls/rustls/blob/main/CHANGELOG.md)
- [Commits](https://github.com/rustls/rustls/compare/v/0.23.31...v/0.23.32)

Updates `rustls-webpki` from 0.103.4 to 0.103.7
- [Release notes](https://github.com/rustls/webpki/releases)
- [Commits](https://github.com/rustls/webpki/compare/v/0.103.4...v/0.103.7)

Updates `schannel` from 0.1.27 to 0.1.28
- [Release notes](https://github.com/steffengy/schannel-rs/releases)
- [Commits](https://github.com/steffengy/schannel-rs/compare/v0.1.27...v0.1.28)

Updates `security-framework-sys` from 2.14.0 to 2.15.0
- [Commits](https://github.com/kornelski/rust-security-framework/commits)

Updates `serde_spanned` from 1.0.0 to 1.0.2
- [Commits](https://github.com/toml-rs/toml/compare/serde_spanned-v1.0.0...serde_spanned-v1.0.2)

Updates `tokio-rustls` from 0.26.2 to 0.26.4
- [Release notes](https://github.com/rustls/tokio-rustls/releases)
- [Commits](https://github.com/rustls/tokio-rustls/compare/v/0.26.2...v/0.26.4)

Updates `toml` from 0.9.5 to 0.9.7
- [Commits](https://github.com/toml-rs/toml/compare/toml-v0.9.5...toml-v0.9.7)

Updates `toml_datetime` from 0.7.0 to 0.7.2
- [Commits](https://github.com/toml-rs/toml/compare/toml_datetime-v0.7.0...toml_datetime-v0.7.2)

Updates `toml_parser` from 1.0.2 to 1.0.3
- [Commits](https://github.com/toml-rs/toml/compare/toml_parser-v1.0.2...toml_parser-v1.0.3)

Updates `toml_writer` from 1.0.2 to 1.0.3
- [Commits](https://github.com/toml-rs/toml/compare/toml_writer-v1.0.2...toml_writer-v1.0.3)

Updates `typenum` from 1.18.0 to 1.19.0
- [Release notes](https://github.com/paholg/typenum/releases)
- [Changelog](https://github.com/paholg/typenum/blob/main/CHANGELOG.md)
- [Commits](https://github.com/paholg/typenum/compare/v1.18.0...v1.19.0)

Updates `unicode-ident` from 1.0.18 to 1.0.19
- [Release notes](https://github.com/dtolnay/unicode-ident/releases)
- [Commits](https://github.com/dtolnay/unicode-ident/compare/1.0.18...1.0.19)

Updates `winapi-util` from 0.1.10 to 0.1.11
- [Commits](https://github.com/BurntSushi/winapi-util/compare/0.1.10...0.1.11)

Updates `windows-implement` from 0.60.0 to 0.60.1
- [Release notes](https://github.com/microsoft/windows-rs/releases)
- [Commits](https://github.com/microsoft/windows-rs/commits)

Updates `windows-interface` from 0.59.1 to 0.59.2
- [Release notes](https://github.com/microsoft/windows-rs/releases)
- [Commits](https://github.com/microsoft/windows-rs/commits)

Updates `wit-bindgen` from 0.45.0 to 0.45.1
- [Release notes](https://github.com/bytecodealliance/wit-bindgen/releases)
- [Commits](https://github.com/bytecodealliance/wit-bindgen/compare/v0.45.0...v0.45.1)

Updates `xattr` from 1.5.1 to 1.6.1
- [Release notes](https://github.com/Stebalien/xattr/releases)
- [Commits](https://github.com/Stebalien/xattr/compare/v1.5.1...v1.6.1)

Updates `zerocopy` from 0.8.26 to 0.8.27
- [Release notes](https://github.com/google/zerocopy/releases)
- [Changelog](https://github.com/google/zerocopy/blob/main/CHANGELOG.md)
- [Commits](https://github.com/google/zerocopy/compare/v0.8.26...v0.8.27)

Updates `zerocopy-derive` from 0.8.26 to 0.8.27
- [Release notes](https://github.com/google/zerocopy/releases)
- [Changelog](https://github.com/google/zerocopy/blob/main/CHANGELOG.md)
- [Commits](https://github.com/google/zerocopy/compare/v0.8.26...v0.8.27)

Updates `zeroize` from 1.8.1 to 1.8.2
- [Commits](https://github.com/RustCrypto/utils/compare/zeroize-v1.8.1...zeroize-v1.8.2)

---
updated-dependencies:
- dependency-name: anyhow
  dependency-version: 1.0.100
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo
- dependency-name: clap
  dependency-version: 4.5.48
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo
- dependency-name: clap_complete
  dependency-version: 4.5.58
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo
- dependency-name: tracing-forest
  dependency-version: 0.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cargo
- dependency-name: serde_derive
  dependency-version: 1.0.228
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo
- dependency-name: thiserror
  dependency-version: 2.0.17
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo
- dependency-name: serde
  dependency-version: 1.0.228
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo
- dependency-name: memchr
  dependency-version: 2.7.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo
- dependency-name: bitflags
  dependency-version: 2.9.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo
- dependency-name: libc
  dependency-version: 0.2.176
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo
- dependency-name: tempfile
  dependency-version: 3.23.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cargo
- dependency-name: bytesize
  dependency-version: 2.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cargo
- dependency-name: rustix
  dependency-version: 1.1.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cargo
- dependency-name: quote
  dependency-version: 1.0.41
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo
- dependency-name: trybuild
  dependency-version: 1.0.111
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo
- dependency-name: windows-sys
  dependency-version: 0.61.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cargo
- dependency-name: windows
  dependency-version: 0.62.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cargo
- dependency-name: regex
  dependency-version: 1.11.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo
- dependency-name: insta
  dependency-version: 1.43.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo
- dependency-name: async-io
  dependency-version: 2.6.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cargo
- dependency-name: fs-err
  dependency-version: 3.1.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo
- dependency-name: sysinfo
  dependency-version: 0.37.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo
- dependency-name: serde_json
  dependency-version: 1.0.145
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo
- dependency-name: zip
  dependency-version: 5.1.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: cargo
- dependency-name: anstyle
  dependency-version: 1.0.13
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: cargo
- dependency-name: aws-lc-rs
  dependency-version: 1.14.1
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: cargo
- dependency-name: aws-lc-sys
  dependency-version: 0.32.2
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: cargo
- dependency-name: backtrace
  dependency-version: 0.3.76
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: cargo
- dependency-name: bindgen
  dependency-version: 0.72.1
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: cargo
- dependency-name: cc
  dependency-version: 1.2.39
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: cargo
- dependency-name: clap_builder
  dependency-version: 4.5.48
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: cargo
- dependency-name: clap_derive
  dependency-version: 4.5.47
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: cargo
- dependency-name: errno
  dependency-version: 0.3.14
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: cargo
- dependency-name: find-msvc-tools
  dependency-version: 0.1.2
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: cargo
- dependency-name: gimli
  dependency-version: 0.32.3
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: cargo
- dependency-name: hyper-util
  dependency-version: 0.1.17
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: cargo
- dependency-name: indexmap
  dependency-version: 2.11.4
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: cargo
- dependency-name: libredox
  dependency-version: 0.1.10
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: cargo
- dependency-name: linux-raw-sys
  dependency-version: 0.11.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: cargo
- dependency-name: log
  dependency-version: 0.4.28
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: cargo
- dependency-name: object
  dependency-version: 0.37.3
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: cargo
- dependency-name: polling
  dependency-version: 3.11.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: cargo
- dependency-name: regex-automata
  dependency-version: 0.4.11
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: cargo
- dependency-name: rustc-hash
  dependency-version: 2.1.1
  dependency-type: indirect
  update-type: version-update:semver-major
  dependency-group: cargo
- dependency-name: rustls
  dependency-version: 0.23.32
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: cargo
- dependency-name: rustls-webpki
  dependency-version: 0.103.7
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: cargo
- dependency-name: schannel
  dependency-version: 0.1.28
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: cargo
- dependency-name: security-framework-sys
  dependency-version: 2.15.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: cargo
- dependency-name: serde_spanned
  dependency-version: 1.0.2
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: cargo
- dependency-name: tokio-rustls
  dependency-version: 0.26.4
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: cargo
- dependency-name: toml
  dependency-version: 0.9.7
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: cargo
- dependency-name: toml_datetime
  dependency-version: 0.7.2
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: cargo
- dependency-name: toml_parser
  dependency-version: 1.0.3
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: cargo
- dependency-name: toml_writer
  dependency-version: 1.0.3
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: cargo
- dependency-name: typenum
  dependency-version: 1.19.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: cargo
- dependency-name: unicode-ident
  dependency-version: 1.0.19
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: cargo
- dependency-name: winapi-util
  dependency-version: 0.1.11
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: cargo
- dependency-name: windows-implement
  dependency-version: 0.60.1
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: cargo
- dependency-name: windows-interface
  dependency-version: 0.59.2
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: cargo
- dependency-name: wit-bindgen
  dependency-version: 0.45.1
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: cargo
- dependency-name: xattr
  dependency-version: 1.6.1
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: cargo
- dependency-name: zerocopy
  dependency-version: 0.8.27
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: cargo
- dependency-name: zerocopy-derive
  dependency-version: 0.8.27
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: cargo
- dependency-name: zeroize
  dependency-version: 1.8.2
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: cargo
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2025-10-02 16:38:53 +00:00
committed by GitHub
parent 055b993d9a
commit 838ff95cca
57 changed files with 438 additions and 375 deletions

651
Cargo.lock generated

File diff suppressed because it is too large Load Diff

View File

@@ -56,16 +56,16 @@ gix-archive-for-configuration-only = { package = "gix-archive", version = "^0.22
gix-status = { version = "^0.20.0", path = "../gix-status" }
gix-fsck = { version = "^0.12.0", path = "../gix-fsck" }
serde = { version = "1.0.114", optional = true, default-features = false, features = ["derive"] }
anyhow = "1.0.98"
thiserror = "2.0.0"
bytesize = "2.0.1"
tempfile = "3.20.0"
anyhow = "1.0.100"
thiserror = "2.0.17"
bytesize = "2.1.0"
tempfile = "3.23.0"
# for async-client
async-trait = { version = "0.1.51", optional = true }
async-net = { version = "2.0", optional = true }
futures-lite = { version = "2.1.0", optional = true }
async-io = { version = "2.5", optional = true }
async-io = { version = "2.6", optional = true }
futures-io = { version = "0.3.16", optional = true }
blocking = { version = "1.6.2", optional = true }
@@ -74,7 +74,7 @@ gix-url = { version = "^0.32.0", path = "../gix-url", optional = true }
jwalk = { version = "0.8.0", optional = true }
# for 'hours'
fs-err = { version = "3.1.1", optional = true }
fs-err = { version = "3.1.2", optional = true }
crossbeam-channel = { version = "0.5.15", optional = true }
smallvec = { version = "1.15.1", optional = true }
@@ -83,8 +83,8 @@ rusqlite = { version = "0.37.0", optional = true, features = ["bundled"] }
# for 'corpus'
parking_lot = { version = "0.12.4", optional = true }
sysinfo = { version = "0.37.0", optional = true, default-features = false, features = ["system"] }
serde_json = { version = "1.0.142", optional = true }
sysinfo = { version = "0.37.2", optional = true, default-features = false, features = ["system"] }
serde_json = { version = "1.0.145", optional = true }
tracing-forest = { version = "0.2.0", features = ["serde"], optional = true }
tracing-subscriber = { version = "0.3.20", optional = true }
tracing = { version = "0.1.37", optional = true }

View File

@@ -22,7 +22,7 @@ serde = ["dep:serde", "bstr/serde", "gix-date/serde"]
gix-date = { version = "^0.10.5", path = "../gix-date" }
gix-utils = { version = "^0.3.0", path = "../gix-utils" }
thiserror = "2.0.0"
thiserror = "2.0.17"
bstr = { version = "1.12.0", default-features = false, features = [
"std",
"unicode",

View File

@@ -33,10 +33,10 @@ gix-path = { version = "^0.10.20", path = "../gix-path", optional = true }
gix-date = { version = "^0.10.5", path = "../gix-date" }
flate2 = { version = "1.1.1", optional = true, default-features = false, features = ["zlib-rs"] }
zip = { version = "4.6.0", optional = true, default-features = false, features = ["deflate-flate2"] }
zip = { version = "5.1.1", optional = true, default-features = false, features = ["deflate-flate2"] }
jiff = { version = "0.2.15", default-features = false, features = ["std"] }
thiserror = "2.0.0"
thiserror = "2.0.17"
bstr = { version = "1.12.0", default-features = false }
tar = { version = "0.4.38", optional = true }

View File

@@ -28,7 +28,7 @@ bstr = { version = "1.12.0", default-features = false, features = ["std", "unico
smallvec = "1.15.1"
kstring = "2.0.0"
unicode-bom = { version = "2.0.3" }
thiserror = "2.0.0"
thiserror = "2.0.17"
serde = { version = "1.0.114", optional = true, default-features = false, features = ["derive"] }
document-features = { version = "0.2.1", optional = true }

View File

@@ -16,7 +16,7 @@ doctest = false
test = true
[dependencies]
thiserror = "2.0.0"
thiserror = "2.0.17"
[dev-dependencies]
gix-testtools = { path = "../tests/tools" }

View File

@@ -22,7 +22,7 @@ gix-worktree = { version = "^0.42.0", path = "../gix-worktree", default-features
gix-traverse = { version = "^0.47.0", path = "../gix-traverse" }
smallvec = "1.15.1"
thiserror = "2.0.0"
thiserror = "2.0.17"
[dev-dependencies]
gix-ref = { path = "../gix-ref" }

View File

@@ -17,4 +17,4 @@ doctest = false
test = false
[dependencies]
thiserror = "2.0.0"
thiserror = "2.0.17"

View File

@@ -26,7 +26,7 @@ gix-chunk = { version = "^0.4.11", path = "../gix-chunk" }
bstr = { version = "1.12.0", default-features = false, features = ["std"] }
memmap2 = "0.9.7"
serde = { version = "1.0.114", optional = true, default-features = false, features = ["derive"] }
thiserror = "2.0.0"
thiserror = "2.0.17"
document-features = { version = "0.2.0", optional = true }

View File

@@ -21,7 +21,7 @@ serde = ["dep:serde", "bstr/serde"]
[dependencies]
gix-path = { version = "^0.10.20", path = "../gix-path" }
thiserror = "2.0.0"
thiserror = "2.0.17"
bstr = { version = "1.12.0", default-features = false, features = ["std"] }
serde = { version = "1.0.114", optional = true, default-features = false, features = ["derive"] }
bitflags = "2"

View File

@@ -28,7 +28,7 @@ gix-glob = { version = "^0.21.0", path = "../gix-glob" }
winnow = { version = "0.7.12", features = ["simd"] }
memchr = "2"
thiserror = "2.0.0"
thiserror = "2.0.17"
unicode-bom = { version = "2.0.3" }
bstr = { version = "1.12.0", default-features = false, features = ["std"] }
serde = { version = "1.0.114", optional = true, default-features = false, features = ["derive"] }

View File

@@ -29,5 +29,5 @@ gix-sec = { path = "../../gix-sec" }
serial_test = { version = "3.1.0", default-features = false }
bstr = { version = "1.12.0", default-features = false, features = ["std"] }
bytesize = "2.0.1"
bytesize = "2.1.0"
cap = { version = "0.1.2", features = ["stats"] }

View File

@@ -28,7 +28,7 @@ gix-prompt = { version = "^0.11.1", path = "../gix-prompt" }
gix-date = { version = "^0.10.5", path = "../gix-date" }
gix-trace = { version = "^0.1.13", path = "../gix-trace" }
thiserror = "2.0.0"
thiserror = "2.0.17"
serde = { version = "1.0.114", optional = true, default-features = false, features = ["derive"] }
bstr = { version = "1.12.0", default-features = false, features = ["std"] }

View File

@@ -23,7 +23,7 @@ bstr = { version = "1.12.0", default-features = false, features = ["std"] }
serde = { version = "1.0.114", optional = true, default-features = false, features = ["derive"] }
itoa = "1.0.1"
jiff = "0.2.15"
thiserror = "2.0.0"
thiserror = "2.0.17"
# TODO: used for quick and easy `TimeBacking: std::io::Write` implementation, but could make that `Copy`
# and remove this dep with custom impl
smallvec = { version = "1.15.1", features = ["write"] }

View File

@@ -41,7 +41,7 @@ gix-tempfile = { version = "^18.0.0", path = "../gix-tempfile", optional = true
gix-trace = { version = "^0.1.13", path = "../gix-trace", optional = true }
gix-traverse = { version = "^0.47.0", path = "../gix-traverse", optional = true }
thiserror = "2.0.0"
thiserror = "2.0.17"
imara-diff = { version = "0.1.8", optional = true }
serde = { version = "1.0.114", optional = true, default-features = false, features = ["derive"] }
getrandom = { version = "0.2.8", optional = true, default-features = false, features = ["js"] }

View File

@@ -29,6 +29,6 @@ gix-filter = { path = "../../gix-filter" }
gix-traverse = { path = "../../gix-traverse" }
gix-testtools = { path = "../../tests/tools" }
insta = "1.43.1"
insta = "1.43.2"
shell-words = "1"
pretty_assertions = "1.4.0"

View File

@@ -27,7 +27,7 @@ gix-ignore = { version = "^0.16.0", path = "../gix-ignore" }
gix-utils = { version = "^0.3.0", path = "../gix-utils", features = ["bstr"] }
bstr = { version = "1.12.0", default-features = false }
thiserror = "2.0.0"
thiserror = "2.0.17"
[dev-dependencies]
gix-testtools = { path = "../tests/tools" }

View File

@@ -22,7 +22,7 @@ gix-hash = { version = "^0.19.0", path = "../gix-hash" }
gix-fs = { version = "^0.16.1", path = "../gix-fs" }
bstr = { version = "1.12.0", default-features = false, features = ["std", "unicode"] }
thiserror = "2.0.0"
thiserror = "2.0.17"
[target.'cfg(windows)'.dependencies]
dunce = "1.0.3"
@@ -36,4 +36,4 @@ is_ci = "1.1.1"
defer = "0.2.1"
[target.'cfg(any(unix, windows))'.dev-dependencies]
tempfile = "3.20.0"
tempfile = "3.23.0"

View File

@@ -101,21 +101,21 @@ crc32fast = { version = "1.5.0", optional = true }
# progress
prodash = { version = "30.0.1", optional = true }
bytesize = { version = "2.0.1", optional = true }
bytesize = { version = "2.1.0", optional = true }
# pipe
bytes = { version = "1.0.0", optional = true }
# zlib module
libz-rs-sys = { version = "0.5.2", optional = true }
thiserror = { version = "2.0.0", optional = true }
thiserror = { version = "2.0.17", optional = true }
once_cell = { version = "1.21.3", optional = true }
document-features = { version = "0.2.0", optional = true }
[target.'cfg(unix)'.dependencies]
libc = { version = "0.2.174" }
libc = { version = "0.2.176" }
[dev-dependencies]
bstr = { version = "1.12.0", default-features = false }

View File

@@ -27,7 +27,7 @@ gix-attributes = { version = "^0.27.0", path = "../gix-attributes" }
encoding_rs = "0.8.32"
bstr = { version = "1.12.0", default-features = false, features = ["std"] }
thiserror = "2.0.0"
thiserror = "2.0.17"
smallvec = "1.15.1"

View File

@@ -23,7 +23,7 @@ bstr = "1.12.0"
gix-path = { version = "^0.10.20", path = "../gix-path" }
gix-features = { version = "^0.43.1", path = "../gix-features", features = ["fs-read-dir"] }
gix-utils = { version = "^0.3.0", path = "../gix-utils" }
thiserror = "2.0.0"
thiserror = "2.0.17"
serde = { version = "1.0.114", optional = true, default-features = false, features = ["std", "derive"] }
# For `Capabilities` to assure parallel operation works.
@@ -32,4 +32,4 @@ fastrand = { version = "2.1.0", default-features = false, features = ["std"] }
[dev-dependencies]
crossbeam-channel = "0.5.15"
is_ci = "1.1.1"
tempfile = "3.20.0"
tempfile = "3.23.0"

View File

@@ -22,7 +22,7 @@ serde = ["dep:serde", "faster-hex/serde"]
[dependencies]
gix-features = { version = "^0.43.0", path = "../gix-features", features = ["progress"] }
thiserror = "2.0.0"
thiserror = "2.0.17"
faster-hex = { version = "0.10.0", default-features = false, features = ["std"] }
serde = { version = "1.0.114", optional = true, default-features = false, features = ["derive"] }
sha1-checked = { version = "0.10.0", default-features = false }

View File

@@ -36,7 +36,7 @@ gix-utils = { version = "^0.3.0", path = "../gix-utils" }
hashbrown = "0.16.0"
fnv = "1.0.7"
thiserror = "2.0.0"
thiserror = "2.0.17"
memmap2 = "0.9.7"
filetime = "0.2.15"
bstr = { version = "1.12.0", default-features = false }
@@ -51,11 +51,11 @@ bitflags = "2"
document-features = { version = "0.2.0", optional = true }
[target.'cfg(not(windows))'.dependencies]
rustix = { version = "1.0.8", default-features = false, features = [
rustix = { version = "1.1.2", default-features = false, features = [
"std",
"fs",
] }
libc = { version = "0.2.174" }
libc = { version = "0.2.176" }
[dev-dependencies]
gix-testtools = { path = "../tests/tools" }

View File

@@ -18,7 +18,7 @@ test = true
[dependencies]
gix-utils = { version = "^0.3.0", default-features = false, path = "../gix-utils" }
gix-tempfile = { version = "^18.0.0", default-features = false, path = "../gix-tempfile" }
thiserror = "2.0.0"
thiserror = "2.0.17"
[dev-dependencies]
tempfile = "3.20.0"
tempfile = "3.23.0"

View File

@@ -22,7 +22,7 @@ serde = ["dep:serde", "bstr/serde", "gix-actor/serde"]
gix-actor = { version = "^0.35.4", path = "../gix-actor" }
gix-date = { version = "^0.10.5", path = "../gix-date" }
bstr = { version = "1.12.0", default-features = false, features = ["std", "unicode"] }
thiserror = "2.0.0"
thiserror = "2.0.17"
serde = { version = "1.0.114", optional = true, default-features = false, features = ["derive"] }
document-features = { version = "0.2.0", optional = true }

View File

@@ -34,7 +34,7 @@ gix-revwalk = { version = "^0.21.0", path = "../gix-revwalk" }
gix-diff = { version = "^0.53.0", path = "../gix-diff", default-features = false, features = ["blob"] }
gix-index = { version = "^0.41.0", path = "../gix-index" }
thiserror = "2.0.0"
thiserror = "2.0.17"
imara-diff = { version = "0.1.8" }
bstr = { version = "1.12.0", default-features = false }
serde = { version = "1.0.114", optional = true, default-features = false, features = ["derive"] }

View File

@@ -21,7 +21,7 @@ gix-object = { version = "^0.50.2", path = "../gix-object" }
gix-date = { version = "^0.10.5", path = "../gix-date" }
gix-commitgraph = { version = "^0.29.0", path = "../gix-commitgraph" }
gix-revwalk = { version = "^0.21.0", path = "../gix-revwalk" }
thiserror = "2.0.0"
thiserror = "2.0.17"
smallvec = "1.15.1"
bitflags = "2"

View File

@@ -53,7 +53,7 @@ gix-path = { version = "^0.10.20", path = "../gix-path" }
gix-utils = { version = "^0.3.0", path = "../gix-utils" }
itoa = "1.0.1"
thiserror = "2.0.0"
thiserror = "2.0.17"
bstr = { version = "1.12.0", default-features = false, features = [
"std",
"unicode",

View File

@@ -31,8 +31,8 @@ gix-pack = { version = "^0.60.0", path = "../gix-pack", default-features = false
gix-fs = { version = "^0.16.1", path = "../gix-fs" }
serde = { version = "1.0.114", optional = true, default-features = false, features = ["derive"] }
tempfile = "3.20.0"
thiserror = "2.0.0"
tempfile = "3.23.0"
thiserror = "2.0.17"
parking_lot = { version = "0.12.4" }
arc-swap = "1.5.0"

View File

@@ -48,7 +48,7 @@ gix-diff = { version = "^0.53.0", path = "../gix-diff", default-features = false
memmap2 = "0.9.7"
smallvec = "1.15.1"
parking_lot = { version = "0.12.4", default-features = false, optional = true }
thiserror = "2.0.0"
thiserror = "2.0.17"
# for caching
uluru = { version = "3.0.0", optional = true }

View File

@@ -32,7 +32,7 @@ serde = ["dep:serde", "bstr/serde", "faster-hex/serde"]
gix-trace = { version = "^0.1.13", path = "../gix-trace" }
serde = { version = "1.0.114", optional = true, default-features = false, features = ["std", "derive"] }
thiserror = "2.0.0"
thiserror = "2.0.17"
faster-hex = { version = "0.10.0", default-features = false, features = ["std"] }
bstr = { version = "1.12.0", default-features = false, features = ["std"] }

View File

@@ -45,7 +45,7 @@ required-features = ["blocking-io", "maybe-async/is_sync"]
gix-trace = { version = "^0.1.13", path = "../gix-trace" }
serde = { version = "1.0.114", optional = true, default-features = false, features = ["std", "derive"] }
thiserror = "2.0.0"
thiserror = "2.0.17"
faster-hex = { version = "0.10.0", default-features = false, features = ["std"] }
bstr = { version = "1.12.0", default-features = false, features = ["std"] }
# async support

View File

@@ -18,7 +18,7 @@ doctest = true
gix-trace = { version = "^0.1.13", path = "../gix-trace" }
gix-validate = { version = "^0.10.0", path = "../gix-validate" }
bstr = { version = "1.12.0", default-features = false, features = ["std"] }
thiserror = "2.0.0"
thiserror = "2.0.17"
once_cell = "1.21.3"
[target.'cfg(not(target_family = "wasm"))'.dependencies]
@@ -29,7 +29,7 @@ gix-testtools = { path = "../tests/tools" }
serial_test = { version = "3.1.0", default-features = false }
[target.'cfg(windows)'.dev-dependencies]
windows = { version = "0.61.3", features = [
windows = { version = "0.62.1", features = [
"Win32_System_Com",
"Win32_System_Threading",
"Win32_UI_Shell",

View File

@@ -22,7 +22,7 @@ gix-config-value = { version = "^0.15.1", path = "../gix-config-value" }
bstr = { version = "1.12.0", default-features = false, features = ["std"] }
bitflags = "2"
thiserror = "2.0.0"
thiserror = "2.0.17"
[dev-dependencies]
gix-testtools = { path = "../tests/tools" }

View File

@@ -18,10 +18,10 @@ doctest = false
gix-command = { version = "^0.6.2", path = "../gix-command" }
gix-config-value = { version = "^0.15.1", path = "../gix-config-value" }
thiserror = "2.0.0"
thiserror = "2.0.17"
[target.'cfg(unix)'.dependencies]
rustix = { version = "1.0.8", features = ["termios"] }
rustix = { version = "1.1.2", features = ["termios"] }
parking_lot = "0.12.4"
[dev-dependencies]

View File

@@ -86,7 +86,7 @@ gix-credentials = { version = "^0.30.0", path = "../gix-credentials", optional =
gix-refspec = { version = "^0.31.0", path = "../gix-refspec", optional = true }
gix-lock = { version = "^18.0.0", path = "../gix-lock", optional = true }
thiserror = "2.0.0"
thiserror = "2.0.17"
serde = { version = "1.0.114", optional = true, default-features = false, features = [
"derive",
] }

View File

@@ -18,4 +18,4 @@ doctest = false
gix-utils = { version = "^0.3.0", path = "../gix-utils" }
bstr = { version = "1.12.0", default-features = false, features = ["std"] }
thiserror = "2.0.0"
thiserror = "2.0.17"

View File

@@ -32,7 +32,7 @@ gix-actor = { version = "^0.35.4", path = "../gix-actor" }
gix-lock = { version = "^18.0.0", path = "../gix-lock" }
gix-tempfile = { version = "^18.0.0", default-features = false, path = "../gix-tempfile" }
thiserror = "2.0.0"
thiserror = "2.0.17"
winnow = { version = "0.7.12", features = ["simd"] }
serde = { version = "1.0.114", optional = true, default-features = false, features = ["derive"] }

View File

@@ -32,4 +32,4 @@ gix-hash = { path = "../../gix-hash" }
gix-validate = { path = "../../gix-validate" }
gix-lock = { path = "../../gix-lock" }
gix-object = { path = "../../gix-object" }
insta = "1.43.1"
insta = "1.43.2"

View File

@@ -20,7 +20,7 @@ gix-validate = { version = "^0.10.0", path = "../gix-validate" }
gix-hash = { version = "^0.19.0", path = "../gix-hash" }
bstr = { version = "1.12.0", default-features = false, features = ["std"] }
thiserror = "2.0.0"
thiserror = "2.0.17"
smallvec = "1.15.1"
[dev-dependencies]

View File

@@ -37,7 +37,7 @@ gix-trace = { version = "^0.1.13", path = "../gix-trace", optional = true }
bstr = { version = "1.12.0", default-features = false, features = ["std"] }
bitflags = { version = "2", optional = true }
thiserror = "2.0.0"
thiserror = "2.0.17"
serde = { version = "1.0.114", optional = true, default-features = false, features = ["derive"] }
document-features = { version = "0.2.1", optional = true }

View File

@@ -21,7 +21,7 @@ gix-date = { version = "^0.10.5", path = "../gix-date" }
gix-hashtable = { version = "^0.9.0", path = "../gix-hashtable" }
gix-commitgraph = { version = "^0.29.0", path = "../gix-commitgraph" }
thiserror = "2.0.0"
thiserror = "2.0.17"
smallvec = "1.15.1"
[dev-dependencies]

View File

@@ -28,11 +28,11 @@ bitflags = "2"
document-features = { version = "0.2.1", optional = true }
[target.'cfg(not(windows))'.dependencies]
libc = "0.2.174"
libc = "0.2.176"
[target.'cfg(windows)'.dependencies]
gix-path = { version = "^0.10.20", path = "../gix-path" }
windows-sys = { version = "0.60.2", features = [
windows-sys = { version = "0.61.1", features = [
"Win32_Foundation",
"Win32_Security_Authorization",
"Win32_Storage_FileSystem",
@@ -41,7 +41,7 @@ windows-sys = { version = "0.60.2", features = [
] }
[dev-dependencies]
tempfile = "3.20.0"
tempfile = "3.23.0"
[package.metadata.docs.rs]
all-features = true

View File

@@ -23,6 +23,6 @@ serde = ["dep:serde", "gix-hash/serde"]
gix-hash = { version = "^0.19.0", path = "../gix-hash" }
gix-lock = { version = "^18.0.0", path = "../gix-lock" }
thiserror = "2.0.0"
thiserror = "2.0.17"
bstr = { version = "1.12.0", default-features = false }
serde = { version = "1.0.114", optional = true, default-features = false, features = ["std", "derive"] }

View File

@@ -33,7 +33,7 @@ gix-pathspec = { version = "^0.12.0", path = "../gix-pathspec" }
gix-dir = { version = "^0.15.0", path = "../gix-dir", optional = true }
gix-diff = { version = "^0.53.0", path = "../gix-diff", default-features = false, features = ["blob"], optional = true }
thiserror = "2.0.0"
thiserror = "2.0.17"
filetime = "0.2.15"
bstr = { version = "1.12.0", default-features = false }

View File

@@ -22,7 +22,7 @@ gix-path = { version = "^0.10.20", path = "../gix-path" }
gix-url = { version = "^0.32.0", path = "../gix-url" }
bstr = { version = "1.12.0", default-features = false }
thiserror = "2.0.0"
thiserror = "2.0.17"
[dev-dependencies]
gix-testtools = { path = "../tests/tools" }

View File

@@ -35,7 +35,7 @@ gix-fs = { version = "^0.16.0", path = "../gix-fs" }
parking_lot = "0.12.4"
dashmap = { version = "6.0.1", optional = true }
once_cell = { version = "1.21.3", default-features = false, features = ["race", "std"] }
tempfile = "3.20.0"
tempfile = "3.23.0"
signal-hook = { version = "0.3.18", default-features = false, optional = true }
signal-hook-registry = { version = "1.4.5", optional = true }
@@ -51,7 +51,7 @@ signals = ["dep:signal-hook", "dep:signal-hook-registry"]
hp-hashmap = ["dep:dashmap"]
[target.'cfg(not(windows))'.dependencies]
libc = { version = "0.2.174", default-features = false }
libc = { version = "0.2.176", default-features = false }
[package.metadata.docs.rs]
all-features = true

View File

@@ -97,7 +97,7 @@ bstr = { version = "1.12.0", default-features = false, features = [
"std",
"unicode",
] }
thiserror = "2.0.0"
thiserror = "2.0.17"
# for async-client
async-trait = { version = "0.1.51", optional = true }

View File

@@ -23,5 +23,5 @@ gix-hashtable = { version = "^0.9.0", path = "../gix-hashtable" }
gix-revwalk = { version = "^0.21.0", path = "../gix-revwalk" }
gix-commitgraph = { version = "^0.29.0", path = "../gix-commitgraph" }
smallvec = "1.15.1"
thiserror = "2.0.0"
thiserror = "2.0.17"
bitflags = "2"

View File

@@ -15,7 +15,7 @@ name = "traverse"
path = "traverse/main.rs"
[dev-dependencies]
insta = "1.43.1"
insta = "1.43.2"
gix-traverse = { path = ".." }
gix-testtools = { path = "../../tests/tools" }
gix-odb = { path = "../../gix-odb" }

View File

@@ -23,7 +23,7 @@ gix-features = { version = "^0.43.1", path = "../gix-features" }
gix-path = { version = "^0.10.20", path = "../gix-path" }
serde = { version = "1.0.114", optional = true, default-features = false, features = ["std", "derive"] }
thiserror = "2.0.0"
thiserror = "2.0.17"
url = "2.5.2"
bstr = { version = "1.12.0", default-features = false, features = ["std"] }
percent-encoding = "2.3.1"

View File

@@ -16,7 +16,7 @@ doctest = false
test = true
[dependencies]
thiserror = "2.0.0"
thiserror = "2.0.17"
bstr = { version = "1.12.0", default-features = false, features = ["std"] }
[dev-dependencies]

View File

@@ -27,5 +27,5 @@ gix-features = { version = "^0.43.1", path = "../gix-features" }
gix-filter = { version = "^0.20.0", path = "../gix-filter" }
io-close = "0.3.7"
thiserror = "2.0.0"
thiserror = "2.0.17"
bstr = { version = "1.12.0", default-features = false }

View File

@@ -24,7 +24,7 @@ gix-traverse = { version = "^0.47.0", path = "../gix-traverse" }
gix-fs = { version = "^0.16.1", path = "../gix-fs" }
gix-path = { version = "^0.10.20", path = "../gix-path" }
thiserror = "2.0.0"
thiserror = "2.0.17"
parking_lot = "0.12.4"
[dev-dependencies]

View File

@@ -374,7 +374,7 @@ gix-transport = { version = "^0.48.0", path = "../gix-transport", optional = tru
prodash = { version = "30.0.1", optional = true, features = ["progress-tree"] }
once_cell = "1.21.3"
signal-hook = { version = "0.3.18", default-features = false, optional = true }
thiserror = "2.0.0"
thiserror = "2.0.17"
serde = { version = "1.0.114", optional = true, default-features = false, features = [
"derive",
] }
@@ -385,7 +385,7 @@ async-std = { version = "1.12.0", optional = true }
##
## If disabled, the text will be search verbatim in any portion of the commit message, similar to
## how a simple unanchored regex of only 'normal' characters would work.
regex = { version = "1.6.0", optional = true, default-features = false, features = [
regex = { version = "1.11.3", optional = true, default-features = false, features = [
"std",
] }
@@ -407,7 +407,7 @@ walkdir = "2.3.2"
serial_test = { version = "3.1.0", default-features = false }
async-std = { version = "1.12.0", features = ["attributes"] }
termtree = "0.5.1"
insta = "1.43.1"
insta = "1.43.2"
[package.metadata.docs.rs]
features = [

View File

@@ -15,8 +15,8 @@ name = "it"
path = "src/main.rs"
[dependencies]
anyhow = "1.0.98"
clap = { version = "4.5.42", features = ["derive"] }
anyhow = "1.0.100"
clap = { version = "4.5.48", features = ["derive"] }
gix = { version = "^0.73.0", path = "../../gix", default-features = false, features = ["attributes", "blame", "blob-diff", "revision"] }
once_cell = "1.21.3"
regex = { version = "1.11.1", default-features = false, features = ["std"] }
regex = { version = "1.11.3", default-features = false, features = ["std"] }

View File

@@ -36,7 +36,7 @@ fastrand = "2.0.0"
bstr = { version = "1.12.0", default-features = false }
crc = "3.3.0"
once_cell = "1.21.3"
tempfile = "3.20.0"
tempfile = "3.23.0"
fs_extra = "1.2.0"
parking_lot = { version = "0.12.4" }
is_ci = "1.1.1"