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 }