diff --git a/farp-rust/Cargo.toml b/farp-rust/Cargo.toml index c311d80..c498942 100644 --- a/farp-rust/Cargo.toml +++ b/farp-rust/Cargo.toml @@ -47,7 +47,7 @@ apache-avro = { version = "0.20", optional = true } [dev-dependencies] tokio = { version = "1.40", features = ["rt-multi-thread", "macros", "test-util"] } proptest = "1.5" -criterion = "0.7" +criterion = "0.8" anyhow = "1.0" [features]