summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStuart Stock <stuart@int08h.com>2019-12-21 18:13:55 -0600
committerStuart Stock <stuart@int08h.com>2019-12-21 18:14:23 -0600
commitf490a0c2b017d410947d9493e7029cc024d59d28 (patch)
treeb6b0c8edca87c1cc63c83e303cef2b1a1b78e311
parentae063d9aa9aae570faabcc4d73f709e368c346b3 (diff)
downloadroughenough-f490a0c2b017d410947d9493e7029cc024d59d28.zip
Dependency update to latest stable rusoto and cloudkms
-rw-r--r--Cargo.toml6
1 files changed, 3 insertions, 3 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 47dee74..7a66156 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -37,14 +37,14 @@ untrusted = "0.6"
yaml-rust = "0.3"
# Used by 'awskms'
-rusoto_core = { version = "0.40", optional = true }
-rusoto_kms = { version = "0.40", optional = true }
+rusoto_core = { version = "0.42", optional = true }
+rusoto_kms = { version = "0.42", optional = true }
# Used by 'gcpkms'
# google-cloudkms1 intentionally uses an old version of Hyper. See
# https://github.com/Byron/google-apis-rs/issues/173 for more information.
# Exact build date '1.0.10+20190626' not included to avoid Cargo warning 'semver metadata ignored'
-google-cloudkms1 = { version = "1.0.10", optional = true }
+google-cloudkms1 = { version = "1.0.12", optional = true }
hyper = { version = "^0.10", optional = true }
hyper-rustls = { version = "^0.6", optional = true }
serde = { version = "^1.0", optional = true }