From daa1c5db0aa303e0fbcc5e45b195936353b25c1a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 23 Oct 2024 13:29:10 +0000 Subject: [PATCH] Bump jiter from 0.5.0 to 0.6.1 Bumps [jiter](https://github.com/pydantic/jiter) from 0.5.0 to 0.6.1. - [Release notes](https://github.com/pydantic/jiter/releases) - [Commits](https://github.com/pydantic/jiter/compare/v0.5.0...v0.6.1) --- updated-dependencies: - dependency-name: jiter dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index eef740ed2..ba45d84c8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -297,9 +297,9 @@ checksum = "49f1f14873335454500d59611f1cf4a4b0f786f9ac11f4312a78e4cf2566695b" [[package]] name = "jiter" -version = "0.5.0" +version = "0.6.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "02e23549143ef50eddffd46ba8cd0229b0a4500aef7518cf2eb0f41c9a09d22b" +checksum = "a9d54b46955906f90a4ba92a18bb2d3c6dbaf1d95acbbd112da0657e5297b432" dependencies = [ "ahash", "bitvec", diff --git a/Cargo.toml b/Cargo.toml index 807479406..97409ac0d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -46,7 +46,7 @@ base64 = "0.22.1" num-bigint = "0.4.6" python3-dll-a = "0.2.10" uuid = "1.10.0" -jiter = { version = "0.5", features = ["python"] } +jiter = { version = "0.6", features = ["python"] } hex = "0.4.3" [lib]