diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-05-28 10:51:30 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-05-28 10:51:30 +0000 |
commit | 3e36ff631907187ce143564e68545ece9ec27a1c (patch) | |
tree | 840afb3dc2bb813f6a21298921e1a67c9926c4fb | |
parent | 1a437768510de9519ac27a30ecfccb6a78816003 (diff) |
chore(deps): bump the dependencies group across 1 directory with 5 updatesdependabot/cargo/dependencies-ab97f040a4
Bumps the dependencies group with 5 updates in the / directory:
| Package | From | To |
| --- | --- | --- |
| [anyhow](https://github.com/dtolnay/anyhow) | `1.0.81` | `1.0.86` |
| [chrono](https://github.com/chronotope/chrono) | `0.4.37` | `0.4.38` |
| [itertools](https://github.com/rust-itertools/itertools) | `0.12.1` | `0.13.0` |
| [shadow-rs](https://github.com/baoyachi/shadow-rs) | `0.27.1` | `0.28.0` |
| [thiserror](https://github.com/dtolnay/thiserror) | `1.0.58` | `1.0.61` |
Updates `anyhow` from 1.0.81 to 1.0.86
- [Release notes](https://github.com/dtolnay/anyhow/releases)
- [Commits](https://github.com/dtolnay/anyhow/compare/1.0.81...1.0.86)
Updates `chrono` from 0.4.37 to 0.4.38
- [Release notes](https://github.com/chronotope/chrono/releases)
- [Changelog](https://github.com/chronotope/chrono/blob/main/CHANGELOG.md)
- [Commits](https://github.com/chronotope/chrono/compare/v0.4.37...v0.4.38)
Updates `itertools` from 0.12.1 to 0.13.0
- [Changelog](https://github.com/rust-itertools/itertools/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rust-itertools/itertools/compare/v0.12.1...v0.13.0)
Updates `shadow-rs` from 0.27.1 to 0.28.0
- [Release notes](https://github.com/baoyachi/shadow-rs/releases)
- [Changelog](https://github.com/baoyachi/shadow-rs/blob/master/CHANGELOG.md)
- [Commits](https://github.com/baoyachi/shadow-rs/compare/v0.27.1...v0.28.0)
Updates `thiserror` from 1.0.58 to 1.0.61
- [Release notes](https://github.com/dtolnay/thiserror/releases)
- [Commits](https://github.com/dtolnay/thiserror/compare/1.0.58...1.0.61)
---
updated-dependencies:
- dependency-name: anyhow
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: dependencies
- dependency-name: chrono
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: dependencies
- dependency-name: itertools
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: dependencies
- dependency-name: shadow-rs
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: dependencies
- dependency-name: thiserror
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 | 33 | ||||
-rw-r--r-- | gping/Cargo.toml | 10 | ||||
-rw-r--r-- | pinger/Cargo.toml | 4 |
3 files changed, 28 insertions, 19 deletions
@@ -94,9 +94,9 @@ dependencies = [ [[package]] name = "anyhow" -version = "1.0.81" +version = "1.0.86" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0952808a6c2afd1aa8947271f3a60f1a6763c7b912d210184c5149b5cf147247" +checksum = "b3d1d046238990b9cf5bcde22a3fb3584ee5cf65fb2765f454ed428c7a0063da" [[package]] name = "autocfg" @@ -151,9 +151,9 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" [[package]] name = "chrono" -version = "0.4.37" +version = "0.4.38" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8a0d04d43504c61aa6c7531f1871dd0d418d91130162063b789da00fd7057a5e" +checksum = "a21f936df1771bf62b77f047b726c4625ff2e8aa607c01ec06e5a05bd8463401" dependencies = [ "android-tzdata", "iana-time-zone", @@ -321,7 +321,7 @@ dependencies = [ "const_format", "crossterm", "dns-lookup", - "itertools", + "itertools 0.13.0", "pinger", "ratatui", "shadow-rs", @@ -394,6 +394,15 @@ dependencies = [ ] [[package]] +name = "itertools" +version = "0.13.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "413ee7dfc52ee1a4949ceeb7dbc8a33f2d6c088194d9f922fb8318faf1f01186" +dependencies = [ + "either", +] + +[[package]] name = "itoa" version = "1.0.10" source = "registry+https://github.com/rust-lang/crates.io-index" @@ -640,7 +649,7 @@ dependencies = [ "compact_str", "crossterm", "indoc", - "itertools", + "itertools 0.12.1", "lru", "paste", "stability", @@ -727,9 +736,9 @@ dependencies = [ [[package]] name = "shadow-rs" -version = "0.27.1" +version = "0.28.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7960cbd6ba74691bb15e7ebf97f7136bd02d1115f5695a58c1f31d5645750128" +checksum = "1d75516bdaee8f640543ad1f6e292448c23ce57143f812c3736ab4b0874383df" dependencies = [ "const_format", "is_debug", @@ -850,18 +859,18 @@ dependencies = [ [[package]] name = "thiserror" -version = "1.0.58" +version = "1.0.61" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "03468839009160513471e86a034bb2c5c0e4baae3b43f79ffc55c4a5427b3297" +checksum = "c546c80d6be4bc6a00c0f01730c08df82eaa7a7a61f11d656526506112cc1709" dependencies = [ "thiserror-impl", ] [[package]] name = "thiserror-impl" -version = "1.0.58" +version = "1.0.61" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c61f3ba182994efc43764a46c018c347bc492c79f024e705f46567b418f6d4f7" +checksum = "46c3384250002a6d5af4d114f2845d37b57521033f30d5c3f46c4d70e1197533" dependencies = [ "proc-macro2", "quote", diff --git a/gping/Cargo.toml b/gping/Cargo.toml index 9e1eb54..7b5ef5a 100644 --- a/gping/Cargo.toml +++ b/gping/Cargo.toml @@ -13,13 +13,13 @@ readme = "../readme.md" pinger = { version = "^1.1.1", path = "../pinger" } tui = { package = "ratatui", version = "0.26.0", features = ["crossterm"], default_features = false } crossterm = "0.27.0" -anyhow = "1.0.81" +anyhow = "1.0.86" dns-lookup = "2.0.0" -chrono = "0.4.37" -itertools = "0.12.1" -shadow-rs = { version = "0.27.1", default_features = false } +chrono = "0.4.38" +itertools = "0.13.0" +shadow-rs = { version = "0.28.0", default_features = false } const_format = "0.2.32" clap = { version = "4.5.4", features = ["derive"] } [build-dependencies] -shadow-rs = { version = "0.27.1", default_features = false } +shadow-rs = { version = "0.28.0", default_features = false } diff --git a/pinger/Cargo.toml b/pinger/Cargo.toml index 06d537d..7a60d16 100644 --- a/pinger/Cargo.toml +++ b/pinger/Cargo.toml @@ -8,8 +8,8 @@ description = "A small cross-platform library to execute the ping command and pa repository = "https://github.com/orf/pinger/" [dependencies] -anyhow = "1.0.81" -thiserror = "1.0.58" +anyhow = "1.0.86" +thiserror = "1.0.61" rand = "0.8.5" lazy-regex = "3.1.0" |