diff --git a/crates/config/Cargo.toml b/crates/config/Cargo.toml index 91e40dd..a695536 100644 --- a/crates/config/Cargo.toml +++ b/crates/config/Cargo.toml @@ -7,7 +7,7 @@ license.workspace = true [dependencies] figment = { version = "0.10.19", features = ["toml"] } serde = { version = "1.0.216", features = ["derive"] } -serde_with = "3.11.0" +serde_with = "3.12.0" thiserror.workspace = true toml_edit = { version = "0.22.22", features = ["serde"] }