diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-09-16 10:16:09 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-09-16 10:16:09 +0000 |
commit | cc89db0d8f9117b2bd6f04838304c058f8f7a1b0 (patch) | |
tree | 817b12c8b8511565bb073b6a67489cf011d533f7 | |
parent | 63b18d5e6d4dd8221841093592ab304850ad810a (diff) |
chore(deps): bump the dependencies group across 1 directory with 4 updatesdependabot/cargo/dependencies-25e3c39f8c
Bumps the dependencies group with 4 updates in the / directory: [anyhow](https://github.com/dtolnay/anyhow), [shadow-rs](https://github.com/baoyachi/shadow-rs), [const_format](https://github.com/rodrimati1992/const_format_crates) and [clap](https://github.com/clap-rs/clap).
Updates `anyhow` from 1.0.86 to 1.0.89
- [Release notes](https://github.com/dtolnay/anyhow/releases)
- [Commits](https://github.com/dtolnay/anyhow/compare/1.0.86...1.0.89)
Updates `shadow-rs` from 0.33.0 to 0.35.0
- [Release notes](https://github.com/baoyachi/shadow-rs/releases)
- [Commits](https://github.com/baoyachi/shadow-rs/compare/v0.33.0...v0.35.0)
Updates `const_format` from 0.2.32 to 0.2.33
- [Release notes](https://github.com/rodrimati1992/const_format_crates/releases)
- [Changelog](https://github.com/rodrimati1992/const_format_crates/blob/master/Changelog.md)
- [Commits](https://github.com/rodrimati1992/const_format_crates/commits)
Updates `clap` from 4.5.16 to 4.5.17
- [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/clap_complete-v4.5.16...clap_complete-v4.5.17)
---
updated-dependencies:
- dependency-name: anyhow
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: dependencies
- dependency-name: shadow-rs
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: dependencies
- dependency-name: const_format
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: dependencies
- dependency-name: clap
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: dependencies
...
Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r-- | Cargo.lock | 24 | ||||
-rw-r--r-- | gping/Cargo.toml | 10 | ||||
-rw-r--r-- | pinger/Cargo.toml | 2 |
3 files changed, 18 insertions, 18 deletions
@@ -95,9 +95,9 @@ dependencies = [ [[package]] name = "anyhow" -version = "1.0.86" +version = "1.0.89" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b3d1d046238990b9cf5bcde22a3fb3584ee5cf65fb2765f454ed428c7a0063da" +checksum = "86fdf8605db99b54d3cd748a44c6d04df638eb5dafb219b135d0149bd0db01f6" [[package]] name = "autocfg" @@ -169,9 +169,9 @@ dependencies = [ [[package]] name = "clap" -version = "4.5.16" +version = "4.5.17" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ed6719fffa43d0d87e5fd8caeab59be1554fb028cd30edc88fc4369b17971019" +checksum = "3e5a21b8495e732f1b3c364c9949b201ca7bae518c502c80256c96ad79eaf6ac" dependencies = [ "clap_builder", "clap_derive", @@ -179,9 +179,9 @@ dependencies = [ [[package]] name = "clap_builder" -version = "4.5.15" +version = "4.5.17" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "216aec2b177652e3846684cbfe25c9964d18ec45234f0f5da5157b207ed1aab6" +checksum = "8cf2dd12af7a047ad9d6da2b6b249759a22a7abc0f474c1dae1777afa4b21a73" dependencies = [ "anstream", "anstyle", @@ -229,18 +229,18 @@ dependencies = [ [[package]] name = "const_format" -version = "0.2.32" +version = "0.2.33" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e3a214c7af3d04997541b18d432afaff4c455e79e2029079647e72fc2bd27673" +checksum = "50c655d81ff1114fb0dcdea9225ea9f0cc712a6f8d189378e82bdf62a473a64b" dependencies = [ "const_format_proc_macros", ] [[package]] name = "const_format_proc_macros" -version = "0.2.32" +version = "0.2.33" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c7f6ff08fd20f4f299298a28e2dfa8a8ba1036e6cd2460ac1de7b425d76f2500" +checksum = "eff1a44b93f47b1bac19a27932f5c591e43d1ba357ee4f61526c8a25603f0eb1" dependencies = [ "proc-macro2", "quote", @@ -776,9 +776,9 @@ dependencies = [ [[package]] name = "shadow-rs" -version = "0.33.0" +version = "0.35.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8a3978e7641f86a78c2f619f9b13bdffb4e43a1d5119f39eb03d1bc5ac61daaf" +checksum = "fca0e9bdc073d7173ba993fb7886477af5df75588b57afcb4b96f21911ab0bfa" dependencies = [ "const_format", "is_debug", diff --git a/gping/Cargo.toml b/gping/Cargo.toml index 1bcd827..7715970 100644 --- a/gping/Cargo.toml +++ b/gping/Cargo.toml @@ -13,13 +13,13 @@ readme = "../readme.md" pinger = { version = "^1.2.3", path = "../pinger" } tui = { package = "ratatui", version = "0.28.1", features = ["crossterm"], default-features = false } crossterm = "0.28.1" -anyhow = "1.0.81" +anyhow = "1.0.89" dns-lookup = "2.0.0" chrono = "0.4.37" itertools = "0.13.0" -shadow-rs = { version = "0.33.0", default-features = false } -const_format = "0.2.32" -clap = { version = "4.5.4", features = ["derive"] } +shadow-rs = { version = "0.35.0", default-features = false } +const_format = "0.2.33" +clap = { version = "4.5.17", features = ["derive"] } [build-dependencies] -shadow-rs = { version = "0.33.0", default-features = false } +shadow-rs = { version = "0.35.0", default-features = false } diff --git a/pinger/Cargo.toml b/pinger/Cargo.toml index 71d5b60..b328507 100644 --- a/pinger/Cargo.toml +++ b/pinger/Cargo.toml @@ -8,7 +8,7 @@ description = "A small cross-platform library to execute the ping command and pa repository = "https://github.com/orf/pinger/" [dependencies] -anyhow = "1.0.81" +anyhow = "1.0.89" thiserror = "1.0.58" rand = "0.8.5" lazy-regex = "3.1.0" |