锁定图片缓冲依赖

将 platform-image 使用的 bytes 依赖写入 Cargo.lock。
This commit is contained in:
2026-09-11 17:37:32 +08:00
parent 8cd6e34af0
commit 842d080a75
+1
View File
@@ -4088,6 +4088,7 @@ name = "platform-image"
version = "0.1.0"
dependencies = [
"base64",
"bytes",
"curl",
"image",
"platform-oss",