summaryrefslogtreecommitdiffstats
path: root/Cargo.lock
diff options
context:
space:
mode:
authorJustus Winter <justus@sequoia-pgp.org>2019-08-22 15:49:35 +0200
committerJustus Winter <justus@sequoia-pgp.org>2019-08-22 15:49:35 +0200
commit51da1f3911ea79ae7dc83e0f30789f35ac5ef4c4 (patch)
tree9a5ed36524ee87db33c9ab3d30f11e88a1da2b43 /Cargo.lock
parentee21a762b5595cbdea6de05c7c651e2c3e87025b (diff)
Bump syn, quote, and proc-macro2 to 1.0.
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock6
1 files changed, 3 insertions, 3 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 95989766..8bd86ad3 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1610,10 +1610,10 @@ name = "sequoia-ffi-macros"
version = "0.9.0"
dependencies = [
"lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
- "proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)",
- "quote 0.6.13 (registry+https://github.com/rust-lang/crates.io-index)",
+ "proc-macro2 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
+ "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
"sha2 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
- "syn 0.15.44 (registry+https://github.com/rust-lang/crates.io-index)",
+ "syn 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]