Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: itmettkeDE/lambda-runtime-types
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 6b306962f91eac28a4dad55376e10073c6a525a4
Choose a base ref
..
head repository: itmettkeDE/lambda-runtime-types
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 73b279029857d616a2eeeeee295b457311f3e8ac
Choose a head ref
Showing with 1 addition and 1 deletion.
  1. +1 −1 Cargo.toml
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -35,7 +35,7 @@ serde = { version = "1", features = ["derive"] }
tokio = "1"

aws-config = { version = "1.1", features = ["rustls"], optional = true }
aws-sdk-secretsmanager = { version = "1.19", features = ["rustls"], optional = true }
aws-sdk-secretsmanager = { version = "1.20", features = ["rustls"], optional = true }
rusoto_core = { version = "0.48", default-features = false, features = ["rustls"], optional = true }
rusoto_secretsmanager = { version = "0.48", default-features = false, features = ["rustls"], optional = true }
serde_json = { version = "1", optional = true }