From dc6685eb33860c0df5c0817f27352e7915883e7c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Mar 2024 17:45:07 +0000 Subject: [PATCH] build(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 ++-- crates/config/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 4b2bb84ab..3c49b2be7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1734,9 +1734,9 @@ dependencies = [ [[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", "parking_lot", diff --git a/crates/config/Cargo.toml b/crates/config/Cargo.toml index 4244045f4..ba0d24caa 100644 --- a/crates/config/Cargo.toml +++ b/crates/config/Cargo.toml @@ -21,7 +21,7 @@ anyhow.workspace = true camino = { workspace = true, features = ["serde1"] } chrono.workspace = true -figment = { version = "0.10.14", features = ["env", "yaml", "test"] } +figment = { version = "0.10.15", features = ["env", "yaml", "test"] } ipnetwork = { version = "0.20.0", features = ["serde", "schemars"] } schemars.workspace = true ulid.workspace = true