feat: v0.3.3, add put_body

This commit is contained in:
2024-08-31 20:15:51 +08:00
parent dd0a07c079
commit f56b984a83
2 changed files with 22 additions and 5 deletions

View File

@@ -1,11 +1,11 @@
[package]
name = "oss"
version = "0.3.2"
version = "0.3.3"
authors = ["Hatter Jiang <jht5945@gmail.com>"]
edition = "2018"
description = "Simple Alibaba Cloud OSS Client in Rust"
license = "MIT"
readme="README.md"
readme = "README.md"
repository = "https://git.hatter.ink/hatter/simple-oss"
@@ -15,6 +15,7 @@ repository = "https://git.hatter.ink/hatter/simple-oss"
rust-crypto = "0.2.36"
urlencoding = "1.0.0"
base64 = "0.11.0"
reqwest = "0.12.0"
rust_util="0.6.3"
reqwest = { version = "0.12.0", features = ["stream"] }
rust_util = "0.6.3"
json = "0.12.0"
tokio-util = "0.7.11"