File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " rust-s3"
3
- version = " 0.35 .1"
3
+ version = " 0.36.0-alpha .1"
4
4
authors = [" Drazen Urch" ]
5
5
description = " Rust library for working with AWS S3 and compatible object storage APIs"
6
6
repository = " https://github.com/durch/rust-s3"
@@ -43,10 +43,10 @@ path = "../examples/gcs-tokio.rs"
43
43
async-std = { version = " 1" , optional = true }
44
44
async-trait = " 0.1"
45
45
attohttpc = { version = " 0.28" , optional = true , default-features = false }
46
- # aws-creds = { version = "0.36 ", path = "../aws-creds", default-features = false }
46
+ # aws-creds = { version = "* ", path = "../aws-creds", default-features = false }
47
47
# aws-region = { version = "0.25.4", path = "../aws-region" }
48
48
aws-region = " 0.25"
49
- aws-creds = { version = " 0.37 " , default-features = false }
49
+ aws-creds = { version = " 0.38 " , default-features = false }
50
50
base64 = " 0.22"
51
51
cfg-if = " 1"
52
52
time = { version = " ^0.3.6" , features = [" formatting" , " macros" ] }
You can’t perform that action at this time.
0 commit comments