diff --git a/Cargo.lock b/Cargo.lock index 29a1a76..b56ceb7 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 = "ahash" @@ -771,9 +771,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", ] @@ -800,7 +800,7 @@ dependencies = [ "async-std", "csv", "futures", - "itertools 0.13.0", + "itertools 0.14.0", "sqlx", "tempfile", ] diff --git a/Cargo.toml b/Cargo.toml index db63579..19df678 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,4 +9,4 @@ async-std = { version = "1.12.0", features = [ "attributes" ] } futures = "0.3.30" csv = "1.3.0" tempfile = "3.10.1" -itertools = "0.13.0" +itertools = "0.14.0"