Commit 428412c
authored
Bump the cargo group with 41 updates
Bumps the cargo group with 41 updates:
| Package | From | To |
| --- | --- | --- |
| [clap](https://github.com/clap-rs/clap) | `4.5.40` | `4.5.42` |
| [clap_complete](https://github.com/clap-rs/clap) | `4.5.54` | `4.5.55` |
| [winnow](https://github.com/winnow-rs/winnow) | `0.7.11` | `0.7.12` |
| [memmap2](https://github.com/RazrFalcon/memmap2-rs) | `0.9.5` | `0.9.7` |
| [criterion](https://github.com/bheisler/criterion.rs) | `0.6.0` | `0.7.0` |
| [crc32fast](https://github.com/srijs/rust-crc32fast) | `1.4.2` | `1.5.0` |
| [rustix](https://github.com/bytecodealliance/rustix) | `1.0.7` | `1.0.8` |
| [trybuild](https://github.com/dtolnay/trybuild) | `1.0.105` | `1.0.110` |
| [windows-sys](https://github.com/microsoft/windows-rs) | `0.59.0` | `0.60.2` |
| [blocking](https://github.com/smol-rs/blocking) | `1.6.1` | `1.6.2` |
| [known-folders](https://github.com/artichoke/known-folders-rs) | `1.2.0` | `1.3.1` |
| [async-io](https://github.com/smol-rs/async-io) | `2.4.1` | `2.5.0` |
| [rusqlite](https://github.com/rusqlite/rusqlite) | `0.36.0` | `0.37.0` |
| [sysinfo](https://github.com/GuillaumeGomez/sysinfo) | `0.35.2` | `0.36.1` |
| [serde_json](https://github.com/serde-rs/json) | `1.0.140` | `1.0.142` |
| [zip](https://github.com/zip-rs/zip2) | `4.2.0` | `4.3.0` |
| [aws-lc-rs](https://github.com/aws/aws-lc-rs) | `1.13.1` | `1.13.3` |
| [aws-lc-sys](https://github.com/aws/aws-lc-rs) | `0.29.0` | `0.30.0` |
| [castaway](https://github.com/sagebind/castaway) | `0.2.3` | `0.2.4` |
| [cc](https://github.com/rust-lang/cc-rs) | `1.2.27` | `1.2.30` |
| [clap_builder](https://github.com/clap-rs/clap) | `4.5.40` | `4.5.42` |
| [clap_derive](https://github.com/clap-rs/clap) | `4.5.40` | `4.5.41` |
| [criterion-plot](https://github.com/bheisler/criterion.rs) | `0.5.0` | `0.6.0` |
| [hyper-util](https://github.com/hyperium/hyper-util) | `0.1.14` | `0.1.16` |
| [itertools](https://github.com/rust-itertools/itertools) | `0.10.5` | `0.12.1` |
| libredox | `0.1.4` | `0.1.9` |
| [libsqlite3-sys](https://github.com/rusqlite/rusqlite) | `0.34.0` | `0.35.0` |
| [litrs](https://github.com/LukasKalbertodt/litrs) | `0.4.1` | `0.4.2` |
| [polling](https://github.com/smol-rs/polling) | `3.8.0` | `3.9.0` |
| [prettyplease](https://github.com/dtolnay/prettyplease) | `0.2.35` | `0.2.36` |
| [rand](https://github.com/rust-random/rand) | `0.9.1` | `0.9.2` |
| redox_syscall | `0.5.13` | `0.5.17` |
| [rustc-demangle](https://github.com/rust-lang/rustc-demangle) | `0.1.25` | `0.1.26` |
| [rustls](https://github.com/rustls/rustls) | `0.23.28` | `0.23.31` |
| [rustls-webpki](https://github.com/rustls/webpki) | `0.103.3` | `0.103.4` |
| [sdd](https://github.com/wvwwvwwv/scalable-delayed-dealloc) | `3.0.8` | `3.0.10` |
| [serde_spanned](https://github.com/toml-rs/toml) | `0.6.9` | `1.0.0` |
| [tokio](https://github.com/tokio-rs/tokio) | `1.45.1` | `1.47.0` |
| [toml](https://github.com/toml-rs/toml) | `0.8.23` | `0.9.4` |
| [toml_datetime](https://github.com/toml-rs/toml) | `0.6.11` | `0.7.0` |
| [webpki-roots](https://github.com/rustls/webpki-roots) | `1.0.0` | `1.0.2` |
Updates `clap` from 4.5.40 to 4.5.42
- [Release notes](https://github.com/clap-rs/clap/releases)
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
- [Commits](clap-rs/clap@clap_complete-v4.5.40...clap_complete-v4.5.42)
Updates `clap_complete` from 4.5.54 to 4.5.55
- [Release notes](https://github.com/clap-rs/clap/releases)
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
- [Commits](clap-rs/clap@clap_complete-v4.5.54...clap_complete-v4.5.55)
Updates `winnow` from 0.7.11 to 0.7.12
- [Changelog](https://github.com/winnow-rs/winnow/blob/main/CHANGELOG.md)
- [Commits](winnow-rs/winnow@v0.7.11...v0.7.12)
Updates `memmap2` from 0.9.5 to 0.9.7
- [Changelog](https://github.com/RazrFalcon/memmap2-rs/blob/master/CHANGELOG.md)
- [Commits](https://github.com/RazrFalcon/memmap2-rs/commits)
Updates `criterion` from 0.6.0 to 0.7.0
- [Changelog](https://github.com/bheisler/criterion.rs/blob/master/CHANGELOG.md)
- [Commits](bheisler/criterion.rs@0.6.0...0.7.0)
Updates `crc32fast` from 1.4.2 to 1.5.0
- [Commits](srijs/rust-crc32fast@v1.4.2...v1.5.0)
Updates `rustix` from 1.0.7 to 1.0.8
- [Release notes](https://github.com/bytecodealliance/rustix/releases)
- [Changelog](https://github.com/bytecodealliance/rustix/blob/main/CHANGES.md)
- [Commits](bytecodealliance/rustix@v1.0.7...v1.0.8)
Updates `trybuild` from 1.0.105 to 1.0.110
- [Release notes](https://github.com/dtolnay/trybuild/releases)
- [Commits](dtolnay/trybuild@1.0.105...1.0.110)
Updates `windows-sys` from 0.59.0 to 0.60.2
- [Release notes](https://github.com/microsoft/windows-rs/releases)
- [Commits](https://github.com/microsoft/windows-rs/commits)
Updates `blocking` from 1.6.1 to 1.6.2
- [Release notes](https://github.com/smol-rs/blocking/releases)
- [Changelog](https://github.com/smol-rs/blocking/blob/master/CHANGELOG.md)
- [Commits](smol-rs/blocking@v1.6.1...v1.6.2)
Updates `known-folders` from 1.2.0 to 1.3.1
- [Release notes](https://github.com/artichoke/known-folders-rs/releases)
- [Commits](artichoke/known-folders-rs@v1.2.0...v1.3.1)
Updates `async-io` from 2.4.1 to 2.5.0
- [Release notes](https://github.com/smol-rs/async-io/releases)
- [Changelog](https://github.com/smol-rs/async-io/blob/master/CHANGELOG.md)
- [Commits](smol-rs/async-io@v2.4.1...v2.5.0)
Updates `rusqlite` from 0.36.0 to 0.37.0
- [Release notes](https://github.com/rusqlite/rusqlite/releases)
- [Changelog](https://github.com/rusqlite/rusqlite/blob/master/Changelog.md)
- [Commits](rusqlite/rusqlite@v0.36.0...v0.37.0)
Updates `sysinfo` from 0.35.2 to 0.36.1
- [Changelog](https://github.com/GuillaumeGomez/sysinfo/blob/master/CHANGELOG.md)
- [Commits](GuillaumeGomez/sysinfo@v0.35.2...v0.36.1)
Updates `serde_json` from 1.0.140 to 1.0.142
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](serde-rs/json@v1.0.140...v1.0.142)
Updates `zip` from 4.2.0 to 4.3.0
- [Release notes](https://github.com/zip-rs/zip2/releases)
- [Changelog](https://github.com/zip-rs/zip2/blob/master/CHANGELOG.md)
- [Commits](zip-rs/zip2@v4.2.0...v4.3.0)
Updates `aws-lc-rs` from 1.13.1 to 1.13.3
- [Release notes](https://github.com/aws/aws-lc-rs/releases)
- [Commits](aws/aws-lc-rs@v1.13.1...v1.13.3)
Updates `aws-lc-sys` from 0.29.0 to 0.30.0
- [Release notes](https://github.com/aws/aws-lc-rs/releases)
- [Commits](aws/aws-lc-rs@aws-lc-sys/v0.29.0...aws-lc-sys/v0.30.0)
Updates `castaway` from 0.2.3 to 0.2.4
- [Release notes](https://github.com/sagebind/castaway/releases)
- [Changelog](https://github.com/sagebind/castaway/blob/master/CHANGELOG.md)
- [Commits](sagebind/castaway@0.2.3...v0.2.4)
Updates `cc` from 1.2.27 to 1.2.30
- [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.27...cc-v1.2.30)
Updates `clap_builder` from 4.5.40 to 4.5.42
- [Release notes](https://github.com/clap-rs/clap/releases)
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
- [Commits](clap-rs/clap@v4.5.40...v4.5.42)
Updates `clap_derive` from 4.5.40 to 4.5.41
- [Release notes](https://github.com/clap-rs/clap/releases)
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
- [Commits](clap-rs/clap@v4.5.40...v4.5.41)
Updates `criterion-plot` from 0.5.0 to 0.6.0
- [Changelog](https://github.com/bheisler/criterion.rs/blob/master/CHANGELOG.md)
- [Commits](bheisler/criterion.rs@0.5.0...0.6.0)
Updates `hyper-util` from 0.1.14 to 0.1.16
- [Release notes](https://github.com/hyperium/hyper-util/releases)
- [Changelog](https://github.com/hyperium/hyper-util/blob/master/CHANGELOG.md)
- [Commits](hyperium/hyper-util@v0.1.14...v0.1.16)
Updates `itertools` from 0.10.5 to 0.12.1
- [Changelog](https://github.com/rust-itertools/itertools/blob/master/CHANGELOG.md)
- [Commits](rust-itertools/itertools@v0.10.5...v0.12.1)
Updates `libredox` from 0.1.4 to 0.1.9
Updates `libsqlite3-sys` from 0.34.0 to 0.35.0
- [Release notes](https://github.com/rusqlite/rusqlite/releases)
- [Changelog](https://github.com/rusqlite/rusqlite/blob/master/Changelog.md)
- [Commits](rusqlite/rusqlite@v0.34.0...v0.35.0)
Updates `litrs` from 0.4.1 to 0.4.2
- [Release notes](https://github.com/LukasKalbertodt/litrs/releases)
- [Changelog](https://github.com/LukasKalbertodt/litrs/blob/main/CHANGELOG.md)
- [Commits](LukasKalbertodt/litrs@v0.4.1...v0.4.2)
Updates `polling` from 3.8.0 to 3.9.0
- [Release notes](https://github.com/smol-rs/polling/releases)
- [Changelog](https://github.com/smol-rs/polling/blob/master/CHANGELOG.md)
- [Commits](smol-rs/polling@v3.8.0...v3.9.0)
Updates `prettyplease` from 0.2.35 to 0.2.36
- [Release notes](https://github.com/dtolnay/prettyplease/releases)
- [Commits](dtolnay/prettyplease@0.2.35...0.2.36)
Updates `rand` from 0.9.1 to 0.9.2
- [Release notes](https://github.com/rust-random/rand/releases)
- [Changelog](https://github.com/rust-random/rand/blob/master/CHANGELOG.md)
- [Commits](rust-random/rand@rand_core-0.9.1...rand_core-0.9.2)
Updates `redox_syscall` from 0.5.13 to 0.5.17
Updates `rustc-demangle` from 0.1.25 to 0.1.26
- [Release notes](https://github.com/rust-lang/rustc-demangle/releases)
- [Changelog](https://github.com/rust-lang/rustc-demangle/blob/main/CHANGELOG.md)
- [Commits](https://github.com/rust-lang/rustc-demangle/commits/rustc-demangle-v0.1.26)
Updates `rustls` from 0.23.28 to 0.23.31
- [Release notes](https://github.com/rustls/rustls/releases)
- [Changelog](https://github.com/rustls/rustls/blob/main/CHANGELOG.md)
- [Commits](rustls/rustls@v/0.23.28...v/0.23.31)
Updates `rustls-webpki` from 0.103.3 to 0.103.4
- [Release notes](https://github.com/rustls/webpki/releases)
- [Commits](rustls/webpki@v/0.103.3...v/0.103.4)
Updates `sdd` from 3.0.8 to 3.0.10
- [Changelog](https://github.com/wvwwvwwv/scalable-delayed-dealloc/blob/main/CHANGELOG.md)
- [Commits](https://github.com/wvwwvwwv/scalable-delayed-dealloc/commits)
Updates `serde_spanned` from 0.6.9 to 1.0.0
- [Commits](toml-rs/toml@serde_spanned-v0.6.9...serde_spanned-v1.0.0)
Updates `tokio` from 1.45.1 to 1.47.0
- [Release notes](https://github.com/tokio-rs/tokio/releases)
- [Commits](tokio-rs/tokio@tokio-1.45.1...tokio-1.47.0)
Updates `toml` from 0.8.23 to 0.9.4
- [Commits](toml-rs/toml@toml-v0.8.23...toml-v0.9.4)
Updates `toml_datetime` from 0.6.11 to 0.7.0
- [Commits](toml-rs/toml@toml_datetime-v0.6.11...toml_datetime-v0.7.0)
Updates `webpki-roots` from 1.0.0 to 1.0.2
- [Release notes](https://github.com/rustls/webpki-roots/releases)
- [Commits](rustls/webpki-roots@v/1.0.0...v/1.0.2)
---
updated-dependencies:
- dependency-name: clap
dependency-version: 4.5.42
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: cargo
- dependency-name: clap_complete
dependency-version: 4.5.55
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: cargo
- dependency-name: winnow
dependency-version: 0.7.12
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: cargo
- dependency-name: memmap2
dependency-version: 0.9.7
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: cargo
- dependency-name: criterion
dependency-version: 0.7.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: cargo
- dependency-name: crc32fast
dependency-version: 1.5.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: cargo
- dependency-name: rustix
dependency-version: 1.0.8
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: cargo
- dependency-name: trybuild
dependency-version: 1.0.110
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: cargo
- dependency-name: windows-sys
dependency-version: 0.60.2
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: cargo
- dependency-name: blocking
dependency-version: 1.6.2
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: cargo
- dependency-name: known-folders
dependency-version: 1.3.1
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: cargo
- dependency-name: async-io
dependency-version: 2.5.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: cargo
- dependency-name: rusqlite
dependency-version: 0.37.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: cargo
- dependency-name: sysinfo
dependency-version: 0.36.1
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: cargo
- dependency-name: serde_json
dependency-version: 1.0.142
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: cargo
- dependency-name: zip
dependency-version: 4.3.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: cargo
- dependency-name: aws-lc-rs
dependency-version: 1.13.3
dependency-type: indirect
update-type: version-update:semver-patch
dependency-group: cargo
- dependency-name: aws-lc-sys
dependency-version: 0.30.0
dependency-type: indirect
update-type: version-update:semver-minor
dependency-group: cargo
- dependency-name: castaway
dependency-version: 0.2.4
dependency-type: indirect
update-type: version-update:semver-patch
dependency-group: cargo
- dependency-name: cc
dependency-version: 1.2.30
dependency-type: indirect
update-type: version-update:semver-patch
dependency-group: cargo
- dependency-name: clap_builder
dependency-version: 4.5.42
dependency-type: indirect
update-type: version-update:semver-patch
dependency-group: cargo
- dependency-name: clap_derive
dependency-version: 4.5.41
dependency-type: indirect
update-type: version-update:semver-patch
dependency-group: cargo
- dependency-name: criterion-plot
dependency-version: 0.6.0
dependency-type: indirect
update-type: version-update:semver-minor
dependency-group: cargo
- dependency-name: hyper-util
dependency-version: 0.1.16
dependency-type: indirect
update-type: version-update:semver-patch
dependency-group: cargo
- dependency-name: itertools
dependency-version: 0.12.1
dependency-type: indirect
update-type: version-update:semver-minor
dependency-group: cargo
- dependency-name: libredox
dependency-version: 0.1.9
dependency-type: indirect
update-type: version-update:semver-patch
dependency-group: cargo
- dependency-name: libsqlite3-sys
dependency-version: 0.35.0
dependency-type: indirect
update-type: version-update:semver-minor
dependency-group: cargo
- dependency-name: litrs
dependency-version: 0.4.2
dependency-type: indirect
update-type: version-update:semver-patch
dependency-group: cargo
- dependency-name: polling
dependency-version: 3.9.0
dependency-type: indirect
update-type: version-update:semver-minor
dependency-group: cargo
- dependency-name: prettyplease
dependency-version: 0.2.36
dependency-type: indirect
update-type: version-update:semver-patch
dependency-group: cargo
- dependency-name: rand
dependency-version: 0.9.2
dependency-type: indirect
update-type: version-update:semver-patch
dependency-group: cargo
- dependency-name: redox_syscall
dependency-version: 0.5.17
dependency-type: indirect
update-type: version-update:semver-patch
dependency-group: cargo
- dependency-name: rustc-demangle
dependency-version: 0.1.26
dependency-type: indirect
update-type: version-update:semver-patch
dependency-group: cargo
- dependency-name: rustls
dependency-version: 0.23.31
dependency-type: indirect
update-type: version-update:semver-patch
dependency-group: cargo
- dependency-name: rustls-webpki
dependency-version: 0.103.4
dependency-type: indirect
update-type: version-update:semver-patch
dependency-group: cargo
- dependency-name: sdd
dependency-version: 3.0.10
dependency-type: indirect
update-type: version-update:semver-patch
dependency-group: cargo
- dependency-name: serde_spanned
dependency-version: 1.0.0
dependency-type: indirect
update-type: version-update:semver-major
dependency-group: cargo
- dependency-name: tokio
dependency-version: 1.47.0
dependency-type: indirect
update-type: version-update:semver-minor
dependency-group: cargo
- dependency-name: toml
dependency-version: 0.9.4
dependency-type: indirect
update-type: version-update:semver-minor
dependency-group: cargo
- dependency-name: toml_datetime
dependency-version: 0.7.0
dependency-type: indirect
update-type: version-update:semver-minor
dependency-group: cargo
- dependency-name: webpki-roots
dependency-version: 1.0.2
dependency-type: indirect
update-type: version-update:semver-patch
dependency-group: cargo
...
Signed-off-by: dependabot[bot] <support@github.com>1 parent 8892cb1 commit 428412c
File tree
20 files changed
+242
-158
lines changed- gitoxide-core
- gix-actor
- gix-archive
- gix-commitgraph
- gix-config
- gix-features
- gix-index
- gix-object
- gix-pack
- tests
- gix-path
- gix-prompt
- gix-protocol
- gix-ref
- gix-sec
- gix-transport
- tests
- it
- tools
20 files changed
+242
-158
lines changedSome generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
155 | 155 | | |
156 | 156 | | |
157 | 157 | | |
158 | | - | |
159 | | - | |
| 158 | + | |
| 159 | + | |
160 | 160 | | |
161 | 161 | | |
162 | 162 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
65 | 65 | | |
66 | 66 | | |
67 | 67 | | |
68 | | - | |
| 68 | + | |
69 | 69 | | |
70 | | - | |
| 70 | + | |
71 | 71 | | |
72 | 72 | | |
73 | 73 | | |
| |||
79 | 79 | | |
80 | 80 | | |
81 | 81 | | |
82 | | - | |
| 82 | + | |
83 | 83 | | |
84 | 84 | | |
85 | 85 | | |
86 | | - | |
87 | | - | |
| 86 | + | |
| 87 | + | |
88 | 88 | | |
89 | 89 | | |
90 | 90 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
| 30 | + | |
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | | - | |
| 36 | + | |
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
| 27 | + | |
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
| 29 | + | |
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
41 | | - | |
| 41 | + | |
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
111 | 111 | | |
112 | 112 | | |
113 | 113 | | |
114 | | - | |
| 114 | + | |
115 | 115 | | |
116 | 116 | | |
117 | 117 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
40 | | - | |
| 40 | + | |
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
| |||
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
54 | | - | |
| 54 | + | |
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
61 | | - | |
| 61 | + | |
62 | 62 | | |
63 | 63 | | |
64 | 64 | | |
| |||
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
70 | | - | |
| 70 | + | |
71 | 71 | | |
72 | 72 | | |
73 | 73 | | |
| |||
0 commit comments