From 581b99e4ca308e20339ab44028539ecb03f802c5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Mar 2026 06:51:06 +0000 Subject: [PATCH] chore(deps): update inferno requirement from 0.11 to 0.12 Updates the requirements on [inferno](https://github.com/jonhoo/inferno) to permit the latest version. - [Changelog](https://github.com/jonhoo/inferno/blob/main/CHANGELOG.md) - [Commits](https://github.com/jonhoo/inferno/compare/v0.11.0...v0.12.6) --- updated-dependencies: - dependency-name: inferno dependency-version: 0.12.6 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index e30bfb56..e779110d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -97,7 +97,7 @@ opentelemetry = { version = "0.21", optional = true } opentelemetry_sdk = { version = "0.21", optional = true } # Flamegraph generation (optional) -inferno = { version = "0.11", optional = true } +inferno = { version = "0.12", optional = true } # Dashboard (optional) axum = { version = "0.7", optional = true, features = ["ws"] }