Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion aws_secretsmanager_agent/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ aws_secretsmanager_caching = { version = "2.0.0", path = "../aws_secretsmanager_
hyper = { version = "1", features = ["http1", "server", "client"] }
aws-smithy-runtime = { version = "1", features = ["test-util"] }
tokio = { version = "1", features = ["test-util", "rt-multi-thread", "net", "macros"] }
http = "0.2.9"
http = "1.3.1"
aws-smithy-types = "1"

[features]
Expand Down
2 changes: 1 addition & 1 deletion aws_secretsmanager_caching/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ aws-smithy-mocks-experimental = "0"
aws-smithy-runtime = { version = "1", features = ["test-util", "wire-mock"] }
aws-sdk-secretsmanager = { version = "1", features = ["test-util"] }
tokio = { version = "1", features = ["macros", "rt", "sync", "test-util"] }
http = "0"
http = "1"
tokio-test = "0.4.4"

[features]
Expand Down
Loading