summary refs log tree commit diff
path: root/p9
diff options
context:
space:
mode:
authorDylan Reid <dgreid@chromium.org>2020-01-28 12:31:15 -0800
committerCommit Bot <commit-bot@chromium.org>2020-02-06 05:28:15 +0000
commit672559f91ae54664fc1f76326c0ecc4008da4c09 (patch)
tree05a1d14081aefbc91dcc3a3c4e3988688f1b84ee /p9
parent3eb7927bcd1aeb5578aab3109b9fb90c7a641af5 (diff)
downloadcrosvm-672559f91ae54664fc1f76326c0ecc4008da4c09.tar
crosvm-672559f91ae54664fc1f76326c0ecc4008da4c09.tar.gz
crosvm-672559f91ae54664fc1f76326c0ecc4008da4c09.tar.bz2
crosvm-672559f91ae54664fc1f76326c0ecc4008da4c09.tar.lz
crosvm-672559f91ae54664fc1f76326c0ecc4008da4c09.tar.xz
crosvm-672559f91ae54664fc1f76326c0ecc4008da4c09.tar.zst
crosvm-672559f91ae54664fc1f76326c0ecc4008da4c09.zip
Update syn, quote, and proc-macro past 1.0
These were pinned at pre-1.0 versions. Update to the stable API to allow
new features to be used in the future.

Cq-Depend: chromium:2026764
Change-Id: Id2d979525e5210436cbb1cfa61e2b05fafb288f3
Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/crosvm/+/2025907
Tested-by: Dylan Reid <dgreid@chromium.org>
Tested-by: kokoro <noreply+kokoro@google.com>
Commit-Queue: Dylan Reid <dgreid@chromium.org>
Reviewed-by: Dylan Reid <dgreid@chromium.org>
Reviewed-by: Zach Reizner <zachr@chromium.org>
Diffstat (limited to 'p9')
-rw-r--r--p9/wire_format_derive/Cargo.toml6
1 files changed, 3 insertions, 3 deletions
diff --git a/p9/wire_format_derive/Cargo.toml b/p9/wire_format_derive/Cargo.toml
index da6cc52..ef6350d 100644
--- a/p9/wire_format_derive/Cargo.toml
+++ b/p9/wire_format_derive/Cargo.toml
@@ -5,9 +5,9 @@ authors = ["The Chromium OS Authors"]
 edition = "2018"
 
 [dependencies]
-proc-macro2 = "=0.4"
-quote = "=0.6"
-syn = "=0.15"
+proc-macro2 = "^1"
+quote = "^1"
+syn = "^1"
 
 [lib]
 proc-macro = true