feat: update osssendfile-rs, check sha256

This commit is contained in:
2024-08-25 10:32:19 +08:00
parent a1ff0294e1
commit b21964eb41
3 changed files with 62 additions and 19 deletions

View File

@@ -485,6 +485,12 @@ version = "0.3.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024"
[[package]]
name = "hex"
version = "0.4.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
[[package]]
name = "http"
version = "1.1.0"
@@ -840,6 +846,7 @@ dependencies = [
"aes-gcm-stream",
"base64 0.22.1",
"clap",
"hex",
"oss",
"rand 0.8.5",
"reqwest",