diff --git a/Cargo.lock b/Cargo.lock index 4d916ea..cd2ef5d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -159,7 +159,7 @@ dependencies = [ "ark-std 0.4.0", "derivative", "digest 0.10.7", - "itertools 0.10.5", + "itertools", "num-bigint", "num-traits", "paste", @@ -615,7 +615,7 @@ dependencies = [ "clap", "criterion-plot", "is-terminal", - "itertools 0.10.5", + "itertools", "num-traits", "once_cell", "oorandom", @@ -636,7 +636,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "6b50826342786a51a89e2da3a28f1c32b06e387201bc2d19791f622c673706b1" dependencies = [ "cast", - "itertools 0.10.5", + "itertools", ] [[package]] @@ -1328,15 +1328,6 @@ dependencies = [ "either", ] -[[package]] -name = "itertools" -version = "0.11.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b1c173a5686ce8bfa551b3563d0c2170bf24ca44da99c7ca4bfdab5418c3fe57" -dependencies = [ - "either", -] - [[package]] name = "itoa" version = "1.0.10" @@ -1911,7 +1902,7 @@ checksum = "c55e02e35260070b6f716a2423c2ff1c3bb1642ddca6f99e1f26d06268a0e2d2" dependencies = [ "bytes", "heck", - "itertools 0.11.0", + "itertools", "log", "multimap", "once_cell", @@ -1932,7 +1923,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "efb6c9a1dd1def8e2124d17e83a20af56f1570d6c2d2bd9e266ccb768df3840e" dependencies = [ "anyhow", - "itertools 0.11.0", + "itertools", "proc-macro2", "quote", "syn 2.0.52", @@ -2518,7 +2509,7 @@ dependencies = [ [[package]] name = "sf-protos" version = "0.1.0" -source = "git+https://github.com/semiotic-ai/sf-protos.git?branch=main#d9abf1b30826960efdf02cd63c5c1279c63e6700" +source = "git+https://github.com/semiotic-ai/sf-protos.git#d9abf1b30826960efdf02cd63c5c1279c63e6700" dependencies = [ "prost", "prost-build", diff --git a/Cargo.toml b/Cargo.toml index c00986c..fa0a810 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,7 +21,7 @@ rayon = "1.8.0" ethereum-types = "=0.14.1" bincode = "1.3.3" tokio = { version = "1.35.0", features = ["full"] } -sf-protos = { git = "https://github.com/semiotic-ai/sf-protos.git", branch = "main" } +sf-protos = { git = "https://github.com/semiotic-ai/sf-protos.git", version = "0.1.0" } prost = "0.12.3" prost-types = "0.12.3"