Skip to content

Commit 554d2c0

Browse files
build(deps): bump the cargo-crates group across 1 directory with 6 updates
Bumps the cargo-crates group with 5 updates in the / directory: | Package | From | To | | --- | --- | --- | | [anyhow](https://github.com/dtolnay/anyhow) | `1.0.93` | `1.0.94` | | [clap](https://github.com/clap-rs/clap) | `4.5.21` | `4.5.23` | | [tracing-subscriber](https://github.com/tokio-rs/tracing) | `0.3.18` | `0.3.19` | | [libc](https://github.com/rust-lang/libc) | `0.2.164` | `0.2.168` | | [thiserror](https://github.com/dtolnay/thiserror) | `2.0.3` | `2.0.6` | Updates `anyhow` from 1.0.93 to 1.0.94 - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](dtolnay/anyhow@1.0.93...1.0.94) Updates `clap` from 4.5.21 to 4.5.23 - [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.21...clap_complete-v4.5.23) Updates `tracing-subscriber` from 0.3.18 to 0.3.19 - [Release notes](https://github.com/tokio-rs/tracing/releases) - [Commits](tokio-rs/tracing@tracing-subscriber-0.3.18...tracing-subscriber-0.3.19) Updates `libc` from 0.2.164 to 0.2.168 - [Release notes](https://github.com/rust-lang/libc/releases) - [Changelog](https://github.com/rust-lang/libc/blob/0.2.168/CHANGELOG.md) - [Commits](rust-lang/libc@0.2.164...0.2.168) Updates `thiserror` from 2.0.3 to 2.0.6 - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](dtolnay/thiserror@2.0.3...2.0.6) Updates `tracing` from 0.1.40 to 0.1.41 - [Release notes](https://github.com/tokio-rs/tracing/releases) - [Commits](tokio-rs/tracing@tracing-0.1.40...tracing-0.1.41) --- updated-dependencies: - dependency-name: anyhow dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-crates - dependency-name: clap dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-crates - dependency-name: tracing-subscriber dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-crates - dependency-name: libc dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-crates - dependency-name: thiserror dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-crates - dependency-name: tracing dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-crates ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 5a46e29 commit 554d2c0

File tree

2 files changed

+28
-28
lines changed

2 files changed

+28
-28
lines changed

Cargo.lock

Lines changed: 24 additions & 24 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ edition = "2021"
1717

1818
[dependencies]
1919
# cli deps
20-
anyhow = "1.0.92"
21-
clap = { version = "4.5.21", features = ["derive"] }
20+
anyhow = "1.0.94"
21+
clap = { version = "4.5.23", features = ["derive"] }
2222
tracing-appender = "0.2"
2323
tracing-subscriber = { version = "0.3", features = ["env-filter", "registry"] }
2424
tracing-tree = "0.4"
@@ -27,10 +27,10 @@ tracing-tree = "0.4"
2727
ar = { version = "0.9.0" }
2828
aya-rustc-llvm-proxy = { version = "0.9.3", optional = true }
2929
gimli = { version = "0.31.1" }
30-
libc = { version = "0.2.164" }
30+
libc = { version = "0.2.168" }
3131
llvm-sys = { features = ["disable-alltargets-init"], version = "191.0.0" }
3232
log = { version = "0.4.22" }
33-
thiserror = { version = "2.0.3" }
33+
thiserror = { version = "2.0.6" }
3434
tracing = "0.1"
3535

3636
[dev-dependencies]

0 commit comments

Comments
 (0)