From dd0a07c0796374091acf4318840616f5ad5f36a2 Mon Sep 17 00:00:00 2001 From: Hatter Jiang Date: Sat, 24 Aug 2024 21:52:00 +0800 Subject: [PATCH] feat: v0.3.2, update reqwest version --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index d96a7ba..97e8f12 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "oss" -version = "0.3.1" +version = "0.3.2" authors = ["Hatter Jiang "] edition = "2018" 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" urlencoding = "1.0.0" base64 = "0.11.0" -reqwest = "0.10.0" +reqwest = "0.12.0" rust_util="0.6.3" json = "0.12.0"