Remove patch version from xxhash-rust dependency

This commit is contained in:
Héctor Ramón Jiménez 2023-11-11 03:43:03 +01:00
parent 98e088e731
commit 4b69c71d5b
No known key found for this signature in database
GPG key ID: 7CC46565708259A7

View file

@ -150,7 +150,7 @@ thiserror = "1.0"
tiny-skia = "0.10"
tokio = "1.0"
tracing = "0.1"
xxhash-rust = { version = "0.8.7", default-features = false, features = ["xxh3"] }
xxhash-rust = { version = "0.8", default-features = false, features = ["xxh3"] }
unicode-segmentation = "1.0"
wasm-bindgen-futures = "0.4"
wasm-timer = "0.2"