From 63095de44f8bc07cb4d78859b5a78987cd5db9c8 Mon Sep 17 00:00:00 2001 From: Adrien Guillo Date: Thu, 14 Mar 2024 16:51:09 -0400 Subject: [PATCH] Update chitchat --- quickwit/Cargo.lock | 2 +- quickwit/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/quickwit/Cargo.lock b/quickwit/Cargo.lock index 31c960607fc..48df423e2db 100644 --- a/quickwit/Cargo.lock +++ b/quickwit/Cargo.lock @@ -1234,7 +1234,7 @@ dependencies = [ [[package]] name = "chitchat" version = "0.8.0" -source = "git+https://github.com/quickwit-oss/chitchat.git?rev=95b2edd#95b2edd05d6445d4702d66c417c9dcea2ae311bd" +source = "git+https://github.com/quickwit-oss/chitchat.git?rev=f783620#f78362008b4b5522181c77e830f585c9d9e8b799" dependencies = [ "anyhow", "async-trait", diff --git a/quickwit/Cargo.toml b/quickwit/Cargo.toml index 2772583ec18..6b11b22b656 100644 --- a/quickwit/Cargo.toml +++ b/quickwit/Cargo.toml @@ -90,7 +90,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 = "95b2edd" } +chitchat = { git = "https://github.com/quickwit-oss/chitchat.git", rev = "f783620" } chrono = { version = "0.4", default-features = false, features = [ "clock", "std",