diff --git a/Cargo.lock b/Cargo.lock index 01cd9faf3..7edd92cb9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1776,9 +1776,9 @@ dependencies = [ [[package]] name = "figment" -version = "0.10.15" +version = "0.10.18" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7270677e7067213e04f323b55084586195f18308cd7546cfac9f873344ccceb6" +checksum = "d032832d74006f99547004d49410a4b4218e4c33382d56ca3ff89df74f86b953" dependencies = [ "atomic", "parking_lot", diff --git a/Cargo.toml b/Cargo.toml index 79bd3be46..3125a14a5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -80,7 +80,7 @@ features = ["derive"] # Configuration loading [workspace.dependencies.figment] -version = "0.10.15" +version = "0.10.18" features = ["env", "yaml", "test"] # HTTP headers