mirror of
https://github.com/cargo-bins/cargo-binstall.git
synced 2025-04-24 14:28:42 +00:00
build(deps): bump the deps group with 2 updates (#1649)
Bumps the deps group with 2 updates: [clap](https://github.com/clap-rs/clap) and [simple-git](https://github.com/cargo-bins/simple-git). Updates `clap` from 4.5.2 to 4.5.3 - [Release notes](https://github.com/clap-rs/clap/releases) - [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md) - [Commits](https://github.com/clap-rs/clap/compare/v4.5.2...v4.5.3) Updates `simple-git` from 0.2.3 to 0.2.4 - [Release notes](https://github.com/cargo-bins/simple-git/releases) - [Commits](https://github.com/cargo-bins/simple-git/commits/0.2.4) --- updated-dependencies: - dependency-name: clap dependency-type: direct:production update-type: version-update:semver-patch dependency-group: deps - dependency-name: simple-git dependency-type: direct:production update-type: version-update:semver-patch dependency-group: deps ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
6b95a97e15
commit
69a701d12e
4 changed files with 109 additions and 77 deletions
|
@ -25,7 +25,7 @@ semver = { version = "1.0.17", features = ["serde"] }
|
|||
serde = { version = "1.0.163", features = ["derive"] }
|
||||
serde_json = "1.0.107"
|
||||
sha2 = "0.10.7"
|
||||
simple-git = { version = "0.2.2", optional = true }
|
||||
simple-git = { version = "0.2.4", optional = true }
|
||||
tempfile = "3.5.0"
|
||||
thiserror = "1.0.52"
|
||||
tokio = { version = "1.35.0", features = ["rt", "sync"], default-features = false }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue