From a9add5c63ee061f23a3d200ffad008fa8ec06402 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Apr 2024 14:45:49 +0000 Subject: [PATCH] build(deps): bump figment from 0.10.15 to 0.10.18 Bumps [figment](https://github.com/SergioBenitez/Figment) from 0.10.15 to 0.10.18. - [Commits](https://github.com/SergioBenitez/Figment/compare/v0.10.15...v0.10.18) --- 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 01cd9faf3..7edd92cb9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1776,9 +1776,9 @@ dependencies = [ [[package]] name = "figment" -version = "0.10.15" +version = "0.10.18" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7270677e7067213e04f323b55084586195f18308cd7546cfac9f873344ccceb6" +checksum = "d032832d74006f99547004d49410a4b4218e4c33382d56ca3ff89df74f86b953" dependencies = [ "atomic", "parking_lot", diff --git a/Cargo.toml b/Cargo.toml index 79bd3be46..3125a14a5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -80,7 +80,7 @@ features = ["derive"] # Configuration loading [workspace.dependencies.figment] -version = "0.10.15" +version = "0.10.18" features = ["env", "yaml", "test"] # HTTP headers