diff options
| author | 魏曹先生 <1992414357@qq.com> | 2026-03-08 22:43:34 +0800 |
|---|---|---|
| committer | 魏曹先生 <1992414357@qq.com> | 2026-03-08 22:43:34 +0800 |
| commit | 90ed18a41fef137ed0637cf9fc6aa667de2c905f (patch) | |
| tree | d0e472f860ce0c771f4ae47ed35be36aa2df76b7 /systems/sheet/Cargo.toml | |
| parent | 62fd90b639a0e24570c558738205d752d2d957bb (diff) | |
Update dependencies and add C bindings generation
Diffstat (limited to 'systems/sheet/Cargo.toml')
| -rw-r--r-- | systems/sheet/Cargo.toml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/systems/sheet/Cargo.toml b/systems/sheet/Cargo.toml index 1151c8d..33d17dc 100644 --- a/systems/sheet/Cargo.toml +++ b/systems/sheet/Cargo.toml @@ -12,10 +12,10 @@ asset_system = { path = "../_asset" } serde = { version = "1", features = ["derive"] } -tokio = { version = "1.48", features = ["full"] } +tokio = { version = "1.50", features = ["full"] } -thiserror = "1.0.69" +thiserror = "2" just_fmt = "0.1.2" memmap2 = "0.9" -sha2 = "0.10.8" +sha2 = "0.10" |
