diff --git a/Cargo.lock b/Cargo.lock index e4221b3..9a6428d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2517,9 +2517,9 @@ dependencies = [ [[package]] name = "itertools" -version = "0.13.0" +version = "0.14.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "413ee7dfc52ee1a4949ceeb7dbc8a33f2d6c088194d9f922fb8318faf1f01186" +checksum = "2b192c782037fadd9cfa75548310488aabdbf3d2da73885b31bd0abd03351285" dependencies = [ "either", ] @@ -3924,7 +3924,7 @@ dependencies = [ "futures", "humantime", "humantime-serde", - "itertools 0.13.0", + "itertools 0.14.0", "rust_decimal", "serde", "serde_json", diff --git a/Cargo.toml b/Cargo.toml index 5f9d62a..73edd82 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,7 +23,7 @@ eyre = { version = "0.6", default-features = false } futures = { version = "0.3", default-features = false } futures-util = { version = "0.3", default-features = false } humantime = "2.1.0" -itertools = "0.13" +itertools = "0.14" log = { version = "0.4", default-features = false } once_cell = { version = "1.20", default-features = false } rust_decimal = { version = "1.36", default-features = false }