diff --git a/Cargo.lock b/Cargo.lock index 65439af81..88d00f3c1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -148,8 +148,9 @@ checksum = "62b02a5381cc465bd3041d84623d0fa3b66738b52b8e2fc3bab8ad63ab032f4a" [[package]] name = "jiter" -version = "0.0.7" -source = "git+https://github.com/pydantic/jiter?branch=string-cow#9364d474c6e6b1cbb97503ca8dad05b3dcc61cf2" +version = "0.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a9cbc4bba9fee7e90f7ab23d53caa097007c6b870b2ca0a33334e774eb34c1ff" dependencies = [ "ahash", "hashbrown", diff --git a/Cargo.toml b/Cargo.toml index 063245ffb..a3762466e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -44,7 +44,7 @@ base64 = "0.21.7" num-bigint = "0.4.4" python3-dll-a = "0.2.7" uuid = "1.7.0" -jiter = { git = "https://github.com/pydantic/jiter", branch = "string-cow", features = ["python"] } +jiter = { version = "0.1.0", features = ["python"] } [lib] name = "_pydantic_core"