diff --git a/Cargo.lock b/Cargo.lock index 627f77e..67e01c1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2055,6 +2055,6 @@ checksum = "1a515f5799fe4961cb532f983ce2b23082366b898e52ffbce459c86f67c8378a" [[package]] name = "xxhash-rust" -version = "0.8.7" +version = "0.8.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9828b178da53440fa9c766a3d2f73f7cf5d0ac1fe3980c1e5018d899fd19e07b" +checksum = "53be06678ed9e83edb1745eb72efc0bbcd7b5c3c35711a860906aed827a13d61" diff --git a/Cargo.toml b/Cargo.toml index 78e08bc..cc5abc7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,4 +21,4 @@ sqlx = { version = "0.6.2", features = ["sqlite", "uuid", "macros", "chrono", "o tokio = { version = "1.34.0", features = ["full"] } tokio-util = { version = "0.7.10", features = ["io"] } tower = { version = "0.4.13", features = ["tokio", "tokio-stream"] } -xxhash-rust = { version = "0.8.7", features = ["const_xxh3", "xxh3"] } +xxhash-rust = { version = "0.8.8", features = ["const_xxh3", "xxh3"] }