From c0f93338e904d56ce9f3c857fe519c3e99286e26 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Apr 2024 08:44:42 +0000 Subject: [PATCH] chore: Bump figment from 0.10.16 to 0.10.17 Bumps [figment](https://github.com/SergioBenitez/Figment) from 0.10.16 to 0.10.17. - [Commits](https://github.com/SergioBenitez/Figment/commits) --- updated-dependencies: - dependency-name: figment dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- fatigue/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 18452fc..fa56b38 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -520,9 +520,9 @@ dependencies = [ [[package]] name = "figment" -version = "0.10.16" +version = "0.10.17" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fdefe49ed1057d124dc81a0681c30dd07de56ad96e32adc7b64e8f28eaab31c4" +checksum = "752eb150770d6f51eb24d60e3ff84a2c24ccc5e5b3b0f550917ce5ec77c13fe4" dependencies = [ "atomic 0.6.0", "pear", diff --git a/fatigue/Cargo.toml b/fatigue/Cargo.toml index d0f90cc..df89d29 100644 --- a/fatigue/Cargo.toml +++ b/fatigue/Cargo.toml @@ -14,7 +14,7 @@ license = "Apache-2.0" clap = { version = "4.1.9", features = ["derive"] } console = "0.15.8" crossterm = "0.27.0" -figment = { version = "0.10.16", features = ["env", "yaml"] } +figment = { version = "0.10.17", features = ["env", "yaml"] } humantime = "2.1.0" itertools = "0.12.1" libfatigue = { path = "../libfatigue", version = "0.2.15" }