diff --git a/Cargo.lock b/Cargo.lock index b7021d4e..57b8ac49 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2021,9 +2021,9 @@ dependencies = [ [[package]] name = "figment" -version = "0.10.8" +version = "0.10.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4e56602b469b2201400dec66a66aec5a9b8761ee97cd1b8c96ab2483fcc16cc9" +checksum = "05d79dace1d256182aa00f1ead2e5042558f420af2e1ed24dd79e00214e9ed99" dependencies = [ "atomic", "parking_lot 0.12.1", diff --git a/crates/config/Cargo.toml b/crates/config/Cargo.toml index b5ae6660..9908faaf 100644 --- a/crates/config/Cargo.toml +++ b/crates/config/Cargo.toml @@ -15,7 +15,7 @@ anyhow = "1.0.71" camino = { version = "1.1.4", features = ["serde1"] } chrono = { version = "0.4.24", features = ["serde"] } -figment = { version = "0.10.8", features = ["env", "yaml", "test"] } +figment = { version = "0.10.9", features = ["env", "yaml", "test"] } schemars = { version = "0.8.12", features = ["url", "chrono"] } ulid = { version = "1.0.0", features = ["serde"] } url = { version = "2.3.1", features = ["serde"] }