summary refs log tree commit diff
path: root/msg_socket
diff options
context:
space:
mode:
Diffstat (limited to 'msg_socket')
-rw-r--r--msg_socket/Cargo.toml2
-rw-r--r--msg_socket/msg_on_socket_derive/Cargo.toml4
2 files changed, 3 insertions, 3 deletions
diff --git a/msg_socket/Cargo.toml b/msg_socket/Cargo.toml
index da95b85..dcfccfc 100644
--- a/msg_socket/Cargo.toml
+++ b/msg_socket/Cargo.toml
@@ -5,6 +5,6 @@ authors = ["The Chromium OS Authors"]
 edition = "2018"
 
 [dependencies]
+data_model = { path = "../data_model" }
 msg_on_socket_derive = { path = "msg_on_socket_derive" }
 sys_util = { path = "../sys_util"  }
-data_model = { path = "../data_model" }
diff --git a/msg_socket/msg_on_socket_derive/Cargo.toml b/msg_socket/msg_on_socket_derive/Cargo.toml
index 08d581a..78e88de 100644
--- a/msg_socket/msg_on_socket_derive/Cargo.toml
+++ b/msg_socket/msg_on_socket_derive/Cargo.toml
@@ -5,9 +5,9 @@ authors = ["The Chromium OS Authors"]
 edition = "2018"
 
 [dependencies]
-syn = "=0.15"
-quote = "=0.6"
 proc-macro2 = "=0.4"
+quote = "=0.6"
+syn = "=0.15"
 
 [lib]
 proc-macro = true