summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStuart Stock <stuart@int08h.com>2019-08-11 18:07:27 -0500
committerStuart Stock <stuart@int08h.com>2019-08-11 18:07:27 -0500
commita0165c01946efbedd2f274bad02a33ab52c01e32 (patch)
tree44c0812d63c12c6a15b40f0ca472fde8b38a10de
parentb7b89a52058b4d2f86cd9e59cd39aeae04113342 (diff)
downloadroughenough-a0165c01946efbedd2f274bad02a33ab52c01e32.zip
Update google-cloudkms 1.0.8 -> 1.0.10
-rw-r--r--Cargo.toml3
1 files changed, 2 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 070b26d..5e90794 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -44,7 +44,8 @@ rusoto_kms = { version = "0.40", 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.
-google-cloudkms1 = { version = "1.0.8+20181005", optional = true }
+# Exact build date '1.0.10+20190626' not included to avoid Cargo warning 'semver metadata ignored'
+google-cloudkms1 = { version = "1.0.10", optional = true }
hyper = { version = "^0.10", optional = true }
hyper-rustls = { version = "^0.6", optional = true }
serde = { version = "^1.0", optional = true }