diff --git a/Cargo.toml b/Cargo.toml index 3ecd2a8c9..3f223a2b1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -42,17 +42,17 @@ 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" -petgraph = { version = "0.6.3", default-features = false } +petgraph = { version = "0.7.1", default-features = false } proptest = "1.4.0" proptest-derive = "0.5.0" regex = "1.9.5" regex-syntax = "0.8.3" -rstest = "0.23.0" +rstest = "0.24.0" serde = "1.0" serde_json = "1.0.97" serde_yaml = "0.9.19"