From 97445670ab5ccf9952c45aef2138652443b3e3fa Mon Sep 17 00:00:00 2001 From: Kasper Juul Hermansen Date: Thu, 16 May 2024 16:19:44 +0000 Subject: [PATCH] chore(deps): update rust crate itertools to 0.13.0 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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