fix(ses): use updated rusoto version that sends message in body (#164) r=@vladikoff

Fixes https://github.com/mozilla/fxa-email-service/issues/139
This commit is contained in:
Beatriz Rizental 2018-08-09 11:21:32 -07:00 коммит произвёл Vlad Filippov
Родитель 501a59167c
Коммит c085cbb3f3
2 изменённых файлов: 279 добавлений и 242 удалений

511
Cargo.lock сгенерированный

Разница между файлами не показана из-за своего большого размера Загрузить разницу

Просмотреть файл

@ -33,11 +33,11 @@ reqwest = ">=0.8.5"
rocket = { git = "https://github.com/SergioBenitez/Rocket", rev="d7f6d82fe4d35ee79c424dd4164733b22f17f80a" }
rocket_codegen = { git = "https://github.com/SergioBenitez/Rocket", rev="d7f6d82fe4d35ee79c424dd4164733b22f17f80a" }
rocket_contrib = { git = "https://github.com/SergioBenitez/Rocket", rev="d7f6d82fe4d35ee79c424dd4164733b22f17f80a" }
rusoto_core = { git = "https://github.com/rusoto/rusoto/", rev="9e22eb3876a02375b3dbe14d0340f9b5c1fc55e9" }
rusoto_credential = { git = "https://github.com/rusoto/rusoto/", rev="9e22eb3876a02375b3dbe14d0340f9b5c1fc55e9" }
rusoto_mock = { git = "https://github.com/rusoto/rusoto/", rev="9e22eb3876a02375b3dbe14d0340f9b5c1fc55e9" }
rusoto_ses = { git = "https://github.com/rusoto/rusoto/", rev="9e22eb3876a02375b3dbe14d0340f9b5c1fc55e9" }
rusoto_sqs = { git = "https://github.com/rusoto/rusoto/", rev="9e22eb3876a02375b3dbe14d0340f9b5c1fc55e9" }
rusoto_core = { git = "https://github.com/brizental/rusoto", branch="request-body-params" }
rusoto_credential = { git = "https://github.com/brizental/rusoto", branch="request-body-params" }
rusoto_mock = { git = "https://github.com/brizental/rusoto", branch="request-body-params" }
rusoto_ses = { git = "https://github.com/brizental/rusoto", branch="request-body-params" }
rusoto_sqs = { git = "https://github.com/brizental/rusoto", branch="request-body-params" }
sendgrid = ">=0.7.1"
serde = ">=1.0"
serde_derive = ">=1.0"