diff --git a/Cargo.toml b/Cargo.toml index 25ec5a5c2..6655c65a6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -42,8 +42,8 @@ derive_more = "1.0.0" downcast-rs = "1.2.0" enum_dispatch = "0.3.11" html-escape = "0.2.13" -itertools = "0.13.0" -jsonschema = "0.27.0" +itertools = "0.14.0" +jsonschema = "0.28.1" lazy_static = "1.4.0" num-rational = "0.4.1" paste = "1.0"