Zero-copy deserialization of Sieve scripts and reports + Bump multiple dependencies to their latest versions

This commit is contained in:
mdecimus
2025-05-11 16:56:55 +02:00
parent 095c501a66
commit 7ec5701af8
112 changed files with 1109 additions and 1816 deletions

View File

@@ -10,7 +10,6 @@ xxhash-rust = { version = "0.8.5", features = ["xxh3"] }
farmhash = "1.1.5"
siphasher = "1.0"
serde = { version = "1.0", features = ["derive"]}
bincode = "1.3.3"
nohash = "0.2.0"
ahash = { version = "0.8.3", features = ["serde"] }
whatlang = "0.16" # Language detection
@@ -28,3 +27,4 @@ test_mode = []
[dev-dependencies]
tokio = { version = "1.23", features = ["full"] }
bincode = "1.3.3"