diff --git a/Cargo.lock b/Cargo.lock index feb3f67..89860e1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1250,9 +1250,9 @@ checksum = "8f518f335dce6725a761382244631d86cf0ccb2863413590b31338feb467f9c3" [[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 ebcd032..dc7d249 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -31,7 +31,7 @@ serde = {version = "1", features = ["derive"]} serde_json = "1" reqwest = {version = "0.12.4", features = ["json"]} uuid = {version = "1.8.0", features = ["v4", "serde"]} -itertools = {version = "0.12.1"} +itertools = {version = "0.13.0"} sled = "0.34.7" chrono = {version = "0.4.38", features = ["serde"]} \ No newline at end of file