From 0fdd4c997d2d12049c37f3e9e51671aead68ad4f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 28 Aug 2026 18:44:19 +0000 Subject: [PATCH] build(deps): bump schema_registry_converter from 4.9.0 to 4.10.0 Bumps [schema_registry_converter](https://github.com/gklijs/schema_registry_converter) from 4.9.0 to 4.10.0. - [Release notes](https://github.com/gklijs/schema_registry_converter/releases) - [Changelog](https://github.com/gklijs/schema_registry_converter/blob/main/RELEASE_NOTES.md) - [Commits](https://github.com/gklijs/schema_registry_converter/compare/v4.9.0...v4.10.0) --- updated-dependencies: - dependency-name: schema_registry_converter dependency-version: 4.10.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d98bc92f..d4fb5bd9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4689,9 +4689,9 @@ dependencies = [ [[package]] name = "schema_registry_converter" -version = "4.9.0" +version = "4.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "06e7ee55120a97c96bb3f389ce764b1d7a389dc669149b1295cf9519c03f628e" +checksum = "39e055305f8f1d7ae335613ef6bbe8596296706dc7c16953789468061c800ddf" dependencies = [ "apache-avro", "byteorder",