From 638f5a45d9acee374a43e267c0c835825f0cf2f6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Mar 2024 17:34:40 +0000 Subject: [PATCH] chore(deps): bump figment from 0.10.14 to 0.10.15 Bumps [figment](https://github.com/SergioBenitez/Figment) from 0.10.14 to 0.10.15. - [Commits](https://github.com/SergioBenitez/Figment/compare/v0.10.14...v0.10.15) --- updated-dependencies: - dependency-name: figment dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 89576d5..ef39316 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1253,9 +1253,9 @@ checksum = "25cbce373ec4653f1a01a31e8a5e5ec0c622dc27ff9c4e6606eefef5cbbed4a5" [[package]] name = "figment" -version = "0.10.14" +version = "0.10.15" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2b6e5bc7bd59d60d0d45a6ccab6cf0f4ce28698fb4e81e750ddf229c9b824026" +checksum = "7270677e7067213e04f323b55084586195f18308cd7546cfac9f873344ccceb6" dependencies = [ "atomic", "pear", diff --git a/Cargo.toml b/Cargo.toml index 4fa0e5c..be9c7f3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,7 @@ color-eyre = { version = "0.6.2", features = ["issue-url"] } crossterm = "0.27.0" directories = "5.0.1" email-lib = "=0.22.3" -figment = { version = "0.10.14", features = ["env", "toml"] } +figment = { version = "0.10.15", features = ["env", "toml"] } himalaya = "1.0.0-beta.3" ratatui = "0.26.1" serde = "1.0.196"