From c382fbd86c19d767edcebe64030896e3c0e22e1e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Apr 2024 08:06:51 +0000 Subject: [PATCH] chore: Bump figment from 0.10.15 to 0.10.16 Bumps [figment](https://github.com/SergioBenitez/Figment) from 0.10.15 to 0.10.16. - [Commits](https://github.com/SergioBenitez/Figment/compare/v0.10.15...v0.10.16) --- 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 ffbfbcc..124b17a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -520,9 +520,9 @@ dependencies = [ [[package]] name = "figment" -version = "0.10.15" +version = "0.10.16" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7270677e7067213e04f323b55084586195f18308cd7546cfac9f873344ccceb6" +checksum = "fdefe49ed1057d124dc81a0681c30dd07de56ad96e32adc7b64e8f28eaab31c4" dependencies = [ "atomic 0.6.0", "pear", diff --git a/fatigue/Cargo.toml b/fatigue/Cargo.toml index f918c6e..1927ff0 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.15", features = ["env", "yaml"] } +figment = { version = "0.10.16", features = ["env", "yaml"] } humantime = "2.1.0" itertools = "0.12.1" libfatigue = { path = "../libfatigue", version = "0.2.15" }