From 43ba6d679c69af0116ee7232d2a124419c4643a5 Mon Sep 17 00:00:00 2001 From: tu6ge Date: Fri, 11 Aug 2023 14:48:59 +0800 Subject: [PATCH] chore: upgrade deps --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index fe7009c..86ab697 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,7 +20,7 @@ all-features = true members = ["oss_derive"] [workspace.package] -version = "0.12.6" +version = "0.12.7" edition = "2021" license = "MIT" repository = "https://github.com/tu6ge/oss-rs" @@ -90,7 +90,7 @@ hmac = {version = "^0.12"} http= {version = "^0.2"} infer = {version = "^0.15", optional = true} percent-encoding = {version = "2.2.0", optional = true} -quick-xml = {version = "^0.29", optional = true} +quick-xml = {version = "^0.30", optional = true} reqwest = {version ="^0.11", optional = true} sha1 = {version = "^0.10"} thiserror = {version = "^1", optional = true}