From 9b7f3a55cf0083678469a0e4644c4b30eb352a0f Mon Sep 17 00:00:00 2001 From: Paul Masurel Date: Fri, 26 Jan 2024 19:32:02 +0900 Subject: [PATCH] Bumped census version --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 90aeb97f41..85febab574 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -38,7 +38,7 @@ crossbeam-channel = "0.5.4" rust-stemmers = "1.2.0" downcast-rs = "1.2.0" bitpacking = { version = "0.9.2", default-features = false, features = ["bitpacker4x"] } -census = "0.4.0" +census = "0.4.2" rustc-hash = "1.1.0" thiserror = "1.0.30" htmlescape = "0.3.1"