Skip to content

Commit

Permalink
update criterion
Browse files Browse the repository at this point in the history
  • Loading branch information
Geal committed Apr 21, 2024
1 parent e87c7da commit 87eea46
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions benchmarks/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down Expand Up @@ -52,4 +52,4 @@ harness = false
[[bench]]
name = "json_streaming"
path = "benches/json_streaming.rs"
harness = false
harness = false

0 comments on commit 87eea46

Please sign in to comment.