Skip to content

Commit ecaf713

Browse files
committed
Bump aws-creds
1 parent 8855b0d commit ecaf713

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

s3/Cargo.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rust-s3"
3-
version = "0.35.1"
3+
version = "0.36.0-alpha.1"
44
authors = ["Drazen Urch"]
55
description = "Rust library for working with AWS S3 and compatible object storage APIs"
66
repository = "https://github.com/durch/rust-s3"
@@ -43,10 +43,10 @@ path = "../examples/gcs-tokio.rs"
4343
async-std = { version = "1", optional = true }
4444
async-trait = "0.1"
4545
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 }
4747
# aws-region = { version = "0.25.4", path = "../aws-region" }
4848
aws-region = "0.25"
49-
aws-creds = { version = "0.37", default-features = false }
49+
aws-creds = { version = "0.38", default-features = false }
5050
base64 = "0.22"
5151
cfg-if = "1"
5252
time = { version = "^0.3.6", features = ["formatting", "macros"] }

0 commit comments

Comments
 (0)