Skip to content

Commit 8313d87

Browse files
Bump the non-critical group with 3 updates
Bumps the non-critical group with 3 updates: [clap](https://github.com/clap-rs/clap), [semver](https://github.com/dtolnay/semver) and [toml_edit](https://github.com/toml-rs/toml). Updates `clap` from 4.5.60 to 4.6.1 - [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.60...clap_complete-v4.6.1) Updates `semver` from 1.0.27 to 1.0.28 - [Release notes](https://github.com/dtolnay/semver/releases) - [Commits](dtolnay/semver@1.0.27...1.0.28) Updates `toml_edit` from 0.25.3+spec-1.1.0 to 0.25.11+spec-1.1.0 - [Commits](toml-rs/toml@v0.25.3...v0.25.11) --- updated-dependencies: - dependency-name: clap dependency-version: 4.6.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: non-critical - dependency-name: semver dependency-version: 1.0.28 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: non-critical - dependency-name: toml_edit dependency-version: 0.25.11+spec-1.1.0 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: non-critical ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 0879f01 commit 8313d87

2 files changed

Lines changed: 36 additions & 36 deletions

File tree

Cargo.lock

Lines changed: 34 additions & 34 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
@@ -11,7 +11,7 @@ repository = "https://github.com/software-mansion-labs/cairo-toolchain-xtasks"
1111

1212
[dependencies]
1313
anyhow = "1"
14-
clap = { version = "4.5", features = ["derive"] }
14+
clap = { version = "4.6", features = ["derive"] }
1515
semver = "1"
16-
toml_edit = "0.25.3"
16+
toml_edit = "0.25.11"
1717
xshell = "0.2.7"

0 commit comments

Comments
 (0)