From f71f588cda15ed0c05e37bb756f835183b5ebab4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Jan 2024 08:12:32 +0000 Subject: [PATCH] chore: Bump figment from 0.10.13 to 0.10.14 Bumps [figment](https://github.com/SergioBenitez/Figment) from 0.10.13 to 0.10.14. - [Commits](https://github.com/SergioBenitez/Figment/compare/v0.10.13...v0.10.14) --- 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 54b6779..08954f9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -514,9 +514,9 @@ dependencies = [ [[package]] name = "figment" -version = "0.10.13" +version = "0.10.14" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7629b8c7bcd214a072c2c88b263b5bb3ceb54c34365d8c41c1665461aeae0993" +checksum = "2b6e5bc7bd59d60d0d45a6ccab6cf0f4ce28698fb4e81e750ddf229c9b824026" dependencies = [ "atomic 0.6.0", "pear", diff --git a/fatigue/Cargo.toml b/fatigue/Cargo.toml index fd91cd7..b67eb79 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.13", features = ["env", "yaml"] } +figment = { version = "0.10.14", features = ["env", "yaml"] } humantime = "2.1.0" itertools = "0.12.0" libfatigue = { path = "../libfatigue", version = "0.2.14" }