Skip to content

Commit

Permalink
Bump aws-creds
Browse files Browse the repository at this point in the history
  • Loading branch information
durch committed Aug 30, 2024
1 parent 8855b0d commit ecaf713
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions s3/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rust-s3"
version = "0.35.1"
version = "0.36.0-alpha.1"
authors = ["Drazen Urch"]
description = "Rust library for working with AWS S3 and compatible object storage APIs"
repository = "https://github.com/durch/rust-s3"
Expand Down Expand Up @@ -43,10 +43,10 @@ path = "../examples/gcs-tokio.rs"
async-std = { version = "1", optional = true }
async-trait = "0.1"
attohttpc = { version = "0.28", optional = true, default-features = false }
# aws-creds = { version = "0.36", path = "../aws-creds", default-features = false }
# aws-creds = { version = "*", path = "../aws-creds", default-features = false }
# aws-region = { version = "0.25.4", path = "../aws-region" }
aws-region = "0.25"
aws-creds = { version = "0.37", default-features = false }
aws-creds = { version = "0.38", default-features = false }
base64 = "0.22"
cfg-if = "1"
time = { version = "^0.3.6", features = ["formatting", "macros"] }
Expand Down

0 comments on commit ecaf713

Please sign in to comment.