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 }