feat: v0.3.2, update reqwest version

This commit is contained in:
2024-08-24 21:52:00 +08:00
parent 12074a26d4
commit dd0a07c079

View File

@@ -1,6 +1,6 @@
[package] [package]
name = "oss" name = "oss"
version = "0.3.1" version = "0.3.2"
authors = ["Hatter Jiang <jht5945@gmail.com>"] authors = ["Hatter Jiang <jht5945@gmail.com>"]
edition = "2018" edition = "2018"
description = "Simple Alibaba Cloud OSS Client in Rust" description = "Simple Alibaba Cloud OSS Client in Rust"
@@ -15,6 +15,6 @@ repository = "https://git.hatter.ink/hatter/simple-oss"
rust-crypto = "0.2.36" rust-crypto = "0.2.36"
urlencoding = "1.0.0" urlencoding = "1.0.0"
base64 = "0.11.0" base64 = "0.11.0"
reqwest = "0.10.0" reqwest = "0.12.0"
rust_util="0.6.3" rust_util="0.6.3"
json = "0.12.0" json = "0.12.0"