diff --git a/Cargo.lock b/Cargo.lock index 0c17d18df..f8f600888 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -274,9 +274,9 @@ checksum = "49f1f14873335454500d59611f1cf4a4b0f786f9ac11f4312a78e4cf2566695b" [[package]] name = "jiter" -version = "0.9.0" +version = "0.9.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c024ccb0ed468a474efa325edea34d4198fb601d290c4d1bc24fe31ed11902fc" +checksum = "bef8253adcbb6206a43e9a619fe6d42133b21c2eaf21e4686cf7c2f1338a627c" dependencies = [ "ahash", "bitvec", diff --git a/Cargo.toml b/Cargo.toml index c8bc0cce6..b3750c5af 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -46,7 +46,7 @@ base64 = "0.22.1" num-bigint = "0.4.6" num-traits = "0.2.19" uuid = "1.16.0" -jiter = { version = "0.9.0", features = ["python"] } +jiter = { version = "0.9.1", features = ["python"] } hex = "0.4.3" [lib]