Commit 06bf1e1
authored
Bump the cargo group with 40 updates
Bumps the cargo group with 40 updates:
| Package | From | To |
| --- | --- | --- |
| [anyhow](https://github.com/dtolnay/anyhow) | `1.0.97` | `1.0.98` |
| [clap](https://github.com/clap-rs/clap) | `4.5.36` | `4.5.37` |
| [winnow](https://github.com/winnow-rs/winnow) | `0.7.6` | `0.7.7` |
| [libc](https://github.com/rust-lang/libc) | `0.2.171` | `0.2.172` |
| [jiff](https://github.com/BurntSushi/jiff) | `0.2.6` | `0.2.10` |
| [proc-macro2](https://github.com/dtolnay/proc-macro2) | `1.0.94` | `1.0.95` |
| [signal-hook-registry](https://github.com/vorner/signal-hook) | `1.4.2` | `1.4.5` |
| [rusqlite](https://github.com/rusqlite/rusqlite) | `0.34.0` | `0.35.0` |
| [layout-rs](https://github.com/nadavrot/layout) | `0.1.2` | `0.1.3` |
| [aws-lc-rs](https://github.com/aws/aws-lc-rs) | `1.12.6` | `1.13.0` |
| [aws-lc-sys](https://github.com/aws/aws-lc-rs) | `0.27.1` | `0.28.2` |
| [cc](https://github.com/rust-lang/cc-rs) | `1.2.16` | `1.2.20` |
| [clap_builder](https://github.com/clap-rs/clap) | `4.5.36` | `4.5.37` |
| [errno](https://github.com/lambda-fairy/rust-errno) | `0.3.10` | `0.3.11` |
| [event-listener-strategy](https://github.com/smol-rs/event-listener-strategy) | `0.5.3` | `0.5.4` |
| [h2](https://github.com/hyperium/h2) | `0.4.8` | `0.4.9` |
| [half](https://github.com/VoidStarKat/half-rs) | `2.5.0` | `2.6.0` |
| [hyper-util](https://github.com/hyperium/hyper-util) | `0.1.10` | `0.1.11` |
| [icu_locid_transform_data](https://github.com/unicode-org/icu4x) | `1.5.0` | `1.5.1` |
| [icu_normalizer_data](https://github.com/unicode-org/icu4x) | `1.5.0` | `1.5.1` |
| [icu_properties_data](https://github.com/unicode-org/icu4x) | `1.5.0` | `1.5.1` |
| [indexmap](https://github.com/indexmap-rs/indexmap) | `2.8.0` | `2.9.0` |
| [jiff-static](https://github.com/BurntSushi/jiff) | `0.2.6` | `0.2.10` |
| [jobserver](https://github.com/rust-lang/jobserver-rs) | `0.1.32` | `0.1.33` |
| [libsqlite3-sys](https://github.com/rusqlite/rusqlite) | `0.32.0` | `0.33.0` |
| [log](https://github.com/rust-lang/log) | `0.4.26` | `0.4.27` |
| [miniz_oxide](https://github.com/Frommi/miniz_oxide) | `0.8.5` | `0.8.8` |
| [objc2-core-foundation](https://github.com/madsmtm/objc2) | `0.3.0` | `0.3.1` |
| [prettyplease](https://github.com/dtolnay/prettyplease) | `0.2.31` | `0.2.32` |
| [quinn-proto](https://github.com/quinn-rs/quinn) | `0.11.10` | `0.11.11` |
| [quinn-udp](https://github.com/quinn-rs/quinn) | `0.5.10` | `0.5.11` |
| [rand](https://github.com/rust-random/rand) | `0.9.0` | `0.9.1` |
| redox_syscall | `0.5.10` | `0.5.11` |
| [rustls](https://github.com/rustls/rustls) | `0.23.25` | `0.23.26` |
| [scc](https://github.com/wvwwvwwv/scalable-concurrent-containers) | `2.3.3` | `2.3.4` |
| [socket2](https://github.com/rust-lang/socket2) | `0.5.8` | `0.5.9` |
| [time](https://github.com/time-rs/time) | `0.3.40` | `0.3.41` |
| [time-macros](https://github.com/time-rs/time) | `0.2.21` | `0.2.22` |
| [tokio-util](https://github.com/tokio-rs/tokio) | `0.7.14` | `0.7.15` |
| [value-bag](https://github.com/sval-rs/value-bag) | `1.10.0` | `1.11.1` |
Updates `anyhow` from 1.0.97 to 1.0.98
- [Release notes](https://github.com/dtolnay/anyhow/releases)
- [Commits](dtolnay/anyhow@1.0.97...1.0.98)
Updates `clap` from 4.5.36 to 4.5.37
- [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.36...clap_complete-v4.5.37)
Updates `winnow` from 0.7.6 to 0.7.7
- [Changelog](https://github.com/winnow-rs/winnow/blob/main/CHANGELOG.md)
- [Commits](winnow-rs/winnow@v0.7.6...v0.7.7)
Updates `libc` from 0.2.171 to 0.2.172
- [Release notes](https://github.com/rust-lang/libc/releases)
- [Changelog](https://github.com/rust-lang/libc/blob/0.2.172/CHANGELOG.md)
- [Commits](rust-lang/libc@0.2.171...0.2.172)
Updates `jiff` from 0.2.6 to 0.2.10
- [Release notes](https://github.com/BurntSushi/jiff/releases)
- [Changelog](https://github.com/BurntSushi/jiff/blob/master/CHANGELOG.md)
- [Commits](BurntSushi/jiff@jiff-static-0.2.6...jiff-static-0.2.10)
Updates `proc-macro2` from 1.0.94 to 1.0.95
- [Release notes](https://github.com/dtolnay/proc-macro2/releases)
- [Commits](dtolnay/proc-macro2@1.0.94...1.0.95)
Updates `signal-hook-registry` from 1.4.2 to 1.4.5
- [Changelog](https://github.com/vorner/signal-hook/blob/master/CHANGELOG.md)
- [Commits](vorner/signal-hook@registry-v1.4.2...registry-v1.4.5)
Updates `rusqlite` 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 `layout-rs` from 0.1.2 to 0.1.3
- [Commits](https://github.com/nadavrot/layout/commits)
Updates `aws-lc-rs` from 1.12.6 to 1.13.0
- [Release notes](https://github.com/aws/aws-lc-rs/releases)
- [Commits](aws/aws-lc-rs@v1.12.6...v1.13.0)
Updates `aws-lc-sys` from 0.27.1 to 0.28.2
- [Release notes](https://github.com/aws/aws-lc-rs/releases)
- [Commits](aws/aws-lc-rs@aws-lc-sys/v0.27.1...aws-lc-sys/v0.28.2)
Updates `cc` from 1.2.16 to 1.2.20
- [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.16...cc-v1.2.20)
Updates `clap_builder` from 4.5.36 to 4.5.37
- [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.36...v4.5.37)
Updates `errno` from 0.3.10 to 0.3.11
- [Release notes](https://github.com/lambda-fairy/rust-errno/releases)
- [Changelog](https://github.com/lambda-fairy/rust-errno/blob/main/CHANGELOG.md)
- [Commits](lambda-fairy/rust-errno@v0.3.10...v0.3.11)
Updates `event-listener-strategy` from 0.5.3 to 0.5.4
- [Release notes](https://github.com/smol-rs/event-listener-strategy/releases)
- [Changelog](https://github.com/smol-rs/event-listener-strategy/blob/main/CHANGELOG.md)
- [Commits](smol-rs/event-listener-strategy@v0.5.3...v0.5.4)
Updates `h2` from 0.4.8 to 0.4.9
- [Release notes](https://github.com/hyperium/h2/releases)
- [Changelog](https://github.com/hyperium/h2/blob/master/CHANGELOG.md)
- [Commits](hyperium/h2@v0.4.8...v0.4.9)
Updates `half` from 2.5.0 to 2.6.0
- [Release notes](https://github.com/VoidStarKat/half-rs/releases)
- [Changelog](https://github.com/VoidStarKat/half-rs/blob/main/CHANGELOG.md)
- [Commits](VoidStarKat/half-rs@v2.5.0...v2.6.0)
Updates `hyper-util` from 0.1.10 to 0.1.11
- [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.10...v0.1.11)
Updates `icu_locid_transform_data` from 1.5.0 to 1.5.1
- [Release notes](https://github.com/unicode-org/icu4x/releases)
- [Changelog](https://github.com/unicode-org/icu4x/blob/main/CHANGELOG.md)
- [Commits](https://github.com/unicode-org/icu4x/compare/[email protected]/[email protected])
Updates `icu_normalizer_data` from 1.5.0 to 1.5.1
- [Release notes](https://github.com/unicode-org/icu4x/releases)
- [Changelog](https://github.com/unicode-org/icu4x/blob/main/CHANGELOG.md)
- [Commits](https://github.com/unicode-org/icu4x/compare/[email protected]/[email protected])
Updates `icu_properties_data` from 1.5.0 to 1.5.1
- [Release notes](https://github.com/unicode-org/icu4x/releases)
- [Changelog](https://github.com/unicode-org/icu4x/blob/main/CHANGELOG.md)
- [Commits](https://github.com/unicode-org/icu4x/compare/[email protected]/[email protected])
Updates `indexmap` from 2.8.0 to 2.9.0
- [Changelog](https://github.com/indexmap-rs/indexmap/blob/main/RELEASES.md)
- [Commits](indexmap-rs/indexmap@2.8.0...2.9.0)
Updates `jiff-static` from 0.2.6 to 0.2.10
- [Release notes](https://github.com/BurntSushi/jiff/releases)
- [Changelog](https://github.com/BurntSushi/jiff/blob/master/CHANGELOG.md)
- [Commits](BurntSushi/jiff@jiff-static-0.2.6...jiff-static-0.2.10)
Updates `jobserver` from 0.1.32 to 0.1.33
- [Commits](rust-lang/jobserver-rs@0.1.32...0.1.33)
Updates `libsqlite3-sys` from 0.32.0 to 0.33.0
- [Release notes](https://github.com/rusqlite/rusqlite/releases)
- [Changelog](https://github.com/rusqlite/rusqlite/blob/master/Changelog.md)
- [Commits](rusqlite/rusqlite@v0.32.0...v0.33.0)
Updates `log` from 0.4.26 to 0.4.27
- [Release notes](https://github.com/rust-lang/log/releases)
- [Changelog](https://github.com/rust-lang/log/blob/master/CHANGELOG.md)
- [Commits](rust-lang/log@0.4.26...0.4.27)
Updates `miniz_oxide` from 0.8.5 to 0.8.8
- [Changelog](https://github.com/Frommi/miniz_oxide/blob/master/CHANGELOG.md)
- [Commits](Frommi/miniz_oxide@0.8.5...0.8.8)
Updates `objc2-core-foundation` from 0.3.0 to 0.3.1
- [Commits](madsmtm/objc2@block2-0.3.0...objc-sys-0.3.1)
Updates `prettyplease` from 0.2.31 to 0.2.32
- [Release notes](https://github.com/dtolnay/prettyplease/releases)
- [Commits](dtolnay/prettyplease@0.2.31...0.2.32)
Updates `quinn-proto` from 0.11.10 to 0.11.11
- [Release notes](https://github.com/quinn-rs/quinn/releases)
- [Commits](quinn-rs/quinn@quinn-proto-0.11.10...quinn-proto-0.11.11)
Updates `quinn-udp` from 0.5.10 to 0.5.11
- [Release notes](https://github.com/quinn-rs/quinn/releases)
- [Commits](quinn-rs/quinn@quinn-udp-0.5.10...quinn-udp-0.5.11)
Updates `rand` from 0.9.0 to 0.9.1
- [Release notes](https://github.com/rust-random/rand/releases)
- [Changelog](https://github.com/rust-random/rand/blob/master/CHANGELOG.md)
- [Commits](rust-random/rand@0.9.0...rand_core-0.9.1)
Updates `redox_syscall` from 0.5.10 to 0.5.11
Updates `rustls` from 0.23.25 to 0.23.26
- [Release notes](https://github.com/rustls/rustls/releases)
- [Changelog](https://github.com/rustls/rustls/blob/main/CHANGELOG.md)
- [Commits](rustls/rustls@v/0.23.25...v/0.23.26)
Updates `scc` from 2.3.3 to 2.3.4
- [Changelog](https://github.com/wvwwvwwv/scalable-concurrent-containers/blob/main/CHANGELOG.md)
- [Commits](https://github.com/wvwwvwwv/scalable-concurrent-containers/commits)
Updates `socket2` from 0.5.8 to 0.5.9
- [Release notes](https://github.com/rust-lang/socket2/releases)
- [Changelog](https://github.com/rust-lang/socket2/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rust-lang/socket2/commits)
Updates `time` from 0.3.40 to 0.3.41
- [Release notes](https://github.com/time-rs/time/releases)
- [Changelog](https://github.com/time-rs/time/blob/main/CHANGELOG.md)
- [Commits](time-rs/time@v0.3.40...v0.3.41)
Updates `time-macros` from 0.2.21 to 0.2.22
- [Release notes](https://github.com/time-rs/time/releases)
- [Changelog](https://github.com/time-rs/time/blob/main/CHANGELOG.md)
- [Commits](time-rs/time@v0.2.21...v0.2.22)
Updates `tokio-util` from 0.7.14 to 0.7.15
- [Release notes](https://github.com/tokio-rs/tokio/releases)
- [Commits](tokio-rs/tokio@tokio-util-0.7.14...tokio-util-0.7.15)
Updates `value-bag` from 1.10.0 to 1.11.1
- [Release notes](https://github.com/sval-rs/value-bag/releases)
- [Commits](sval-rs/value-bag@v1.10.0...v1.11.1)
---
updated-dependencies:
- dependency-name: anyhow
dependency-version: 1.0.98
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: cargo
- dependency-name: clap
dependency-version: 4.5.37
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: cargo
- dependency-name: winnow
dependency-version: 0.7.7
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: cargo
- dependency-name: libc
dependency-version: 0.2.172
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: cargo
- dependency-name: jiff
dependency-version: 0.2.10
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: cargo
- dependency-name: proc-macro2
dependency-version: 1.0.95
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: cargo
- dependency-name: signal-hook-registry
dependency-version: 1.4.5
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: cargo
- dependency-name: rusqlite
dependency-version: 0.35.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: cargo
- dependency-name: layout-rs
dependency-version: 0.1.3
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: cargo
- dependency-name: aws-lc-rs
dependency-version: 1.13.0
dependency-type: indirect
update-type: version-update:semver-minor
dependency-group: cargo
- dependency-name: aws-lc-sys
dependency-version: 0.28.2
dependency-type: indirect
update-type: version-update:semver-minor
dependency-group: cargo
- dependency-name: cc
dependency-version: 1.2.20
dependency-type: indirect
update-type: version-update:semver-patch
dependency-group: cargo
- dependency-name: clap_builder
dependency-version: 4.5.37
dependency-type: indirect
update-type: version-update:semver-patch
dependency-group: cargo
- dependency-name: errno
dependency-version: 0.3.11
dependency-type: indirect
update-type: version-update:semver-patch
dependency-group: cargo
- dependency-name: event-listener-strategy
dependency-version: 0.5.4
dependency-type: indirect
update-type: version-update:semver-patch
dependency-group: cargo
- dependency-name: h2
dependency-version: 0.4.9
dependency-type: indirect
update-type: version-update:semver-patch
dependency-group: cargo
- dependency-name: half
dependency-version: 2.6.0
dependency-type: indirect
update-type: version-update:semver-minor
dependency-group: cargo
- dependency-name: hyper-util
dependency-version: 0.1.11
dependency-type: indirect
update-type: version-update:semver-patch
dependency-group: cargo
- dependency-name: icu_locid_transform_data
dependency-version: 1.5.1
dependency-type: indirect
update-type: version-update:semver-patch
dependency-group: cargo
- dependency-name: icu_normalizer_data
dependency-version: 1.5.1
dependency-type: indirect
update-type: version-update:semver-patch
dependency-group: cargo
- dependency-name: icu_properties_data
dependency-version: 1.5.1
dependency-type: indirect
update-type: version-update:semver-patch
dependency-group: cargo
- dependency-name: indexmap
dependency-version: 2.9.0
dependency-type: indirect
update-type: version-update:semver-minor
dependency-group: cargo
- dependency-name: jiff-static
dependency-version: 0.2.10
dependency-type: indirect
update-type: version-update:semver-patch
dependency-group: cargo
- dependency-name: jobserver
dependency-version: 0.1.33
dependency-type: indirect
update-type: version-update:semver-patch
dependency-group: cargo
- dependency-name: libsqlite3-sys
dependency-version: 0.33.0
dependency-type: indirect
update-type: version-update:semver-minor
dependency-group: cargo
- dependency-name: log
dependency-version: 0.4.27
dependency-type: indirect
update-type: version-update:semver-patch
dependency-group: cargo
- dependency-name: miniz_oxide
dependency-version: 0.8.8
dependency-type: indirect
update-type: version-update:semver-patch
dependency-group: cargo
- dependency-name: objc2-core-foundation
dependency-version: 0.3.1
dependency-type: indirect
update-type: version-update:semver-patch
dependency-group: cargo
- dependency-name: prettyplease
dependency-version: 0.2.32
dependency-type: indirect
update-type: version-update:semver-patch
dependency-group: cargo
- dependency-name: quinn-proto
dependency-version: 0.11.11
dependency-type: indirect
update-type: version-update:semver-patch
dependency-group: cargo
- dependency-name: quinn-udp
dependency-version: 0.5.11
dependency-type: indirect
update-type: version-update:semver-patch
dependency-group: cargo
- dependency-name: rand
dependency-version: 0.9.1
dependency-type: indirect
update-type: version-update:semver-patch
dependency-group: cargo
- dependency-name: redox_syscall
dependency-version: 0.5.11
dependency-type: indirect
update-type: version-update:semver-patch
dependency-group: cargo
- dependency-name: rustls
dependency-version: 0.23.26
dependency-type: indirect
update-type: version-update:semver-patch
dependency-group: cargo
- dependency-name: scc
dependency-version: 2.3.4
dependency-type: indirect
update-type: version-update:semver-patch
dependency-group: cargo
- dependency-name: socket2
dependency-version: 0.5.9
dependency-type: indirect
update-type: version-update:semver-patch
dependency-group: cargo
- dependency-name: time
dependency-version: 0.3.41
dependency-type: indirect
update-type: version-update:semver-patch
dependency-group: cargo
- dependency-name: time-macros
dependency-version: 0.2.22
dependency-type: indirect
update-type: version-update:semver-patch
dependency-group: cargo
- dependency-name: tokio-util
dependency-version: 0.7.15
dependency-type: indirect
update-type: version-update:semver-patch
dependency-group: cargo
- dependency-name: value-bag
dependency-version: 1.11.1
dependency-type: indirect
update-type: version-update:semver-minor
dependency-group: cargo
...
Signed-off-by: dependabot[bot] <[email protected]>1 parent 0e1867d commit 06bf1e1
File tree
16 files changed
+112
-111
lines changed- gitoxide-core
- gix-actor
- gix-archive
- gix-config
- gix-date
- gix-features
- gix-index
- gix-object
- gix-protocol
- gix-ref
- gix-sec
- gix-tempfile
- tests
- it
- tools
16 files changed
+112
-111
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 | |
|---|---|---|---|
| |||
149 | 149 | | |
150 | 150 | | |
151 | 151 | | |
152 | | - | |
| 152 | + | |
153 | 153 | | |
154 | 154 | | |
155 | 155 | | |
156 | 156 | | |
157 | 157 | | |
158 | | - | |
| 158 | + | |
159 | 159 | | |
160 | 160 | | |
161 | 161 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
59 | | - | |
| 59 | + | |
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
| |||
79 | 79 | | |
80 | 80 | | |
81 | 81 | | |
82 | | - | |
| 82 | + | |
83 | 83 | | |
84 | 84 | | |
85 | 85 | | |
| |||
90 | 90 | | |
91 | 91 | | |
92 | 92 | | |
93 | | - | |
| 93 | + | |
94 | 94 | | |
95 | 95 | | |
96 | 96 | | |
| |||
| 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 | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
38 | | - | |
| 38 | + | |
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
| 29 | + | |
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
| 25 | + | |
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
129 | 129 | | |
130 | 130 | | |
131 | 131 | | |
132 | | - | |
| 132 | + | |
133 | 133 | | |
134 | 134 | | |
135 | 135 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
58 | | - | |
| 58 | + | |
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
61 | | - | |
| 61 | + | |
62 | 62 | | |
63 | 63 | | |
64 | 64 | | |
| |||
0 commit comments