From cd7efc4a930cf60be1013e57d392f57c9bed4376 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Jan 2024 06:26:57 +0000 Subject: [PATCH] Bump figment from 0.10.13 to 0.10.14 Bumps [figment](https://github.com/SergioBenitez/Figment) from 0.10.13 to 0.10.14. - [Commits](https://github.com/SergioBenitez/Figment/compare/v0.10.13...v0.10.14) --- 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 662b7357..42dd01e7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -682,9 +682,9 @@ checksum = "27573eac26f4dd11e2b1916c3fe1baa56407c83c71a773a8ba17ec0bca03b6b7" [[package]] name = "figment" -version = "0.10.13" +version = "0.10.14" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7629b8c7bcd214a072c2c88b263b5bb3ceb54c34365d8c41c1665461aeae0993" +checksum = "2b6e5bc7bd59d60d0d45a6ccab6cf0f4ce28698fb4e81e750ddf229c9b824026" dependencies = [ "atomic", "pear", diff --git a/Cargo.toml b/Cargo.toml index 96bf2103..e6b82261 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -94,7 +94,7 @@ sha2 = { version = "0.10.8" } clap = { version = "4.4.17", default-features = false, features = ["std", "derive", "help", "usage", "error-context"] } futures-util = { version = "0.3.30", default-features = false } # Used for reading the configuration from conduit.toml & environment variables -figment = { version = "0.10.13", features = ["env", "toml"] } +figment = { version = "0.10.14", features = ["env", "toml"] } tikv-jemalloc-ctl = { version = "0.5.0", features = ["use_std"], optional = true } tikv-jemallocator = { version = "0.5.0", features = ["unprefixed_malloc_on_supported_platforms"], optional = true }