From 7b6f7ac70f16ce15b6f4dcf729c25256813db590 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 13 Jul 2024 19:39:16 +0000 Subject: [PATCH] Update jiter requirement from 0.4 to 0.5 Updates the requirements on [jiter](https://github.com/pydantic/jiter) to permit the latest version. - [Release notes](https://github.com/pydantic/jiter/releases) - [Commits](https://github.com/pydantic/jiter/compare/v0.4.0...v0.5.0) --- updated-dependencies: - dependency-name: jiter dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- arrow-open-variant/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arrow-open-variant/Cargo.toml b/arrow-open-variant/Cargo.toml index e71e4f7..96b6f74 100644 --- a/arrow-open-variant/Cargo.toml +++ b/arrow-open-variant/Cargo.toml @@ -17,7 +17,7 @@ arrow-schema.workspace = true open-variant = { path = "../open-variant" } # For JSON parsing -jiter = { version = "0.4", optional = true } +jiter = { version = "0.5", optional = true } [features] default = ["json"]