Skip to content

Commit

Permalink
chore(aws-sdk): loosen dependencies
Browse files Browse the repository at this point in the history
Loosens the dependencies of `xray-lite-aws-sdk`.
Bumps version to 0.0.2.
  • Loading branch information
kikuomax committed Mar 21, 2024
1 parent d45a887 commit 6d72d6d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions xray-lite-aws-sdk/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "xray-lite-aws-sdk"
version = "0.0.1"
version = "0.0.2"
atuthors = ["Kikuo Emoto <[email protected]>"]
edition = "2021"
description = "xray-lite extension for AWS SDK for Rust"
Expand All @@ -15,9 +15,9 @@ repository = "https://github.com/codemonger-io/xray-lite"
name = "xray_lite_aws_sdk"

[dependencies]
aws-smithy-runtime-api = { version = "1.1.7", features = ["client"] }
aws-smithy-types = "1.1.7"
aws-types = "1.1.7"
aws-smithy-runtime-api = { version = "1.1", features = ["client"] }
aws-smithy-types = "1.1"
aws-types = "1.1"
xray-lite = { path = "../xray-lite" }

[dev-dependencies]
Expand Down

0 comments on commit 6d72d6d

Please sign in to comment.