diff --git a/json-impl/Cargo.toml b/json-impl/Cargo.toml index 44b34c8a..d8b92bac 100644 --- a/json-impl/Cargo.toml +++ b/json-impl/Cargo.toml @@ -20,6 +20,6 @@ simd = [ "simd-json/ordered-float" ] [dependencies] serde_json = { version = "^1", features = ["raw_value"] } #simd-json = { version = "^0", optional = true } -simd-json = { git = "https://github.com/bassmanitram/simd-json.git", branch = "deser-as-value", optional = true } +simd-json = { git = "https://github.com/simd-lite/simd-json.git", branch = "main", optional = true } bytes = { workspace = true } serde = { version = "^1", no-default-features = true }