Skip to content

Commit 5fb657c

Browse files
deps(deps): bump the rust-dependencies group with 5 updates
Bumps the rust-dependencies group with 5 updates: | Package | From | To | | --- | --- | --- | | [clap](https://github.com/clap-rs/clap) | `4.5.58` | `4.6.0` | | [syn](https://github.com/dtolnay/syn) | `2.0.116` | `2.0.117` | | [quote](https://github.com/dtolnay/quote) | `1.0.44` | `1.0.45` | | [anyhow](https://github.com/dtolnay/anyhow) | `1.0.101` | `1.0.102` | | [assert_cmd](https://github.com/assert-rs/assert_cmd) | `2.1.2` | `2.2.0` | Updates `clap` from 4.5.58 to 4.6.0 - [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.58...clap_complete-v4.6.0) Updates `syn` from 2.0.116 to 2.0.117 - [Release notes](https://github.com/dtolnay/syn/releases) - [Commits](dtolnay/syn@2.0.116...2.0.117) Updates `quote` from 1.0.44 to 1.0.45 - [Release notes](https://github.com/dtolnay/quote/releases) - [Commits](dtolnay/quote@1.0.44...1.0.45) Updates `anyhow` from 1.0.101 to 1.0.102 - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](dtolnay/anyhow@1.0.101...1.0.102) Updates `assert_cmd` from 2.1.2 to 2.2.0 - [Changelog](https://github.com/assert-rs/assert_cmd/blob/master/CHANGELOG.md) - [Commits](assert-rs/assert_cmd@v2.1.2...v2.2.0) --- updated-dependencies: - dependency-name: clap dependency-version: 4.6.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust-dependencies - dependency-name: syn dependency-version: 2.0.117 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: quote dependency-version: 1.0.45 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: anyhow dependency-version: 1.0.102 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: assert_cmd dependency-version: 2.2.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent ad14b09 commit 5fb657c

2 files changed

Lines changed: 22 additions & 22 deletions

File tree

Cargo.lock

Lines changed: 20 additions & 20 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
@@ -28,7 +28,7 @@ name = "cg-bundler"
2828
path = "src/main.rs"
2929

3030
[dependencies]
31-
clap = { version = "4.5", features = ["derive"] }
31+
clap = { version = "4.6", features = ["derive"] }
3232
syn = { version = "2.0", features = ["full", "extra-traits", "visit-mut", "parsing"] }
3333
proc-macro2 = "1.0"
3434
quote = "1.0"
@@ -44,7 +44,7 @@ regex = "1.12.3"
4444

4545
[dev-dependencies]
4646
tempfile = "3.25"
47-
assert_cmd = "2.1"
47+
assert_cmd = "2.2"
4848
predicates = "3.1"
4949
proptest = "1.10"
5050
syn = { version = "2.0", features = ["full", "parsing"] }

0 commit comments

Comments
 (0)