Skip to content

Commit

Permalink
Stabilize aws-* dependencies at 1 (#219) (#220)
Browse files Browse the repository at this point in the history
Signed-off-by: Thomas Farr <tsfarr@amazon.com>
(cherry picked from commit ec68493)

Co-authored-by: Thomas Farr <tsfarr@amazon.com>
  • Loading branch information
opensearch-trigger-bot[bot] and Xtansia committed Nov 20, 2023
1 parent 196094d commit 7953e6c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
### Added

### Dependencies
- Bound `aws-*` dependencies to `<1.0` ([#215](https://github.com/opensearch-project/opensearch-rs/pull/215))
- Bumps `aws-*` dependencies to `1` ([#219](https://github.com/opensearch-project/opensearch-rs/pull/219))
- Bumps `itertools` from 0.11.0 to 0.12.0

### Changed
Expand Down
12 changes: 6 additions & 6 deletions opensearch/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,15 +40,15 @@ serde = { version = "1", features = ["derive"] }
serde_json = "1"
serde_with = "3"
void = "1.0.2"
aws-credential-types = { version = ">= 0.57, <1.0", optional = true }
aws-sigv4 = { version = ">= 0.57, <1.0", optional = true }
aws-smithy-runtime-api = { version = ">= 0.57, <1.0", optional = true, features = ["client"]}
aws-types = { version = ">= 0.57, <1.0", optional = true }
aws-credential-types = { version = "1", optional = true }
aws-sigv4 = { version = "1", optional = true }
aws-smithy-runtime-api = { version = "1", optional = true, features = ["client"]}
aws-types = { version = "1", optional = true }

[dev-dependencies]
anyhow = "1.0"
aws-config = ">= 0.57, <1.0"
aws-smithy-async = ">= 0.57, <1.0"
aws-config = "1"
aws-smithy-async = "1"
chrono = { version = "0.4", features = ["serde"] }
clap = "2"
futures = "0.3.1"
Expand Down

0 comments on commit 7953e6c

Please sign in to comment.