diff --git a/Cargo.lock b/Cargo.lock index 9bf2e9e..47993b4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -423,9 +423,9 @@ checksum = "514de17de45fdb8dc022b1a7975556c53c86f9f0aa5f534b98977b171857c2c9" [[package]] name = "cached" -version = "0.50.0" +version = "0.51.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "10a7d38ed2761b8a13ce42bc44b09d5a052b88da2f9fead624c779f31ac0729a" +checksum = "dd93a9f06ec296ca66b4c26fafa9ed63f32c473d7a708a5f28563ee64c948515" dependencies = [ "ahash", "async-trait", diff --git a/hifirs/Cargo.toml b/hifirs/Cargo.toml index 1e7a0b8..3d0960d 100644 --- a/hifirs/Cargo.toml +++ b/hifirs/Cargo.toml @@ -37,7 +37,7 @@ once_cell = "1.18" axum = { version = "0.7", features = ["ws", "tokio"] } include_dir = "0.7" mime_guess = "2.0" -cached = { version = "0.50", features = ["async", "serde", "serde_json"]} +cached = { version = "0.51", features = ["async", "serde", "serde_json"]} async-trait = "0.1.73" # [dependencies.rusqlite]