Skip to content

Commit

Permalink
sources: update rusoto to 0.47.0
Browse files Browse the repository at this point in the history
This brings in a tough update to use a consistent rusoto version.
  • Loading branch information
tjkirch committed Jul 31, 2021
1 parent e3088cb commit d8b6d3f
Show file tree
Hide file tree
Showing 2 changed files with 41 additions and 26 deletions.
63 changes: 39 additions & 24 deletions sources/Cargo.lock

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

4 changes: 2 additions & 2 deletions sources/api/pluto/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ exclude = ["README.md"]
apiclient = { path = "../apiclient" }
imdsclient = { path = "../../imdsclient" }
models = { path = "../../models" }
rusoto_core = { version = "0.46", default-features = false, features = ["rustls"] }
rusoto_eks = { version = "0.46", default-features = false, features = ["rustls"] }
rusoto_core = { version = "0.47", default-features = false, features = ["rustls"] }
rusoto_eks = { version = "0.47", default-features = false, features = ["rustls"] }
serde_json = "1"
snafu = "0.6"
tokio = { version = "~1.8", default-features = false, features = ["macros", "rt-multi-thread"] } # LTS
Expand Down

0 comments on commit d8b6d3f

Please sign in to comment.