diff --git a/Cargo.lock b/Cargo.lock index 551b87fb..e16a7219 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -62,7 +62,7 @@ dependencies = [ [[package]] name = "ai00_server" -version = "0.1.10" +version = "0.1.11" dependencies = [ "anyhow", "axum", @@ -2161,9 +2161,9 @@ checksum = "ca6ad05a4870b2bf5fe995117d3728437bd27d7cd5f06f13c17443ef369775a1" [[package]] name = "web-rwkv" -version = "0.1.17" +version = "0.1.18" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "abceb817a7f97c9ad12ada520f53d7790704409a3e1c1d498e2e26788afc6af9" +checksum = "849e513c88b185a84038ab51fce65d2287907f98c2ea7fbe692977b57a9e636c" dependencies = [ "ahash 0.8.3", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index 9cf02f38..e4e751c2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ai00_server" -version = "0.1.10" +version = "0.1.11" edition = "2021" authors = ["Gu ZhenNiu <448885@qq.com>", "Zhang Zhenyuan "] license = "MIT OR Apache-2.0" @@ -18,7 +18,7 @@ axum = { git = "https://github.com/cryscan/axum", branch = "sse-leading-space" } tower = { version = "0.4", features = ["util"] } tower-http = { version = "0.4", features = ["full"] } tokio = { version = "1", features = ["full"] } -web-rwkv = "0.1.17" +web-rwkv = "0.1.18" memmap = "0.7" regex = "1.8" dialoguer = "0.10"