From 09cc66e66827de028a00b752c37c2d6588ac51ae Mon Sep 17 00:00:00 2001 From: Adrien Guillo Date: Mon, 29 Jan 2024 12:02:43 -0500 Subject: [PATCH] Upgrade Chitchat (#4476) --- quickwit/Cargo.lock | 4 ++-- quickwit/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/quickwit/Cargo.lock b/quickwit/Cargo.lock index de8c0cd10c0..271e1b325f9 100644 --- a/quickwit/Cargo.lock +++ b/quickwit/Cargo.lock @@ -1244,12 +1244,12 @@ dependencies = [ [[package]] name = "chitchat" version = "0.8.0" -source = "git+https://github.com/quickwit-oss/chitchat.git?rev=a3e3f8b#a3e3f8bd483b489e4da1ca953175b417e4949f90" +source = "git+https://github.com/quickwit-oss/chitchat.git?rev=5d7ff34#5d7ff34a314bb40e0763bb0c8762366b8aeccd04" dependencies = [ "anyhow", "async-trait", "bytes", - "itertools 0.10.5", + "itertools 0.12.0", "rand 0.8.5", "serde", "tokio", diff --git a/quickwit/Cargo.toml b/quickwit/Cargo.toml index dec6cbc5751..58a75441488 100644 --- a/quickwit/Cargo.toml +++ b/quickwit/Cargo.toml @@ -56,7 +56,7 @@ base64 = "0.21" bytes = { version = "1", features = ["serde"] } bytesize = { version = "1.3.0", features = ["serde"] } bytestring = "1.3.0" -chitchat = { git = "https://github.com/quickwit-oss/chitchat.git", rev = "a3e3f8b" } +chitchat = { git = "https://github.com/quickwit-oss/chitchat.git", rev = "5d7ff34" } chrono = { version = "0.4.23", default-features = false, features = [ "clock", "std",