From 930bf3891c5a1279b23e16f3f10ce02c47b9b4cb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 16 Mar 2024 04:11:46 +0000 Subject: [PATCH] fix(deps): update rust crate figment to 0.10.15 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index bd9af4f0..20c83ab1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -702,9 +702,9 @@ checksum = "1676f435fc1dadde4d03e43f5d62b259e1ce5f40bd4ffb21db2b42ebe59c1382" [[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 53a966c4..821cee14 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -219,7 +219,7 @@ default-features = false # Used for reading the configuration from conduit.toml & environment variables [dependencies.figment] -version = "0.10.14" +version = "0.10.15" features = [ "env", "toml",