Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 30978fa

Browse files
authoredMay 24, 2025··
Bump the cargo group with 9 updates
Bumps the cargo group with 9 updates: | Package | From | To | | --- | --- | --- | | [backtrace](https://github.com/rust-lang/backtrace-rs) | `0.3.74` | `0.3.75` | | [chrono](https://github.com/chronotope/chrono) | `0.4.40` | `0.4.41` | | [crossterm](https://github.com/crossterm-rs/crossterm) | `0.28.1` | `0.29.0` | | [log](https://github.com/rust-lang/log) | `0.4.26` | `0.4.27` | | [struct-patch](https://github.com/yanganto/struct-patch) | `0.9.4` | `0.10.2` | | [which](https://github.com/harryfei/which-rs) | `7.0.2` | `7.0.3` | | [tempfile](https://github.com/Stebalien/tempfile) | `3.15.0` | `3.20.0` | | [gix](https://github.com/GitoxideLabs/gitoxide) | `0.71.0` | `0.72.1` | | [gix-path](https://github.com/GitoxideLabs/gitoxide) | `0.10.15` | `0.10.18` | Updates `backtrace` from 0.3.74 to 0.3.75 - [Release notes](https://github.com/rust-lang/backtrace-rs/releases) - [Commits](rust-lang/backtrace-rs@0.3.74...0.3.75) Updates `chrono` from 0.4.40 to 0.4.41 - [Release notes](https://github.com/chronotope/chrono/releases) - [Changelog](https://github.com/chronotope/chrono/blob/main/CHANGELOG.md) - [Commits](chronotope/chrono@v0.4.40...v0.4.41) Updates `crossterm` from 0.28.1 to 0.29.0 - [Release notes](https://github.com/crossterm-rs/crossterm/releases) - [Changelog](https://github.com/crossterm-rs/crossterm/blob/master/CHANGELOG.md) - [Commits](https://github.com/crossterm-rs/crossterm/commits/0.29) 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 `struct-patch` from 0.9.4 to 0.10.2 - [Release notes](https://github.com/yanganto/struct-patch/releases) - [Commits](yanganto/struct-patch@v0.9.4...v0.10.2) Updates `which` from 7.0.2 to 7.0.3 - [Release notes](https://github.com/harryfei/which-rs/releases) - [Changelog](https://github.com/harryfei/which-rs/blob/master/CHANGELOG.md) - [Commits](harryfei/which-rs@7.0.2...7.0.3) Updates `tempfile` from 3.15.0 to 3.20.0 - [Changelog](https://github.com/Stebalien/tempfile/blob/master/CHANGELOG.md) - [Commits](Stebalien/tempfile@v3.15.0...v3.20.0) Updates `gix` from 0.71.0 to 0.72.1 - [Release notes](https://github.com/GitoxideLabs/gitoxide/releases) - [Changelog](https://github.com/GitoxideLabs/gitoxide/blob/main/CHANGELOG.md) - [Commits](GitoxideLabs/gitoxide@gix-v0.71.0...gix-v0.72.1) Updates `gix-path` from 0.10.15 to 0.10.18 - [Release notes](https://github.com/GitoxideLabs/gitoxide/releases) - [Changelog](https://github.com/GitoxideLabs/gitoxide/blob/main/CHANGELOG.md) - [Commits](GitoxideLabs/gitoxide@gix-path-v0.10.15...gix-path-v0.10.18) --- updated-dependencies: - dependency-name: backtrace dependency-version: 0.3.75 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo - dependency-name: chrono dependency-version: 0.4.41 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo - dependency-name: crossterm dependency-version: 0.29.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cargo - dependency-name: log dependency-version: 0.4.27 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo - dependency-name: struct-patch dependency-version: 0.10.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cargo - dependency-name: which dependency-version: 7.0.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo - dependency-name: tempfile dependency-version: 3.20.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cargo - dependency-name: gix dependency-version: 0.72.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cargo - dependency-name: gix-path dependency-version: 0.10.18 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 7625277 commit 30978fa

File tree

3 files changed

+268
-133
lines changed

3 files changed

+268
-133
lines changed
 

‎Cargo.lock

Lines changed: 265 additions & 130 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ bytesize = { version = "2.0", default-features = false }
4545
chrono = { version = "0.4", default-features = false, features = ["clock"] }
4646
clap = { version = "4.5", features = ["env", "cargo"] }
4747
crossbeam-channel = "0.5"
48-
crossterm = { version = "0.28", features = ["serde"] }
48+
crossterm = { version = "0.29", features = ["serde"] }
4949
dirs = "6.0"
5050
easy-cast = "0.5"
5151
filetreelist = { path = "./filetreelist", version = "0.5" }
@@ -70,7 +70,7 @@ scopetime = { path = "./scopetime", version = "0.1" }
7070
serde = "1.0"
7171
shellexpand = "3.1"
7272
simplelog = { version = "0.12", default-features = false }
73-
struct-patch = "0.9"
73+
struct-patch = "0.10"
7474
syntect = { version = "5.2", default-features = false, features = [
7575
"parsing",
7676
"default-syntaxes",

‎asyncgit/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ easy-cast = "0.5"
2424
fuzzy-matcher = "0.3"
2525
git2 = "0.20"
2626
git2-hooks = { path = "../git2-hooks", version = ">=0.4" }
27-
gix = { version = "0.71.0", default-features = false, features = [
27+
gix = { version = "0.72.1", default-features = false, features = [
2828
"max-performance",
2929
"revision",
3030
] }

0 commit comments

Comments
 (0)
Please sign in to comment.