Skip to content

Commit

Permalink
Update jiter requirement from 0.4 to 0.6
Browse files Browse the repository at this point in the history
Updates the requirements on [jiter](https://github.com/pydantic/jiter) to permit the latest version.
- [Release notes](https://github.com/pydantic/jiter/releases)
- [Commits](pydantic/jiter@v0.4.0...v0.6.0)

---
updated-dependencies:
- dependency-name: jiter
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 8, 2024
1 parent a7bbda2 commit dacf83d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arrow-open-variant/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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.6", optional = true }

[features]
default = ["json"]
Expand Down

0 comments on commit dacf83d

Please sign in to comment.