diff --git a/Cargo.toml b/Cargo.toml index 788d6df22..809545033 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -36,7 +36,7 @@ downcast-rs = "1.2.0" enum_dispatch = "0.3.11" html-escape = "0.2.13" itertools = "0.13.0" -jsonschema = "0.18.0" +jsonschema = "0.19.1" lazy_static = "1.4.0" num-rational = "0.4.1" paste = "1.0" @@ -49,7 +49,7 @@ rstest = "0.22.0" serde = "1.0" serde_json = "1.0.97" serde_yaml = "0.9.19" -smol_str = "0.2.0" +smol_str = "0.3.1" strum = "0.26.1" strum_macros = "0.26.1" thiserror = "1.0.28"