Skip to content

Commit 0770f87

Browse files
committed
Update dependencies.
1 parent dc402da commit 0770f87

File tree

3 files changed

+32
-27
lines changed

3 files changed

+32
-27
lines changed

Cargo.lock

Lines changed: 30 additions & 25 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ path = "crates/ai00-core"
3535
# path = "../web-rwkv"
3636
default-features = false
3737
features = ["native"]
38-
version = "0.10.15"
38+
version = "0.10.16"
3939

4040
[patch.crates-io]
4141
hf-hub = { git = "https://github.com/cgisky1980/hf-hub.git", branch = "main" }

crates/ai00-server/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ sha2 = "0.10.8"
2929
simple_logger = { version = "5.0.0", features = ["stderr"] }
3030
tempfile = "3.6"
3131
toml = "0.9"
32-
zip = "4.3"
32+
zip = "5.1"
3333

3434
ai00-core.workspace = true
3535
anyhow.workspace = true

0 commit comments

Comments
 (0)