From ede2edb0c7fe691ca118a02c9a31b03bd65311f2 Mon Sep 17 00:00:00 2001 From: Lucas Meurer Date: Mon, 16 Dec 2024 21:34:52 +0100 Subject: [PATCH] Update profiling --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 4077f9d7ed2..6d1c67f901e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -87,7 +87,7 @@ log = { version = "0.4", features = ["std"] } nohash-hasher = "0.2" parking_lot = "0.12" pollster = "0.4" -profiling = { version = "1.0", default-features = false } +profiling = { version = "1.0.16", default-features = false } puffin = "0.19" puffin_http = "0.16" raw-window-handle = "0.6.0"