diff --git a/Cargo.toml b/Cargo.toml index ba6c7d7..15e8deb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -54,7 +54,7 @@ tracing = { version = "0.1.35", default-features = false, features = ["std", "at tracing-subscriber = { version = "0.3.0", default-features = false, features = ["registry", "std", "fmt"] } [target.'cfg(not(target_os = "windows"))'.dev-dependencies] -pprof = { version = "0.11.1", features = ["flamegraph", "criterion"] } +pprof = { version = "0.12.1", features = ["flamegraph", "criterion"] } [lib] bench = false