Skip to content

Commit 3fd5a88

Browse files
committed
chore: Use aws-creds from upstream
1 parent 4ba2d8b commit 3fd5a88

File tree

2 files changed

+3
-7
lines changed

2 files changed

+3
-7
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
[workspace]
2-
members = ["rust-s3", "aws-region", "aws-creds"]
2+
members = ["rust-s3"]

rust-s3/Cargo.toml

+2-6
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,11 @@ edition = "2018"
1414
name = "s3"
1515
path = "src/lib.rs"
1616

17-
# [[bin]]
18-
# name = "simple_crud"
19-
# path = "bin/simple_crud.rs"
20-
2117
[dependencies]
2218
async-std = { version = "1", optional = true }
2319
async-trait = "0.1"
2420
attohttpc = { version = "0.19", optional = true, default-features = false }
25-
aws-creds = { path = "../aws-creds" }
21+
aws-creds = { version = "0.36.0" }
2622
aws-region = { version = "0.25.4" }
2723
base64 = "0.13"
2824
cfg-if = "1"
@@ -76,5 +72,5 @@ tokio = { version = "1", features = ["rt", "rt-multi-thread", "macros", "fs"] }
7672
async-std = { version = "1", features = ["attributes"] }
7773
uuid = { version = "1", features = ["v4"] }
7874
env_logger = "0.9"
79-
aws-creds = { path = "../aws-creds", features = ["http-credentials"] }
75+
aws-creds = { version = "0.36.0", features = ["http-credentials"] }
8076
anyhow = "1"

0 commit comments

Comments
 (0)