From 87eea46b2bfdaff281a8f6b22d155aa455d98f5c Mon Sep 17 00:00:00 2001 From: Geoffroy Couprie Date: Sun, 21 Apr 2024 18:19:35 +0200 Subject: [PATCH] update criterion --- benchmarks/Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/benchmarks/Cargo.toml b/benchmarks/Cargo.toml index 92eac05f8..e5439486f 100644 --- a/benchmarks/Cargo.toml +++ b/benchmarks/Cargo.toml @@ -6,8 +6,8 @@ edition = "2018" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -criterion = "0.3.5" -jemallocator = "0.3.2" +criterion = "0.5.0" +jemallocator = "0.5.4" nom = { path = "../" } [lib] @@ -52,4 +52,4 @@ harness = false [[bench]] name = "json_streaming" path = "benches/json_streaming.rs" -harness = false \ No newline at end of file +harness = false