diff --git a/model/Cargo.toml b/model/Cargo.toml index 29b09af..4e84913 100644 --- a/model/Cargo.toml +++ b/model/Cargo.toml @@ -6,5 +6,5 @@ edition = "2021" [dependencies] enumset = "1.1" anyhow = "1.0" -itertools = "0.13" +itertools = "0.14" tracing = "0.1.41" diff --git a/vm/Cargo.toml b/vm/Cargo.toml index a4c96e6..541978f 100644 --- a/vm/Cargo.toml +++ b/vm/Cargo.toml @@ -12,5 +12,5 @@ simple-error = "0.3" log = "0.4.17" lazy_static = "1.4.0" anyhow = "1.0" -itertools = "0.13" +itertools = "0.14" tracing = "0.1.41"