diff --git a/Cargo.lock b/Cargo.lock index 4b2bb84ab..3c49b2be7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1734,9 +1734,9 @@ dependencies = [ [[package]] name = "figment" -version = "0.10.14" +version = "0.10.15" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2b6e5bc7bd59d60d0d45a6ccab6cf0f4ce28698fb4e81e750ddf229c9b824026" +checksum = "7270677e7067213e04f323b55084586195f18308cd7546cfac9f873344ccceb6" dependencies = [ "atomic", "parking_lot", diff --git a/crates/config/Cargo.toml b/crates/config/Cargo.toml index 4244045f4..ba0d24caa 100644 --- a/crates/config/Cargo.toml +++ b/crates/config/Cargo.toml @@ -21,7 +21,7 @@ anyhow.workspace = true camino = { workspace = true, features = ["serde1"] } chrono.workspace = true -figment = { version = "0.10.14", features = ["env", "yaml", "test"] } +figment = { version = "0.10.15", features = ["env", "yaml", "test"] } ipnetwork = { version = "0.20.0", features = ["serde", "schemars"] } schemars.workspace = true ulid.workspace = true