From 7a18329836c1cb446684c1c0de2d9bc800fe2279 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Jan 2026 02:32:24 +0000 Subject: [PATCH] Bump flamegraph from 0.6.10 to 0.6.11 in /conecta-core Bumps [flamegraph](https://github.com/flamegraph-rs/flamegraph) from 0.6.10 to 0.6.11. - [Release notes](https://github.com/flamegraph-rs/flamegraph/releases) - [Commits](https://github.com/flamegraph-rs/flamegraph/compare/v0.6.10...v0.6.11) --- updated-dependencies: - dependency-name: flamegraph dependency-version: 0.6.11 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- conecta-core/Cargo.lock | 8 ++++---- conecta-core/Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/conecta-core/Cargo.lock b/conecta-core/Cargo.lock index c6b8bbf..df8d0e0 100644 --- a/conecta-core/Cargo.lock +++ b/conecta-core/Cargo.lock @@ -930,9 +930,9 @@ checksum = "52051878f80a721bb68ebfbc930e07b65ba72f2da88968ea5c06fd6ca3d3a127" [[package]] name = "flamegraph" -version = "0.6.10" +version = "0.6.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9cd16b516465c8fc1483cfd4955ac392a867728972bcdc6c5bd5ce3774f6aff4" +checksum = "08b6da442f70c790348380cd6d45f0bae93b76dfdd005d9bea8cabd49ebbc609" dependencies = [ "anyhow", "blondie", @@ -2278,9 +2278,9 @@ checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64" [[package]] name = "signal-hook" -version = "0.3.18" +version = "0.4.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d881a16cf4426aa584979d30bd82cb33429027e42122b169753d6ef1085ed6e2" +checksum = "3b57709da74f9ff9f4a27dce9526eec25ca8407c45a7887243b031a58935fb8e" dependencies = [ "libc", "signal-hook-registry", diff --git a/conecta-core/Cargo.toml b/conecta-core/Cargo.toml index dd7f636..4ed14d4 100644 --- a/conecta-core/Cargo.toml +++ b/conecta-core/Cargo.toml @@ -19,4 +19,4 @@ serde = { version = "1.0.228", features = ["derive"] } uuid = "1.19.0" geo-types = "0.7.18" [dev-dependencies] -flamegraph = "0.6.10" +flamegraph = "0.6.11"