Skip to content

Commit 59f7feb

Browse files
dependabot[bot]tamird
authored andcommitted
build(deps): bump the cargo-crates group with 5 updates
Bumps the cargo-crates group with 5 updates: | Package | From | To | | --- | --- | --- | | [gimli](https://github.com/gimli-rs/gimli) | `0.32.3` | `0.33.0` | | [libc](https://github.com/rust-lang/libc) | `0.2.180` | `0.2.182` | | [regex](https://github.com/rust-lang/regex) | `1.12.2` | `1.12.3` | | [anyhow](https://github.com/dtolnay/anyhow) | `1.0.100` | `1.0.102` | | [clap](https://github.com/clap-rs/clap) | `4.5.56` | `4.5.60` | Updates `gimli` from 0.32.3 to 0.33.0 - [Changelog](https://github.com/gimli-rs/gimli/blob/master/CHANGELOG.md) - [Commits](gimli-rs/gimli@0.32.3...0.33.0) Updates `libc` from 0.2.180 to 0.2.182 - [Release notes](https://github.com/rust-lang/libc/releases) - [Changelog](https://github.com/rust-lang/libc/blob/0.2.182/CHANGELOG.md) - [Commits](rust-lang/libc@0.2.180...0.2.182) Updates `regex` from 1.12.2 to 1.12.3 - [Release notes](https://github.com/rust-lang/regex/releases) - [Changelog](https://github.com/rust-lang/regex/blob/master/CHANGELOG.md) - [Commits](rust-lang/regex@1.12.2...1.12.3) Updates `anyhow` from 1.0.100 to 1.0.102 - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](dtolnay/anyhow@1.0.100...1.0.102) Updates `clap` from 4.5.56 to 4.5.60 - [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.56...clap_complete-v4.5.60) --- updated-dependencies: - dependency-name: gimli dependency-version: 0.33.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cargo-crates - dependency-name: libc dependency-version: 0.2.182 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-crates - dependency-name: regex dependency-version: 1.12.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-crates - dependency-name: anyhow dependency-version: 1.0.102 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-crates - dependency-name: clap dependency-version: 4.5.60 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-crates ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 3e1a548 commit 59f7feb

File tree

2 files changed

+14
-14
lines changed

2 files changed

+14
-14
lines changed

Cargo.lock

Lines changed: 12 additions & 12 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
@@ -98,8 +98,8 @@ edition = "2024"
9898

9999
[workspace.dependencies]
100100
# cli deps
101-
anyhow = { version = "1.0.100", default-features = false }
102-
clap = { version = "4.5.56", features = ["derive", "env"] }
101+
anyhow = { version = "1.0.102", default-features = false }
102+
clap = { version = "4.5.60", features = ["derive", "env"] }
103103
# dev deps
104104
reqwest = { version = "0.12.24", default-features = false }
105105
rustc-build-sysroot = { version = "0.5.11", default-features = false }

0 commit comments

Comments
 (0)