diff --git a/Cargo.lock b/Cargo.lock index 3002f7d..debbf59 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -411,9 +411,9 @@ dependencies = [ [[package]] name = "rapidhash" -version = "4.2.1" +version = "4.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5d8b5b858a440a0bc02625b62dd95131b9201aa9f69f411195dd4a7cfb1de3d7" +checksum = "111325c42c4bafae99e777cd77b40dea9a2b30c69e9d8c74b6eccd7fba4337de" dependencies = [ "rustversion", ] diff --git a/crates/tower-embed-core/Cargo.toml b/crates/tower-embed-core/Cargo.toml index 07a5662..9979ed4 100644 --- a/crates/tower-embed-core/Cargo.toml +++ b/crates/tower-embed-core/Cargo.toml @@ -21,7 +21,7 @@ hyper = { version = "1.8.1", features = ["client", "http1"], optional = true } hyper-util = { version = "0.1.20", optional = true, features = ["tokio"] } mime = "0.3.17" mime_guess = "2.0.5" -rapidhash = "4.2.1" +rapidhash = "4.4.0" tokio = { version = "1.49.0", optional = true, features = [ "fs", "io-util",