diff --git a/Cargo.lock b/Cargo.lock index 7ad65b1..906fc9c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1135,9 +1135,9 @@ checksum = "7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf" [[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/Cargo.toml b/Cargo.toml index 1f3aab8..a68a233 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -52,7 +52,7 @@ sqlx = { version = "0.8.1", features = ["runtime-tokio", "tls-rustls", "postgres # Time chrono = "0.4" -itertools = "0.12.1" +itertools = "0.13.0" [dev-dependencies] insta = "1.26"