-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
31 changed files
with
36 additions
and
36 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -687,7 +687,7 @@ while let Some(result) = iter.next() { | |
|
||
## 最低支持的 Rust 版本(MSRV) | ||
|
||
- 1.60.0 | ||
- 1.61.0 | ||
|
||
## 编码规范 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ name = "qiniu-api-generator" | |
version = "0.2.3" | ||
authors = ["Rong Zhou <[email protected]>", "Shanghai Qiniu Information Technologies Co., Ltd."] | ||
edition = "2021" | ||
rust-version = "1.60.0" | ||
rust-version = "1.61.0" | ||
license = "MIT" | ||
repository = "https://github.com/qiniu/rust-sdk.git" | ||
homepage = "https://www.qiniu.com" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ name = "qiniu-apis" | |
version = "0.2.3" | ||
authors = ["Rong Zhou <[email protected]>", "Shanghai Qiniu Information Technologies Co., Ltd."] | ||
edition = "2021" | ||
rust-version = "1.60.0" | ||
rust-version = "1.61.0" | ||
readme = "README.md" | ||
license = "MIT" | ||
repository = "https://github.com/qiniu/rust-sdk.git" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -235,7 +235,7 @@ for tag in tags { | |
|
||
## 最低支持的 Rust 版本(MSRV) | ||
|
||
1.60.0 | ||
1.61.0 | ||
|
||
## 联系我们 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ name = "qiniu-credential" | |
version = "0.2.3" | ||
authors = ["Rong Zhou <[email protected]>", "Shanghai Qiniu Information Technologies Co., Ltd."] | ||
edition = "2021" | ||
rust-version = "1.60.0" | ||
rust-version = "1.61.0" | ||
readme = "README.md" | ||
license = "MIT" | ||
repository = "https://github.com/qiniu/rust-sdk.git" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -128,7 +128,7 @@ let authorization = credential | |
|
||
## 最低支持的 Rust 版本(MSRV) | ||
|
||
1.60.0 | ||
1.61.0 | ||
|
||
## 联系我们 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ name = "qiniu-download-manager" | |
version = "0.2.3" | ||
authors = ["Rong Zhou <[email protected]>", "Shanghai Qiniu Information Technologies Co., Ltd."] | ||
edition = "2021" | ||
rust-version = "1.60.0" | ||
rust-version = "1.61.0" | ||
readme = "README.md" | ||
license = "MIT" | ||
repository = "https://github.com/qiniu/rust-sdk.git" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -101,7 +101,7 @@ download_manager | |
|
||
## 最低支持的 Rust 版本(MSRV) | ||
|
||
1.60.0 | ||
1.61.0 | ||
|
||
## 联系我们 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ name = "qiniu-etag" | |
version = "0.2.3" | ||
authors = ["Rong Zhou <[email protected]>", "Shanghai Qiniu Information Technologies Co., Ltd."] | ||
edition = "2021" | ||
rust-version = "1.60.0" | ||
rust-version = "1.61.0" | ||
readme = "README.md" | ||
license = "MIT" | ||
repository = "https://github.com/qiniu/rust-sdk.git" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -111,7 +111,7 @@ assert_eq!( | |
|
||
## 最低支持的 Rust 版本(MSRV) | ||
|
||
1.60.0 | ||
1.61.0 | ||
|
||
## 联系我们 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ name = "qiniu-http-client" | |
version = "0.2.3" | ||
authors = ["Rong Zhou <[email protected]>", "Shanghai Qiniu Information Technologies Co., Ltd."] | ||
edition = "2021" | ||
rust-version = "1.60.0" | ||
rust-version = "1.61.0" | ||
readme = "README.md" | ||
license = "MIT" | ||
repository = "https://github.com/qiniu/rust-sdk.git" | ||
|
@@ -47,8 +47,8 @@ smart-default = "0.6.0" | |
dyn-clonable = "0.9.0" | ||
auto_impl = "1.0.0" | ||
num-rational = { version = "0.3.0", default-features = false } | ||
c-ares = { version ="=7.2.0", optional = true } | ||
c-ares-resolver = { version ="7.1.3", optional = true } | ||
c-ares = { version = "7.2.0", optional = true } | ||
c-ares-resolver = { version = "7.1.3", optional = true } | ||
futures = { version = "0.3.5", optional = true } | ||
futures-timer = { version = "3.0.2", optional = true } | ||
async-std = { version = "1.12.0", optional = true } | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -278,7 +278,7 @@ let response = HttpClient::default() | |
|
||
## 最低支持的 Rust 版本(MSRV) | ||
|
||
1.60.0 | ||
1.61.0 | ||
|
||
## 联系我们 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ name = "qiniu-isahc" | |
version = "0.2.3" | ||
authors = ["Rong Zhou <[email protected]>", "Shanghai Qiniu Information Technologies Co., Ltd."] | ||
edition = "2021" | ||
rust-version = "1.60.0" | ||
rust-version = "1.61.0" | ||
readme = "README.md" | ||
license = "MIT" | ||
repository = "https://github.com/qiniu/rust-sdk.git" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ name = "qiniu-reqwest" | |
version = "0.2.3" | ||
authors = ["Rong Zhou <[email protected]>", "Shanghai Qiniu Information Technologies Co., Ltd."] | ||
edition = "2021" | ||
rust-version = "1.60.0" | ||
rust-version = "1.61.0" | ||
readme = "README.md" | ||
license = "MIT" | ||
repository = "https://github.com/qiniu/rust-sdk.git" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ name = "qiniu-ureq" | |
version = "0.2.3" | ||
authors = ["Rong Zhou <[email protected]>", "Shanghai Qiniu Information Technologies Co., Ltd."] | ||
edition = "2021" | ||
rust-version = "1.60.0" | ||
rust-version = "1.61.0" | ||
readme = "README.md" | ||
license = "MIT" | ||
repository = "https://github.com/qiniu/rust-sdk.git" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,7 +19,7 @@ qiniu-ureq = "0.2.1" | |
|
||
## 最低支持的 Rust 版本(MSRV) | ||
|
||
1.60.0 | ||
1.61.0 | ||
|
||
## 联系我们 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ name = "qiniu-http" | |
version = "0.2.3" | ||
authors = ["Rong Zhou <[email protected]>", "Shanghai Qiniu Information Technologies Co., Ltd."] | ||
edition = "2021" | ||
rust-version = "1.60.0" | ||
rust-version = "1.61.0" | ||
readme = "README.md" | ||
license = "MIT" | ||
repository = "https://github.com/qiniu/rust-sdk.git" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ name = "qiniu-objects-manager" | |
version = "0.2.3" | ||
authors = ["Rong Zhou <[email protected]>", "Shanghai Qiniu Information Technologies Co., Ltd."] | ||
edition = "2021" | ||
rust-version = "1.60.0" | ||
rust-version = "1.61.0" | ||
readme = "README.md" | ||
license = "MIT" | ||
repository = "https://github.com/qiniu/rust-sdk.git" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -174,7 +174,7 @@ while let Some(object) = stream.try_next().await? { | |
|
||
## 最低支持的 Rust 版本(MSRV) | ||
|
||
1.60.0 | ||
1.61.0 | ||
|
||
## 联系我们 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ name = "qiniu-sdk-examples" | |
version = "0.2.3" | ||
authors = ["Rong Zhou <[email protected]>", "Shanghai Qiniu Information Technologies Co., Ltd."] | ||
edition = "2021" | ||
rust-version = "1.60.0" | ||
rust-version = "1.61.0" | ||
license = "MIT" | ||
repository = "https://github.com/qiniu/rust-sdk.git" | ||
homepage = "https://www.qiniu.com" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ name = "qiniu-sdk" | |
version = "0.2.3" | ||
authors = ["Rong Zhou <[email protected]>", "Shanghai Qiniu Information Technologies Co., Ltd."] | ||
edition = "2021" | ||
rust-version = "1.60.0" | ||
rust-version = "1.61.0" | ||
readme = "README.md" | ||
license = "MIT" | ||
repository = "https://github.com/qiniu/rust-sdk.git" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -86,7 +86,7 @@ | |
|
||
## 最低支持的 Rust 版本(MSRV) | ||
|
||
1.60.0 | ||
1.61.0 | ||
|
||
## 联系我们 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ name = "qiniu-upload-manager" | |
version = "0.2.3" | ||
authors = ["Rong Zhou <[email protected]>", "Shanghai Qiniu Information Technologies Co., Ltd."] | ||
edition = "2021" | ||
rust-version = "1.60.0" | ||
rust-version = "1.61.0" | ||
readme = "README.md" | ||
license = "MIT" | ||
repository = "https://github.com/qiniu/rust-sdk.git" | ||
|
@@ -27,7 +27,7 @@ serde_json = "1.0.74" | |
assert-impl = "0.1.3" | ||
dyn-clonable = "0.9.0" | ||
crossbeam-utils = "0.8.6" | ||
os_str_bytes = "6.0.0" | ||
os_str_bytes = { version = "6.6.1", features = ["conversions"] } | ||
tap = "1.0.1" | ||
md-5 = "0.10.1" | ||
rayon = "1.5.1" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ name = "qiniu-upload-token" | |
version = "0.2.3" | ||
authors = ["Rong Zhou <[email protected]>", "Shanghai Qiniu Information Technologies Co., Ltd."] | ||
edition = "2021" | ||
rust-version = "1.60.0" | ||
rust-version = "1.61.0" | ||
readme = "README.md" | ||
license = "MIT" | ||
repository = "https://github.com/qiniu/rust-sdk.git" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ name = "qiniu-utils" | |
version = "0.2.3" | ||
authors = ["Rong Zhou <[email protected]>", "Shanghai Qiniu Information Technologies Co., Ltd."] | ||
edition = "2021" | ||
rust-version = "1.60.0" | ||
rust-version = "1.61.0" | ||
license = "MIT" | ||
repository = "https://github.com/qiniu/rust-sdk.git" | ||
homepage = "https://www.qiniu.com" | ||
|