diff --git a/Cargo.lock b/Cargo.lock index 1e388bc3..09043613 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,6 +1,6 @@ # This file is automatically @generated by Cargo. # It is not intended for manual editing. -version = 3 +version = 4 [[package]] name = "addr2line" @@ -631,25 +631,22 @@ dependencies = [ [[package]] name = "criterion" -version = "0.5.1" +version = "0.7.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f2b12d017a929603d80db1831cd3a24082f8137ce19c69e6447f54f5fc8d692f" +checksum = "e1c047a62b0cc3e145fa84415a3191f628e980b194c2755aa12300a4e6cbd928" dependencies = [ "anes", "cast", "ciborium", "clap", "criterion-plot", - "is-terminal", - "itertools 0.10.5", + "itertools 0.13.0", "num-traits", - "once_cell", "oorandom", "plotters", "rayon", "regex", "serde", - "serde_derive", "serde_json", "tinytemplate", "walkdir", @@ -657,12 +654,12 @@ dependencies = [ [[package]] name = "criterion-plot" -version = "0.5.0" +version = "0.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6b50826342786a51a89e2da3a28f1c32b06e387201bc2d19791f622c673706b1" +checksum = "9b1bcc0dc7dfae599d84ad0b1a55f80cde8af3725da8313b528da95ef783e338" dependencies = [ "cast", - "itertools 0.10.5", + "itertools 0.13.0", ] [[package]] @@ -1365,17 +1362,6 @@ dependencies = [ "libc", ] -[[package]] -name = "is-terminal" -version = "0.4.16" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e04d7f318608d35d4b61ddd75cbdaee86b023ebe2bd5a66ee0915f0bf93095a9" -dependencies = [ - "hermit-abi", - "libc", - "windows-sys 0.59.0", -] - [[package]] name = "is_terminal_polyfill" version = "1.70.1" @@ -1384,18 +1370,18 @@ checksum = "7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf" [[package]] name = "itertools" -version = "0.10.5" +version = "0.12.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473" +checksum = "ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569" dependencies = [ "either", ] [[package]] name = "itertools" -version = "0.12.1" +version = "0.13.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569" +checksum = "413ee7dfc52ee1a4949ceeb7dbc8a33f2d6c088194d9f922fb8318faf1f01186" dependencies = [ "either", ] diff --git a/libs/aicrm-sdk/Cargo.toml b/libs/aicrm-sdk/Cargo.toml index 0cb73414..272ac020 100644 --- a/libs/aicrm-sdk/Cargo.toml +++ b/libs/aicrm-sdk/Cargo.toml @@ -70,7 +70,7 @@ clap = { workspace = true } tokio-test = "0.4" mockall = { workspace = true } proptest = { workspace = true } -criterion = "0.5" +criterion = "0.7" [features] default = ["std"] diff --git a/libs/biscol/Cargo.toml b/libs/biscol/Cargo.toml index f0045e01..b7d84a32 100644 --- a/libs/biscol/Cargo.toml +++ b/libs/biscol/Cargo.toml @@ -55,7 +55,7 @@ tracing = { workspace = true } tokio-test = "0.4" proptest = { workspace = true } quickcheck = { workspace = true } -criterion = "0.5" +criterion = "0.7" [features] default = ["std"] diff --git a/libs/cci-sat/Cargo.toml b/libs/cci-sat/Cargo.toml index 02af18e5..4ff4cbc9 100644 --- a/libs/cci-sat/Cargo.toml +++ b/libs/cci-sat/Cargo.toml @@ -63,7 +63,7 @@ sha2 = { workspace = true } tokio-test = "0.4" wiremock = { workspace = true } proptest = { workspace = true } -criterion = "0.5" +criterion = "0.7" [features] default = ["std", "lightning"] diff --git a/libs/imo-eo/Cargo.toml b/libs/imo-eo/Cargo.toml index bb74c61e..201c8ef0 100644 --- a/libs/imo-eo/Cargo.toml +++ b/libs/imo-eo/Cargo.toml @@ -69,7 +69,7 @@ clap = { workspace = true } tokio-test = "0.4" mockall = { workspace = true } proptest = { workspace = true } -criterion = "0.5" +criterion = "0.7" [features] default = ["std"]