From fc681e8696aaf687e2e16e1b9bd7ef35969a282c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 21 Sep 2024 15:34:29 +0000 Subject: [PATCH] Update tracing-tracy requirement from 0.10 to 0.11 --- updated-dependencies: - dependency-name: tracing-tracy dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- examples/traced/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/traced/Cargo.toml b/examples/traced/Cargo.toml index 6ffbbd9..a129007 100644 --- a/examples/traced/Cargo.toml +++ b/examples/traced/Cargo.toml @@ -10,5 +10,5 @@ publish = false polyanya = { path = "../../", features = ["tracing"] } glam = "0.27" tracing-subscriber = "0.3" -tracing-tracy = "0.10" +tracing-tracy = "0.11" tracing = "0.1"