From 4ed6de29191e915ec1d05b895dbeacd892e9de1b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jan 2024 06:14:24 +0000 Subject: [PATCH] Bump figment from 0.10.12 to 0.10.13 Bumps [figment](https://github.com/SergioBenitez/Figment) from 0.10.12 to 0.10.13. - [Commits](https://github.com/SergioBenitez/Figment/commits) --- 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 93733f39..7d5ac735 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -755,9 +755,9 @@ checksum = "d0870c84016d4b481be5c9f323c24f65e31e901ae618f0e80f4308fb00de1d2d" [[package]] name = "figment" -version = "0.10.12" +version = "0.10.13" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "649f3e5d826594057e9a519626304d8da859ea8a0b18ce99500c586b8d45faee" +checksum = "7629b8c7bcd214a072c2c88b263b5bb3ceb54c34365d8c41c1665461aeae0993" dependencies = [ "atomic", "pear", diff --git a/Cargo.toml b/Cargo.toml index 45e5709d..23a8af12 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -101,7 +101,7 @@ sha2 = { version = "0.10.8" } clap = { version = "4.4.12", 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.12", features = ["env", "toml"] } +figment = { version = "0.10.13", 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 }