Skip to content

Commit 919acc2

Browse files
chore(deps): bump the cargo group across 1 directory with 5 updates
Bumps the cargo group with 5 updates in the / directory: | Package | From | To | | --- | --- | --- | | [clap](https://github.com/clap-rs/clap) | `4.5.36` | `4.5.37` | | [cargo_toml](https://gitlab.com/lib.rs/cargo_toml) | `0.21.0` | `0.22.1` | | [winnow](https://github.com/winnow-rs/winnow) | `0.6.26` | `0.7.6` | | [jiff](https://github.com/BurntSushi/jiff) | `0.1.29` | `0.2.8` | | [pulldown-cmark](https://github.com/raphlinus/pulldown-cmark) | `0.9.6` | `0.13.0` | 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 `cargo_toml` from 0.21.0 to 0.22.1 - [Commits](https://gitlab.com/lib.rs/cargo_toml/commits/v0.22.1) Updates `winnow` from 0.6.26 to 0.7.6 - [Changelog](https://github.com/winnow-rs/winnow/blob/main/CHANGELOG.md) - [Commits](winnow-rs/winnow@v0.6.26...v0.7.6) Updates `jiff` from 0.1.29 to 0.2.8 - [Release notes](https://github.com/BurntSushi/jiff/releases) - [Changelog](https://github.com/BurntSushi/jiff/blob/master/CHANGELOG.md) - [Commits](BurntSushi/jiff@0.1.29...jiff-static-0.2.8) Updates `pulldown-cmark` from 0.9.6 to 0.13.0 - [Release notes](https://github.com/raphlinus/pulldown-cmark/releases) - [Commits](pulldown-cmark/pulldown-cmark@v0.9.6...v0.13.0) --- updated-dependencies: - dependency-name: clap dependency-version: 4.5.37 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo - dependency-name: cargo_toml dependency-version: 0.22.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cargo - dependency-name: winnow dependency-version: 0.7.6 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cargo - dependency-name: jiff dependency-version: 0.2.8 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cargo - dependency-name: pulldown-cmark dependency-version: 0.13.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cargo ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent acc104a commit 919acc2

File tree

2 files changed

+24
-31
lines changed

2 files changed

+24
-31
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,18 +26,18 @@ cache-efficiency-debug = ["gix/cache-efficiency-debug"]
2626
[dependencies]
2727
gix = { version = "0.71.0", default-features = false, features = ["max-performance", "interrupt"] }
2828
anyhow = "1.0.42"
29-
clap = { version = "4.1.0", features = ["derive", "cargo"] }
29+
clap = { version = "4.5.37", features = ["derive", "cargo"] }
3030
env_logger = { version = "0.11.6", default-features = false, features = ["humantime", "auto-color"] }
3131
cargo_metadata = "0.19.1"
3232
log = "0.4.14"
3333
toml_edit = "0.22.22"
3434
semver = "1.0.4"
3535
crates-index = { version = "3.5.0", default-features = false, features = ["git-performance", "git-https"] }
36-
cargo_toml = "0.21.0"
37-
winnow = "0.6.20"
36+
cargo_toml = "0.22.1"
37+
winnow = "0.7.6"
3838
git-conventional = "0.12.0"
39-
jiff = "0.1.8"
40-
pulldown-cmark = "0.9.0"
39+
jiff = "0.2.8"
40+
pulldown-cmark = "0.13.0"
4141
bitflags = "2"
4242

4343
[dev-dependencies]

0 commit comments

Comments
 (0)