diff --git a/Cargo.toml b/Cargo.toml index 9e92f5b..31f29cd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -27,11 +27,11 @@ once_cell = {version="1.18.0"} error-stack = {version="0.3.1"} async-trait = {version="0.1.73"} regex = {version="1.9.3", features=["perf"]} -tempfile = "3.8.0" [dev-dependencies] rusty-hook = "^0.11.2" criterion = "0.5.1" +tempfile = "3.8.0" [profile.dev] opt-level = 0