From 3b0c2e8eb58453dd61abd681551605e596d6da2a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 May 2023 20:00:11 +0000 Subject: [PATCH] build(deps): bump figment from 0.10.8 to 0.10.9 Bumps [figment](https://github.com/SergioBenitez/Figment) from 0.10.8 to 0.10.9. - [Commits](https://github.com/SergioBenitez/Figment/compare/v0.10.8...v0.10.9) --- updated-dependencies: - dependency-name: figment dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- crates/config/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b7021d4e..57b8ac49 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2021,9 +2021,9 @@ dependencies = [ [[package]] name = "figment" -version = "0.10.8" +version = "0.10.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4e56602b469b2201400dec66a66aec5a9b8761ee97cd1b8c96ab2483fcc16cc9" +checksum = "05d79dace1d256182aa00f1ead2e5042558f420af2e1ed24dd79e00214e9ed99" dependencies = [ "atomic", "parking_lot 0.12.1", diff --git a/crates/config/Cargo.toml b/crates/config/Cargo.toml index b5ae6660..9908faaf 100644 --- a/crates/config/Cargo.toml +++ b/crates/config/Cargo.toml @@ -15,7 +15,7 @@ anyhow = "1.0.71" camino = { version = "1.1.4", features = ["serde1"] } chrono = { version = "0.4.24", features = ["serde"] } -figment = { version = "0.10.8", features = ["env", "yaml", "test"] } +figment = { version = "0.10.9", features = ["env", "yaml", "test"] } schemars = { version = "0.8.12", features = ["url", "chrono"] } ulid = { version = "1.0.0", features = ["serde"] } url = { version = "2.3.1", features = ["serde"] }