From c425c9319b10dc3dcadf3954397b767764dd8d40 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 8 Mar 2026 22:48:07 +0000 Subject: [PATCH] deps: update dashmap requirement from 5.5 to 6.1 Updates the requirements on [dashmap](https://github.com/xacrimon/dashmap) to permit the latest version. - [Release notes](https://github.com/xacrimon/dashmap/releases) - [Commits](https://github.com/xacrimon/dashmap/compare/v5.5.0...v6.1.0) --- updated-dependencies: - dependency-name: dashmap dependency-version: 6.1.0 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 b4051ab..be73f3a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -64,7 +64,7 @@ tracing-opentelemetry = { version = "0.23", optional = true } # Utils uuid = { version = "1.6", features = ["v4"] } -dashmap = "5.5" +dashmap = "6.1" # HTTP client (for Schema Registry) reqwest = { version = "0.12", features = ["json"], default-features = false, optional = true }