diff --git a/ators/Cargo.toml b/ators/Cargo.toml index bb5278f..62e8455 100644 --- a/ators/Cargo.toml +++ b/ators/Cargo.toml @@ -22,7 +22,7 @@ itertools = "0.10.5" memmap2 = "0.5.10" object = "0.31.0" gimli = "0.27.2" -fallible-iterator = "0.2.0" +fallible-iterator = "0.3.0" uuid = "1.3.1" [dev-dependencies] diff --git a/atorsl/Cargo.toml b/atorsl/Cargo.toml index 4d71bd0..199f146 100644 --- a/atorsl/Cargo.toml +++ b/atorsl/Cargo.toml @@ -14,7 +14,7 @@ publish.workspace = true build = "build.rs" [dependencies] -fallible-iterator = "0.2.0" +fallible-iterator = "0.3.0" itertools = "0.10.5" thiserror = "1.0.40" memmap2 = "0.5.10"