Skip to content

Commit eaee66e

Browse files
chore(deps): bump the cargo-updates group across 1 directory with 3 updates
Bumps the cargo-updates group with 3 updates in the / directory: [clap](https://github.com/clap-rs/clap), [libc](https://github.com/rust-lang/libc) and [tempfile](https://github.com/Stebalien/tempfile). Updates `clap` from 4.5.60 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.60...clap_complete-v4.6.0) Updates `libc` from 0.2.182 to 0.2.183 - [Release notes](https://github.com/rust-lang/libc/releases) - [Changelog](https://github.com/rust-lang/libc/blob/0.2.183/CHANGELOG.md) - [Commits](rust-lang/libc@0.2.182...0.2.183) Updates `tempfile` from 3.26.0 to 3.27.0 - [Changelog](https://github.com/Stebalien/tempfile/blob/master/CHANGELOG.md) - [Commits](Stebalien/tempfile@v3.26.0...v3.27.0) --- updated-dependencies: - dependency-name: clap dependency-version: 4.6.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cargo-updates - dependency-name: libc dependency-version: 0.2.183 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-updates - dependency-name: tempfile dependency-version: 3.27.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cargo-updates ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 776de30 commit eaee66e

2 files changed

Lines changed: 43 additions & 19 deletions

File tree

Cargo.lock

Lines changed: 41 additions & 17 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
@@ -9,9 +9,9 @@ edition = "2024"
99

1010
[dependencies]
1111
anyhow = "1.0.102"
12-
clap = { version = "4.5.60", features = ["derive"] }
12+
clap = { version = "4.6.0", features = ["derive"] }
1313
env_logger = "0.11.8"
14-
libc = "0.2.182"
14+
libc = "0.2.183"
1515
log = "0.4.29"
1616
mktemp-rs = "0.2.0"
1717
nix = { version = "0.31.2", features = ["event", "process", "signal", "user"] }

0 commit comments

Comments
 (0)