diff --git a/rust/Cargo.toml b/rust/Cargo.toml index 54d80aa03f..5fa403a13c 100644 --- a/rust/Cargo.toml +++ b/rust/Cargo.toml @@ -66,7 +66,7 @@ default-features = false optional = true [dev-dependencies] -anyhow = "*" +anyhow = "1" criterion = "0" dotenvy = "0" maplit = "1"