diff --git a/Cargo.lock b/Cargo.lock index abcfe035..7886609e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3826,9 +3826,9 @@ checksum = "af190c94f2773fdb3729c55b007a722abb5384da03bc0986df4c289bf5567e96" [[package]] name = "web-rwkv" -version = "0.7.4" +version = "0.7.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "039a43a38f7c865faaef0121e38a2ccafdc65ae643e3861c514fa0f10553e46f" +checksum = "f660f511cb5744347a37a97fa2762a6a32dfd3d85a9900db419fd2151b761456" dependencies = [ "ahash 0.8.11", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index 8fc97c21..67361357 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -53,7 +53,7 @@ zip-extract = "0.1" [dependencies.web-rwkv] # path = "../web-rwkv" -version = "0.7.4" +version = "0.7.5" [dependencies.salvo] default-features = true