python-orjson/orjson-fix-metadata.diff
Benjamin A. Beasley c0306d6a1e Update to 3.10.6 (close RHBZ#2354600)
- Fixes compatibility with CPython 3.14 alpha 6 (close RHBZ#2349447)
2025-04-03 06:59:18 -04:00

12 lines
772 B
Diff

diff -Naur orjson-3.10.16-original/Cargo.toml orjson-3.10.16/Cargo.toml
--- orjson-3.10.16-original/Cargo.toml 1969-12-31 19:00:00.000000000 -0500
+++ orjson-3.10.16/Cargo.toml 2025-04-02 20:09:24.874851253 -0400
@@ -51,7 +51,7 @@
[dependencies]
associative-cache = { version = "2", default-features = false }
bytecount = { version = "^0.6.7", default-features = false, features = ["runtime-dispatch-simd"] }
-compact_str = { version = "0.9", default-features = false, features = ["serde"] }
+compact_str = { version = ">=0.8, <0.10", default-features = false, features = ["serde"] }
encoding_rs = { version = "0.8", default-features = false }
half = { version = "2", default-features = false, features = ["std"] }
itoa = { version = "1", default-features = false }