This is an automated email from the ASF dual-hosted git repository. yuanz pushed a commit to branch release-v0.2.0 in repository https://gitbox.apache.org/repos/asf/incubator-teaclave-trustzone-sdk.git
commit 4f2330b3030039347148f2e118e761605d15d402 Author: Yuan Zhuang <[email protected]> AuthorDate: Tue Mar 22 11:07:07 2022 +0000 Version bump to 0.2.0 --- examples/acipher-rs/host/Cargo.lock | 64 +++++------ examples/acipher-rs/host/Cargo.toml | 2 +- examples/acipher-rs/proto/Cargo.toml | 2 +- examples/acipher-rs/ta/Cargo.lock | 10 +- examples/acipher-rs/ta/Cargo.toml | 2 +- examples/aes-rs/host/Cargo.lock | 64 +++++------ examples/aes-rs/host/Cargo.toml | 2 +- examples/aes-rs/proto/Cargo.toml | 2 +- examples/aes-rs/ta/Cargo.lock | 10 +- examples/aes-rs/ta/Cargo.toml | 2 +- examples/authentication-rs/host/Cargo.lock | 64 +++++------ examples/authentication-rs/host/Cargo.toml | 2 +- examples/authentication-rs/proto/Cargo.toml | 2 +- examples/authentication-rs/ta/Cargo.lock | 10 +- examples/authentication-rs/ta/Cargo.toml | 2 +- examples/big_int-rs/host/Cargo.lock | 64 +++++------ examples/big_int-rs/host/Cargo.toml | 2 +- examples/big_int-rs/proto/Cargo.toml | 2 +- examples/big_int-rs/ta/Cargo.lock | 10 +- examples/big_int-rs/ta/Cargo.toml | 2 +- examples/diffie_hellman-rs/host/Cargo.lock | 64 +++++------ examples/diffie_hellman-rs/host/Cargo.toml | 2 +- examples/diffie_hellman-rs/proto/Cargo.toml | 2 +- examples/diffie_hellman-rs/ta/Cargo.lock | 10 +- examples/diffie_hellman-rs/ta/Cargo.toml | 2 +- examples/digest-rs/host/Cargo.lock | 64 +++++------ examples/digest-rs/host/Cargo.toml | 2 +- examples/digest-rs/proto/Cargo.toml | 2 +- examples/digest-rs/ta/Cargo.lock | 10 +- examples/digest-rs/ta/Cargo.toml | 2 +- examples/hello_world-rs/host/Cargo.lock | 64 +++++------ examples/hello_world-rs/host/Cargo.toml | 2 +- examples/hello_world-rs/proto/Cargo.toml | 2 +- examples/hello_world-rs/ta/Cargo.lock | 10 +- examples/hello_world-rs/ta/Cargo.toml | 2 +- examples/hotp-rs/host/Cargo.lock | 64 +++++------ examples/hotp-rs/host/Cargo.toml | 2 +- examples/hotp-rs/proto/Cargo.toml | 2 +- examples/hotp-rs/ta/Cargo.lock | 10 +- examples/hotp-rs/ta/Cargo.toml | 2 +- .../message_passing_interface-rs/host/Cargo.lock | 124 ++++++++++----------- .../message_passing_interface-rs/host/Cargo.toml | 2 +- .../message_passing_interface-rs/proto/Cargo.toml | 2 +- .../message_passing_interface-rs/ta/Cargo.lock | 10 +- .../message_passing_interface-rs/ta/Cargo.toml | 2 +- examples/random-rs/host/Cargo.lock | 64 +++++------ examples/random-rs/host/Cargo.toml | 2 +- examples/random-rs/proto/Cargo.toml | 2 +- examples/random-rs/ta/Cargo.lock | 10 +- examples/random-rs/ta/Cargo.toml | 2 +- examples/secure_storage-rs/host/Cargo.lock | 64 +++++------ examples/secure_storage-rs/host/Cargo.toml | 2 +- examples/secure_storage-rs/proto/Cargo.toml | 2 +- examples/secure_storage-rs/ta/Cargo.lock | 10 +- examples/secure_storage-rs/ta/Cargo.toml | 2 +- examples/serde-rs/host/Cargo.lock | 92 +++++++-------- examples/serde-rs/host/Cargo.toml | 2 +- examples/serde-rs/proto/Cargo.toml | 2 +- examples/serde-rs/ta/Cargo.lock | 10 +- examples/serde-rs/ta/Cargo.toml | 2 +- examples/supp_plugin-rs/host/Cargo.lock | 62 +++++------ examples/supp_plugin-rs/host/Cargo.toml | 2 +- examples/supp_plugin-rs/plugin/Cargo.lock | 68 +++++------ examples/supp_plugin-rs/plugin/Cargo.toml | 2 +- examples/supp_plugin-rs/proto/Cargo.toml | 2 +- examples/supp_plugin-rs/ta/Cargo.lock | 10 +- examples/supp_plugin-rs/ta/Cargo.toml | 2 +- examples/tcp_client-rs/host/Cargo.lock | 64 +++++------ examples/tcp_client-rs/host/Cargo.toml | 2 +- examples/tcp_client-rs/proto/Cargo.toml | 2 +- examples/tcp_client-rs/ta/Cargo.lock | 10 +- examples/tcp_client-rs/ta/Cargo.toml | 2 +- examples/time-rs/host/Cargo.lock | 64 +++++------ examples/time-rs/host/Cargo.toml | 2 +- examples/time-rs/proto/Cargo.toml | 2 +- examples/time-rs/ta/Cargo.lock | 10 +- examples/time-rs/ta/Cargo.toml | 2 +- examples/udp_socket-rs/host/Cargo.lock | 64 +++++------ examples/udp_socket-rs/host/Cargo.toml | 2 +- examples/udp_socket-rs/proto/Cargo.toml | 2 +- examples/udp_socket-rs/ta/Cargo.lock | 10 +- examples/udp_socket-rs/ta/Cargo.toml | 2 +- optee-teec/Cargo.toml | 2 +- optee-teec/macros/Cargo.toml | 2 +- optee-teec/optee-teec-sys/Cargo.toml | 2 +- optee-teec/systest/Cargo.toml | 2 +- optee-utee/Cargo.toml | 2 +- optee-utee/macros/Cargo.toml | 2 +- optee-utee/optee-utee-sys/Cargo.toml | 2 +- optee-utee/systest/Cargo.toml | 2 +- 90 files changed, 726 insertions(+), 726 deletions(-) diff --git a/examples/acipher-rs/host/Cargo.lock b/examples/acipher-rs/host/Cargo.lock index 564e6f7..6ede04d 100644 --- a/examples/acipher-rs/host/Cargo.lock +++ b/examples/acipher-rs/host/Cargo.lock @@ -1,104 +1,104 @@ # This file is automatically @generated by Cargo. # It is not intended for manual editing. +version = 3 + [[package]] name = "acipher-rs" -version = "0.1.0" +version = "0.2.0" dependencies = [ - "libc 0.2.95 (registry+https://github.com/rust-lang/crates.io-index)", - "optee-teec 0.1.0", - "proto 0.1.0", + "libc", + "optee-teec", + "proto", ] [[package]] name = "hex" version = "0.3.2" source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "805026a5d0141ffc30abb3be3173848ad46a1b1664fe632428479619a3644d77" [[package]] name = "libc" version = "0.2.95" source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "789da6d93f1b866ffe175afc5322a4d76c038605a1c3319bb57b06967ca98a36" [[package]] name = "optee-teec" -version = "0.1.0" +version = "0.2.0" dependencies = [ - "hex 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)", - "libc 0.2.95 (registry+https://github.com/rust-lang/crates.io-index)", - "optee-teec-macros 0.1.0", - "optee-teec-sys 0.1.0", - "uuid 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)", + "hex", + "libc", + "optee-teec-macros", + "optee-teec-sys", + "uuid 0.7.2", ] [[package]] name = "optee-teec-macros" -version = "0.1.0" +version = "0.2.0" dependencies = [ - "quote 0.6.13 (registry+https://github.com/rust-lang/crates.io-index)", - "syn 0.15.44 (registry+https://github.com/rust-lang/crates.io-index)", + "quote", + "syn", ] [[package]] name = "optee-teec-sys" -version = "0.1.0" +version = "0.2.0" dependencies = [ - "libc 0.2.95 (registry+https://github.com/rust-lang/crates.io-index)", + "libc", ] [[package]] name = "proc-macro2" version = "0.4.30" source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "cf3d2011ab5c909338f7887f4fc896d35932e29146c12c8d01da6b22a80ba759" dependencies = [ - "unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", + "unicode-xid", ] [[package]] name = "proto" -version = "0.1.0" +version = "0.2.0" dependencies = [ - "uuid 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)", + "uuid 0.8.2", ] [[package]] name = "quote" version = "0.6.13" source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "6ce23b6b870e8f94f81fb0a363d65d86675884b34a09043c81e5562f11c1f8e1" dependencies = [ - "proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)", + "proc-macro2", ] [[package]] name = "syn" version = "0.15.44" source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9ca4b3b69a77cbe1ffc9e198781b7acb0c7365a883670e8f1c1bc66fba79a5c5" dependencies = [ - "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)", - "unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", + "proc-macro2", + "quote", + "unicode-xid", ] [[package]] name = "unicode-xid" version = "0.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "fc72304796d0818e357ead4e000d19c9c174ab23dc11093ac919054d20a6a7fc" [[package]] name = "uuid" version = "0.7.2" source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "0238db0c5b605dd1cf51de0f21766f97fba2645897024461d6a00c036819a768" [[package]] name = "uuid" version = "0.8.2" source = "registry+https://github.com/rust-lang/crates.io-index" - -[metadata] -"checksum hex 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "805026a5d0141ffc30abb3be3173848ad46a1b1664fe632428479619a3644d77" -"checksum libc 0.2.95 (registry+https://github.com/rust-lang/crates.io-index)" = "789da6d93f1b866ffe175afc5322a4d76c038605a1c3319bb57b06967ca98a36" -"checksum proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)" = "cf3d2011ab5c909338f7887f4fc896d35932e29146c12c8d01da6b22a80ba759" -"checksum quote 0.6.13 (registry+https://github.com/rust-lang/crates.io-index)" = "6ce23b6b870e8f94f81fb0a363d65d86675884b34a09043c81e5562f11c1f8e1" -"checksum syn 0.15.44 (registry+https://github.com/rust-lang/crates.io-index)" = "9ca4b3b69a77cbe1ffc9e198781b7acb0c7365a883670e8f1c1bc66fba79a5c5" -"checksum unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "fc72304796d0818e357ead4e000d19c9c174ab23dc11093ac919054d20a6a7fc" -"checksum uuid 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)" = "0238db0c5b605dd1cf51de0f21766f97fba2645897024461d6a00c036819a768" -"checksum uuid 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)" = "bc5cf98d8186244414c848017f0e2676b3fcb46807f6668a97dfe67359a3c4b7" +checksum = "bc5cf98d8186244414c848017f0e2676b3fcb46807f6668a97dfe67359a3c4b7" diff --git a/examples/acipher-rs/host/Cargo.toml b/examples/acipher-rs/host/Cargo.toml index 7792b79..e8e3523 100644 --- a/examples/acipher-rs/host/Cargo.toml +++ b/examples/acipher-rs/host/Cargo.toml @@ -17,7 +17,7 @@ [package] name = "acipher-rs" -version = "0.1.0" +version = "0.2.0" authors = ["Teaclave Contributors <[email protected]>"] license = "Apache-2.0" repository = "https://github.com/apache/incubator-teaclave-trustzone-sdk.git" diff --git a/examples/acipher-rs/proto/Cargo.toml b/examples/acipher-rs/proto/Cargo.toml index b829510..a12d1c0 100644 --- a/examples/acipher-rs/proto/Cargo.toml +++ b/examples/acipher-rs/proto/Cargo.toml @@ -17,7 +17,7 @@ [package] name = "proto" -version = "0.1.0" +version = "0.2.0" authors = ["Teaclave Contributors <[email protected]>"] license = "Apache-2.0" repository = "https://github.com/apache/incubator-teaclave-trustzone-sdk.git" diff --git a/examples/acipher-rs/ta/Cargo.lock b/examples/acipher-rs/ta/Cargo.lock index 9d011c6..7657d4a 100644 --- a/examples/acipher-rs/ta/Cargo.lock +++ b/examples/acipher-rs/ta/Cargo.lock @@ -20,7 +20,7 @@ version = "0.2.99" [[package]] name = "optee-utee" -version = "0.1.0" +version = "0.2.0" dependencies = [ "bitflags", "hex", @@ -32,7 +32,7 @@ dependencies = [ [[package]] name = "optee-utee-macros" -version = "0.1.0" +version = "0.2.0" dependencies = [ "quote", "syn", @@ -40,7 +40,7 @@ dependencies = [ [[package]] name = "optee-utee-sys" -version = "0.1.0" +version = "0.2.0" dependencies = [ "libc", ] @@ -56,7 +56,7 @@ dependencies = [ [[package]] name = "proto" -version = "0.1.0" +version = "0.2.0" dependencies = [ "uuid", ] @@ -83,7 +83,7 @@ dependencies = [ [[package]] name = "ta" -version = "0.1.0" +version = "0.2.0" dependencies = [ "libc", "optee-utee", diff --git a/examples/acipher-rs/ta/Cargo.toml b/examples/acipher-rs/ta/Cargo.toml index 742f5fe..6a75dbb 100644 --- a/examples/acipher-rs/ta/Cargo.toml +++ b/examples/acipher-rs/ta/Cargo.toml @@ -17,7 +17,7 @@ [package] name = "ta" -version = "0.1.0" +version = "0.2.0" authors = ["Teaclave Contributors <[email protected]>"] license = "Apache-2.0" repository = "https://github.com/apache/incubator-teaclave-trustzone-sdk.git" diff --git a/examples/aes-rs/host/Cargo.lock b/examples/aes-rs/host/Cargo.lock index 20fe177..93b08e0 100644 --- a/examples/aes-rs/host/Cargo.lock +++ b/examples/aes-rs/host/Cargo.lock @@ -1,104 +1,104 @@ # This file is automatically @generated by Cargo. # It is not intended for manual editing. +version = 3 + [[package]] name = "aes-rs" -version = "0.1.0" +version = "0.2.0" dependencies = [ - "libc 0.2.95 (registry+https://github.com/rust-lang/crates.io-index)", - "optee-teec 0.1.0", - "proto 0.1.0", + "libc", + "optee-teec", + "proto", ] [[package]] name = "hex" version = "0.3.2" source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "805026a5d0141ffc30abb3be3173848ad46a1b1664fe632428479619a3644d77" [[package]] name = "libc" version = "0.2.95" source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "789da6d93f1b866ffe175afc5322a4d76c038605a1c3319bb57b06967ca98a36" [[package]] name = "optee-teec" -version = "0.1.0" +version = "0.2.0" dependencies = [ - "hex 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)", - "libc 0.2.95 (registry+https://github.com/rust-lang/crates.io-index)", - "optee-teec-macros 0.1.0", - "optee-teec-sys 0.1.0", - "uuid 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)", + "hex", + "libc", + "optee-teec-macros", + "optee-teec-sys", + "uuid 0.7.2", ] [[package]] name = "optee-teec-macros" -version = "0.1.0" +version = "0.2.0" dependencies = [ - "quote 0.6.13 (registry+https://github.com/rust-lang/crates.io-index)", - "syn 0.15.44 (registry+https://github.com/rust-lang/crates.io-index)", + "quote", + "syn", ] [[package]] name = "optee-teec-sys" -version = "0.1.0" +version = "0.2.0" dependencies = [ - "libc 0.2.95 (registry+https://github.com/rust-lang/crates.io-index)", + "libc", ] [[package]] name = "proc-macro2" version = "0.4.30" source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "cf3d2011ab5c909338f7887f4fc896d35932e29146c12c8d01da6b22a80ba759" dependencies = [ - "unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", + "unicode-xid", ] [[package]] name = "proto" -version = "0.1.0" +version = "0.2.0" dependencies = [ - "uuid 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)", + "uuid 0.8.2", ] [[package]] name = "quote" version = "0.6.13" source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "6ce23b6b870e8f94f81fb0a363d65d86675884b34a09043c81e5562f11c1f8e1" dependencies = [ - "proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)", + "proc-macro2", ] [[package]] name = "syn" version = "0.15.44" source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9ca4b3b69a77cbe1ffc9e198781b7acb0c7365a883670e8f1c1bc66fba79a5c5" dependencies = [ - "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)", - "unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", + "proc-macro2", + "quote", + "unicode-xid", ] [[package]] name = "unicode-xid" version = "0.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "fc72304796d0818e357ead4e000d19c9c174ab23dc11093ac919054d20a6a7fc" [[package]] name = "uuid" version = "0.7.2" source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "0238db0c5b605dd1cf51de0f21766f97fba2645897024461d6a00c036819a768" [[package]] name = "uuid" version = "0.8.2" source = "registry+https://github.com/rust-lang/crates.io-index" - -[metadata] -"checksum hex 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "805026a5d0141ffc30abb3be3173848ad46a1b1664fe632428479619a3644d77" -"checksum libc 0.2.95 (registry+https://github.com/rust-lang/crates.io-index)" = "789da6d93f1b866ffe175afc5322a4d76c038605a1c3319bb57b06967ca98a36" -"checksum proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)" = "cf3d2011ab5c909338f7887f4fc896d35932e29146c12c8d01da6b22a80ba759" -"checksum quote 0.6.13 (registry+https://github.com/rust-lang/crates.io-index)" = "6ce23b6b870e8f94f81fb0a363d65d86675884b34a09043c81e5562f11c1f8e1" -"checksum syn 0.15.44 (registry+https://github.com/rust-lang/crates.io-index)" = "9ca4b3b69a77cbe1ffc9e198781b7acb0c7365a883670e8f1c1bc66fba79a5c5" -"checksum unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "fc72304796d0818e357ead4e000d19c9c174ab23dc11093ac919054d20a6a7fc" -"checksum uuid 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)" = "0238db0c5b605dd1cf51de0f21766f97fba2645897024461d6a00c036819a768" -"checksum uuid 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)" = "bc5cf98d8186244414c848017f0e2676b3fcb46807f6668a97dfe67359a3c4b7" +checksum = "bc5cf98d8186244414c848017f0e2676b3fcb46807f6668a97dfe67359a3c4b7" diff --git a/examples/aes-rs/host/Cargo.toml b/examples/aes-rs/host/Cargo.toml index 962bfe6..bacb6f2 100644 --- a/examples/aes-rs/host/Cargo.toml +++ b/examples/aes-rs/host/Cargo.toml @@ -17,7 +17,7 @@ [package] name = "aes-rs" -version = "0.1.0" +version = "0.2.0" authors = ["Teaclave Contributors <[email protected]>"] license = "Apache-2.0" repository = "https://github.com/apache/incubator-teaclave-trustzone-sdk.git" diff --git a/examples/aes-rs/proto/Cargo.toml b/examples/aes-rs/proto/Cargo.toml index b829510..a12d1c0 100644 --- a/examples/aes-rs/proto/Cargo.toml +++ b/examples/aes-rs/proto/Cargo.toml @@ -17,7 +17,7 @@ [package] name = "proto" -version = "0.1.0" +version = "0.2.0" authors = ["Teaclave Contributors <[email protected]>"] license = "Apache-2.0" repository = "https://github.com/apache/incubator-teaclave-trustzone-sdk.git" diff --git a/examples/aes-rs/ta/Cargo.lock b/examples/aes-rs/ta/Cargo.lock index 9d011c6..7657d4a 100644 --- a/examples/aes-rs/ta/Cargo.lock +++ b/examples/aes-rs/ta/Cargo.lock @@ -20,7 +20,7 @@ version = "0.2.99" [[package]] name = "optee-utee" -version = "0.1.0" +version = "0.2.0" dependencies = [ "bitflags", "hex", @@ -32,7 +32,7 @@ dependencies = [ [[package]] name = "optee-utee-macros" -version = "0.1.0" +version = "0.2.0" dependencies = [ "quote", "syn", @@ -40,7 +40,7 @@ dependencies = [ [[package]] name = "optee-utee-sys" -version = "0.1.0" +version = "0.2.0" dependencies = [ "libc", ] @@ -56,7 +56,7 @@ dependencies = [ [[package]] name = "proto" -version = "0.1.0" +version = "0.2.0" dependencies = [ "uuid", ] @@ -83,7 +83,7 @@ dependencies = [ [[package]] name = "ta" -version = "0.1.0" +version = "0.2.0" dependencies = [ "libc", "optee-utee", diff --git a/examples/aes-rs/ta/Cargo.toml b/examples/aes-rs/ta/Cargo.toml index 742f5fe..6a75dbb 100644 --- a/examples/aes-rs/ta/Cargo.toml +++ b/examples/aes-rs/ta/Cargo.toml @@ -17,7 +17,7 @@ [package] name = "ta" -version = "0.1.0" +version = "0.2.0" authors = ["Teaclave Contributors <[email protected]>"] license = "Apache-2.0" repository = "https://github.com/apache/incubator-teaclave-trustzone-sdk.git" diff --git a/examples/authentication-rs/host/Cargo.lock b/examples/authentication-rs/host/Cargo.lock index 45b6320..ff6f3f5 100644 --- a/examples/authentication-rs/host/Cargo.lock +++ b/examples/authentication-rs/host/Cargo.lock @@ -1,104 +1,104 @@ # This file is automatically @generated by Cargo. # It is not intended for manual editing. +version = 3 + [[package]] name = "authentication-rs" -version = "0.1.0" +version = "0.2.0" dependencies = [ - "libc 0.2.95 (registry+https://github.com/rust-lang/crates.io-index)", - "optee-teec 0.1.0", - "proto 0.1.0", + "libc", + "optee-teec", + "proto", ] [[package]] name = "hex" version = "0.3.2" source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "805026a5d0141ffc30abb3be3173848ad46a1b1664fe632428479619a3644d77" [[package]] name = "libc" version = "0.2.95" source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "789da6d93f1b866ffe175afc5322a4d76c038605a1c3319bb57b06967ca98a36" [[package]] name = "optee-teec" -version = "0.1.0" +version = "0.2.0" dependencies = [ - "hex 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)", - "libc 0.2.95 (registry+https://github.com/rust-lang/crates.io-index)", - "optee-teec-macros 0.1.0", - "optee-teec-sys 0.1.0", - "uuid 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)", + "hex", + "libc", + "optee-teec-macros", + "optee-teec-sys", + "uuid 0.7.2", ] [[package]] name = "optee-teec-macros" -version = "0.1.0" +version = "0.2.0" dependencies = [ - "quote 0.6.13 (registry+https://github.com/rust-lang/crates.io-index)", - "syn 0.15.44 (registry+https://github.com/rust-lang/crates.io-index)", + "quote", + "syn", ] [[package]] name = "optee-teec-sys" -version = "0.1.0" +version = "0.2.0" dependencies = [ - "libc 0.2.95 (registry+https://github.com/rust-lang/crates.io-index)", + "libc", ] [[package]] name = "proc-macro2" version = "0.4.30" source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "cf3d2011ab5c909338f7887f4fc896d35932e29146c12c8d01da6b22a80ba759" dependencies = [ - "unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", + "unicode-xid", ] [[package]] name = "proto" -version = "0.1.0" +version = "0.2.0" dependencies = [ - "uuid 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)", + "uuid 0.8.2", ] [[package]] name = "quote" version = "0.6.13" source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "6ce23b6b870e8f94f81fb0a363d65d86675884b34a09043c81e5562f11c1f8e1" dependencies = [ - "proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)", + "proc-macro2", ] [[package]] name = "syn" version = "0.15.44" source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9ca4b3b69a77cbe1ffc9e198781b7acb0c7365a883670e8f1c1bc66fba79a5c5" dependencies = [ - "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)", - "unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", + "proc-macro2", + "quote", + "unicode-xid", ] [[package]] name = "unicode-xid" version = "0.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "fc72304796d0818e357ead4e000d19c9c174ab23dc11093ac919054d20a6a7fc" [[package]] name = "uuid" version = "0.7.2" source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "0238db0c5b605dd1cf51de0f21766f97fba2645897024461d6a00c036819a768" [[package]] name = "uuid" version = "0.8.2" source = "registry+https://github.com/rust-lang/crates.io-index" - -[metadata] -"checksum hex 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "805026a5d0141ffc30abb3be3173848ad46a1b1664fe632428479619a3644d77" -"checksum libc 0.2.95 (registry+https://github.com/rust-lang/crates.io-index)" = "789da6d93f1b866ffe175afc5322a4d76c038605a1c3319bb57b06967ca98a36" -"checksum proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)" = "cf3d2011ab5c909338f7887f4fc896d35932e29146c12c8d01da6b22a80ba759" -"checksum quote 0.6.13 (registry+https://github.com/rust-lang/crates.io-index)" = "6ce23b6b870e8f94f81fb0a363d65d86675884b34a09043c81e5562f11c1f8e1" -"checksum syn 0.15.44 (registry+https://github.com/rust-lang/crates.io-index)" = "9ca4b3b69a77cbe1ffc9e198781b7acb0c7365a883670e8f1c1bc66fba79a5c5" -"checksum unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "fc72304796d0818e357ead4e000d19c9c174ab23dc11093ac919054d20a6a7fc" -"checksum uuid 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)" = "0238db0c5b605dd1cf51de0f21766f97fba2645897024461d6a00c036819a768" -"checksum uuid 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)" = "bc5cf98d8186244414c848017f0e2676b3fcb46807f6668a97dfe67359a3c4b7" +checksum = "bc5cf98d8186244414c848017f0e2676b3fcb46807f6668a97dfe67359a3c4b7" diff --git a/examples/authentication-rs/host/Cargo.toml b/examples/authentication-rs/host/Cargo.toml index 3e2e44c..ad965ca 100644 --- a/examples/authentication-rs/host/Cargo.toml +++ b/examples/authentication-rs/host/Cargo.toml @@ -17,7 +17,7 @@ [package] name = "authentication-rs" -version = "0.1.0" +version = "0.2.0" authors = ["Teaclave Contributors <[email protected]>"] license = "Apache-2.0" repository = "https://github.com/apache/incubator-teaclave-trustzone-sdk.git" diff --git a/examples/authentication-rs/proto/Cargo.toml b/examples/authentication-rs/proto/Cargo.toml index b829510..a12d1c0 100644 --- a/examples/authentication-rs/proto/Cargo.toml +++ b/examples/authentication-rs/proto/Cargo.toml @@ -17,7 +17,7 @@ [package] name = "proto" -version = "0.1.0" +version = "0.2.0" authors = ["Teaclave Contributors <[email protected]>"] license = "Apache-2.0" repository = "https://github.com/apache/incubator-teaclave-trustzone-sdk.git" diff --git a/examples/authentication-rs/ta/Cargo.lock b/examples/authentication-rs/ta/Cargo.lock index 9d011c6..7657d4a 100644 --- a/examples/authentication-rs/ta/Cargo.lock +++ b/examples/authentication-rs/ta/Cargo.lock @@ -20,7 +20,7 @@ version = "0.2.99" [[package]] name = "optee-utee" -version = "0.1.0" +version = "0.2.0" dependencies = [ "bitflags", "hex", @@ -32,7 +32,7 @@ dependencies = [ [[package]] name = "optee-utee-macros" -version = "0.1.0" +version = "0.2.0" dependencies = [ "quote", "syn", @@ -40,7 +40,7 @@ dependencies = [ [[package]] name = "optee-utee-sys" -version = "0.1.0" +version = "0.2.0" dependencies = [ "libc", ] @@ -56,7 +56,7 @@ dependencies = [ [[package]] name = "proto" -version = "0.1.0" +version = "0.2.0" dependencies = [ "uuid", ] @@ -83,7 +83,7 @@ dependencies = [ [[package]] name = "ta" -version = "0.1.0" +version = "0.2.0" dependencies = [ "libc", "optee-utee", diff --git a/examples/authentication-rs/ta/Cargo.toml b/examples/authentication-rs/ta/Cargo.toml index 742f5fe..6a75dbb 100644 --- a/examples/authentication-rs/ta/Cargo.toml +++ b/examples/authentication-rs/ta/Cargo.toml @@ -17,7 +17,7 @@ [package] name = "ta" -version = "0.1.0" +version = "0.2.0" authors = ["Teaclave Contributors <[email protected]>"] license = "Apache-2.0" repository = "https://github.com/apache/incubator-teaclave-trustzone-sdk.git" diff --git a/examples/big_int-rs/host/Cargo.lock b/examples/big_int-rs/host/Cargo.lock index 59bff3e..17dfd58 100644 --- a/examples/big_int-rs/host/Cargo.lock +++ b/examples/big_int-rs/host/Cargo.lock @@ -1,104 +1,104 @@ # This file is automatically @generated by Cargo. # It is not intended for manual editing. +version = 3 + [[package]] name = "big_int-rs" -version = "0.1.0" +version = "0.2.0" dependencies = [ - "libc 0.2.95 (registry+https://github.com/rust-lang/crates.io-index)", - "optee-teec 0.1.0", - "proto 0.1.0", + "libc", + "optee-teec", + "proto", ] [[package]] name = "hex" version = "0.3.2" source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "805026a5d0141ffc30abb3be3173848ad46a1b1664fe632428479619a3644d77" [[package]] name = "libc" version = "0.2.95" source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "789da6d93f1b866ffe175afc5322a4d76c038605a1c3319bb57b06967ca98a36" [[package]] name = "optee-teec" -version = "0.1.0" +version = "0.2.0" dependencies = [ - "hex 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)", - "libc 0.2.95 (registry+https://github.com/rust-lang/crates.io-index)", - "optee-teec-macros 0.1.0", - "optee-teec-sys 0.1.0", - "uuid 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)", + "hex", + "libc", + "optee-teec-macros", + "optee-teec-sys", + "uuid 0.7.2", ] [[package]] name = "optee-teec-macros" -version = "0.1.0" +version = "0.2.0" dependencies = [ - "quote 0.6.13 (registry+https://github.com/rust-lang/crates.io-index)", - "syn 0.15.44 (registry+https://github.com/rust-lang/crates.io-index)", + "quote", + "syn", ] [[package]] name = "optee-teec-sys" -version = "0.1.0" +version = "0.2.0" dependencies = [ - "libc 0.2.95 (registry+https://github.com/rust-lang/crates.io-index)", + "libc", ] [[package]] name = "proc-macro2" version = "0.4.30" source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "cf3d2011ab5c909338f7887f4fc896d35932e29146c12c8d01da6b22a80ba759" dependencies = [ - "unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", + "unicode-xid", ] [[package]] name = "proto" -version = "0.1.0" +version = "0.2.0" dependencies = [ - "uuid 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)", + "uuid 0.8.2", ] [[package]] name = "quote" version = "0.6.13" source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "6ce23b6b870e8f94f81fb0a363d65d86675884b34a09043c81e5562f11c1f8e1" dependencies = [ - "proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)", + "proc-macro2", ] [[package]] name = "syn" version = "0.15.44" source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9ca4b3b69a77cbe1ffc9e198781b7acb0c7365a883670e8f1c1bc66fba79a5c5" dependencies = [ - "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)", - "unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", + "proc-macro2", + "quote", + "unicode-xid", ] [[package]] name = "unicode-xid" version = "0.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "fc72304796d0818e357ead4e000d19c9c174ab23dc11093ac919054d20a6a7fc" [[package]] name = "uuid" version = "0.7.2" source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "0238db0c5b605dd1cf51de0f21766f97fba2645897024461d6a00c036819a768" [[package]] name = "uuid" version = "0.8.2" source = "registry+https://github.com/rust-lang/crates.io-index" - -[metadata] -"checksum hex 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "805026a5d0141ffc30abb3be3173848ad46a1b1664fe632428479619a3644d77" -"checksum libc 0.2.95 (registry+https://github.com/rust-lang/crates.io-index)" = "789da6d93f1b866ffe175afc5322a4d76c038605a1c3319bb57b06967ca98a36" -"checksum proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)" = "cf3d2011ab5c909338f7887f4fc896d35932e29146c12c8d01da6b22a80ba759" -"checksum quote 0.6.13 (registry+https://github.com/rust-lang/crates.io-index)" = "6ce23b6b870e8f94f81fb0a363d65d86675884b34a09043c81e5562f11c1f8e1" -"checksum syn 0.15.44 (registry+https://github.com/rust-lang/crates.io-index)" = "9ca4b3b69a77cbe1ffc9e198781b7acb0c7365a883670e8f1c1bc66fba79a5c5" -"checksum unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "fc72304796d0818e357ead4e000d19c9c174ab23dc11093ac919054d20a6a7fc" -"checksum uuid 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)" = "0238db0c5b605dd1cf51de0f21766f97fba2645897024461d6a00c036819a768" -"checksum uuid 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)" = "bc5cf98d8186244414c848017f0e2676b3fcb46807f6668a97dfe67359a3c4b7" +checksum = "bc5cf98d8186244414c848017f0e2676b3fcb46807f6668a97dfe67359a3c4b7" diff --git a/examples/big_int-rs/host/Cargo.toml b/examples/big_int-rs/host/Cargo.toml index 59c4b2a..2398712 100644 --- a/examples/big_int-rs/host/Cargo.toml +++ b/examples/big_int-rs/host/Cargo.toml @@ -17,7 +17,7 @@ [package] name = "big_int-rs" -version = "0.1.0" +version = "0.2.0" authors = ["Teaclave Contributors <[email protected]>"] license = "Apache-2.0" repository = "https://github.com/apache/incubator-teaclave-trustzone-sdk.git" diff --git a/examples/big_int-rs/proto/Cargo.toml b/examples/big_int-rs/proto/Cargo.toml index b829510..a12d1c0 100644 --- a/examples/big_int-rs/proto/Cargo.toml +++ b/examples/big_int-rs/proto/Cargo.toml @@ -17,7 +17,7 @@ [package] name = "proto" -version = "0.1.0" +version = "0.2.0" authors = ["Teaclave Contributors <[email protected]>"] license = "Apache-2.0" repository = "https://github.com/apache/incubator-teaclave-trustzone-sdk.git" diff --git a/examples/big_int-rs/ta/Cargo.lock b/examples/big_int-rs/ta/Cargo.lock index 9d011c6..7657d4a 100644 --- a/examples/big_int-rs/ta/Cargo.lock +++ b/examples/big_int-rs/ta/Cargo.lock @@ -20,7 +20,7 @@ version = "0.2.99" [[package]] name = "optee-utee" -version = "0.1.0" +version = "0.2.0" dependencies = [ "bitflags", "hex", @@ -32,7 +32,7 @@ dependencies = [ [[package]] name = "optee-utee-macros" -version = "0.1.0" +version = "0.2.0" dependencies = [ "quote", "syn", @@ -40,7 +40,7 @@ dependencies = [ [[package]] name = "optee-utee-sys" -version = "0.1.0" +version = "0.2.0" dependencies = [ "libc", ] @@ -56,7 +56,7 @@ dependencies = [ [[package]] name = "proto" -version = "0.1.0" +version = "0.2.0" dependencies = [ "uuid", ] @@ -83,7 +83,7 @@ dependencies = [ [[package]] name = "ta" -version = "0.1.0" +version = "0.2.0" dependencies = [ "libc", "optee-utee", diff --git a/examples/big_int-rs/ta/Cargo.toml b/examples/big_int-rs/ta/Cargo.toml index 742f5fe..6a75dbb 100644 --- a/examples/big_int-rs/ta/Cargo.toml +++ b/examples/big_int-rs/ta/Cargo.toml @@ -17,7 +17,7 @@ [package] name = "ta" -version = "0.1.0" +version = "0.2.0" authors = ["Teaclave Contributors <[email protected]>"] license = "Apache-2.0" repository = "https://github.com/apache/incubator-teaclave-trustzone-sdk.git" diff --git a/examples/diffie_hellman-rs/host/Cargo.lock b/examples/diffie_hellman-rs/host/Cargo.lock index dd8162d..a370a05 100644 --- a/examples/diffie_hellman-rs/host/Cargo.lock +++ b/examples/diffie_hellman-rs/host/Cargo.lock @@ -1,104 +1,104 @@ # This file is automatically @generated by Cargo. # It is not intended for manual editing. +version = 3 + [[package]] name = "diffie_hellman-rs" -version = "0.1.0" +version = "0.2.0" dependencies = [ - "libc 0.2.95 (registry+https://github.com/rust-lang/crates.io-index)", - "optee-teec 0.1.0", - "proto 0.1.0", + "libc", + "optee-teec", + "proto", ] [[package]] name = "hex" version = "0.3.2" source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "805026a5d0141ffc30abb3be3173848ad46a1b1664fe632428479619a3644d77" [[package]] name = "libc" version = "0.2.95" source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "789da6d93f1b866ffe175afc5322a4d76c038605a1c3319bb57b06967ca98a36" [[package]] name = "optee-teec" -version = "0.1.0" +version = "0.2.0" dependencies = [ - "hex 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)", - "libc 0.2.95 (registry+https://github.com/rust-lang/crates.io-index)", - "optee-teec-macros 0.1.0", - "optee-teec-sys 0.1.0", - "uuid 0.7.4 (registry+https://github.com/rust-lang/crates.io-index)", + "hex", + "libc", + "optee-teec-macros", + "optee-teec-sys", + "uuid 0.7.4", ] [[package]] name = "optee-teec-macros" -version = "0.1.0" +version = "0.2.0" dependencies = [ - "quote 0.6.13 (registry+https://github.com/rust-lang/crates.io-index)", - "syn 0.15.44 (registry+https://github.com/rust-lang/crates.io-index)", + "quote", + "syn", ] [[package]] name = "optee-teec-sys" -version = "0.1.0" +version = "0.2.0" dependencies = [ - "libc 0.2.95 (registry+https://github.com/rust-lang/crates.io-index)", + "libc", ] [[package]] name = "proc-macro2" version = "0.4.30" source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "cf3d2011ab5c909338f7887f4fc896d35932e29146c12c8d01da6b22a80ba759" dependencies = [ - "unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", + "unicode-xid", ] [[package]] name = "proto" -version = "0.1.0" +version = "0.2.0" dependencies = [ - "uuid 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)", + "uuid 0.8.2", ] [[package]] name = "quote" version = "0.6.13" source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "6ce23b6b870e8f94f81fb0a363d65d86675884b34a09043c81e5562f11c1f8e1" dependencies = [ - "proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)", + "proc-macro2", ] [[package]] name = "syn" version = "0.15.44" source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9ca4b3b69a77cbe1ffc9e198781b7acb0c7365a883670e8f1c1bc66fba79a5c5" dependencies = [ - "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)", - "unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", + "proc-macro2", + "quote", + "unicode-xid", ] [[package]] name = "unicode-xid" version = "0.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "fc72304796d0818e357ead4e000d19c9c174ab23dc11093ac919054d20a6a7fc" [[package]] name = "uuid" version = "0.7.4" source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "90dbc611eb48397705a6b0f6e917da23ae517e4d127123d2cf7674206627d32a" [[package]] name = "uuid" version = "0.8.2" source = "registry+https://github.com/rust-lang/crates.io-index" - -[metadata] -"checksum hex 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "805026a5d0141ffc30abb3be3173848ad46a1b1664fe632428479619a3644d77" -"checksum libc 0.2.95 (registry+https://github.com/rust-lang/crates.io-index)" = "789da6d93f1b866ffe175afc5322a4d76c038605a1c3319bb57b06967ca98a36" -"checksum proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)" = "cf3d2011ab5c909338f7887f4fc896d35932e29146c12c8d01da6b22a80ba759" -"checksum quote 0.6.13 (registry+https://github.com/rust-lang/crates.io-index)" = "6ce23b6b870e8f94f81fb0a363d65d86675884b34a09043c81e5562f11c1f8e1" -"checksum syn 0.15.44 (registry+https://github.com/rust-lang/crates.io-index)" = "9ca4b3b69a77cbe1ffc9e198781b7acb0c7365a883670e8f1c1bc66fba79a5c5" -"checksum unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "fc72304796d0818e357ead4e000d19c9c174ab23dc11093ac919054d20a6a7fc" -"checksum uuid 0.7.4 (registry+https://github.com/rust-lang/crates.io-index)" = "90dbc611eb48397705a6b0f6e917da23ae517e4d127123d2cf7674206627d32a" -"checksum uuid 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)" = "bc5cf98d8186244414c848017f0e2676b3fcb46807f6668a97dfe67359a3c4b7" +checksum = "bc5cf98d8186244414c848017f0e2676b3fcb46807f6668a97dfe67359a3c4b7" diff --git a/examples/diffie_hellman-rs/host/Cargo.toml b/examples/diffie_hellman-rs/host/Cargo.toml index 6880923..01f45d9 100644 --- a/examples/diffie_hellman-rs/host/Cargo.toml +++ b/examples/diffie_hellman-rs/host/Cargo.toml @@ -17,7 +17,7 @@ [package] name = "diffie_hellman-rs" -version = "0.1.0" +version = "0.2.0" authors = ["Teaclave Contributors <[email protected]>"] license = "Apache-2.0" repository = "https://github.com/apache/incubator-teaclave-trustzone-sdk.git" diff --git a/examples/diffie_hellman-rs/proto/Cargo.toml b/examples/diffie_hellman-rs/proto/Cargo.toml index b829510..a12d1c0 100644 --- a/examples/diffie_hellman-rs/proto/Cargo.toml +++ b/examples/diffie_hellman-rs/proto/Cargo.toml @@ -17,7 +17,7 @@ [package] name = "proto" -version = "0.1.0" +version = "0.2.0" authors = ["Teaclave Contributors <[email protected]>"] license = "Apache-2.0" repository = "https://github.com/apache/incubator-teaclave-trustzone-sdk.git" diff --git a/examples/diffie_hellman-rs/ta/Cargo.lock b/examples/diffie_hellman-rs/ta/Cargo.lock index d31ac83..32545a3 100644 --- a/examples/diffie_hellman-rs/ta/Cargo.lock +++ b/examples/diffie_hellman-rs/ta/Cargo.lock @@ -20,7 +20,7 @@ version = "0.2.99" [[package]] name = "optee-utee" -version = "0.1.0" +version = "0.2.0" dependencies = [ "bitflags", "hex", @@ -32,7 +32,7 @@ dependencies = [ [[package]] name = "optee-utee-macros" -version = "0.1.0" +version = "0.2.0" dependencies = [ "quote", "syn", @@ -40,7 +40,7 @@ dependencies = [ [[package]] name = "optee-utee-sys" -version = "0.1.0" +version = "0.2.0" dependencies = [ "libc", ] @@ -56,7 +56,7 @@ dependencies = [ [[package]] name = "proto" -version = "0.1.0" +version = "0.2.0" dependencies = [ "uuid", ] @@ -83,7 +83,7 @@ dependencies = [ [[package]] name = "ta" -version = "0.1.0" +version = "0.2.0" dependencies = [ "libc", "optee-utee", diff --git a/examples/diffie_hellman-rs/ta/Cargo.toml b/examples/diffie_hellman-rs/ta/Cargo.toml index 742f5fe..6a75dbb 100644 --- a/examples/diffie_hellman-rs/ta/Cargo.toml +++ b/examples/diffie_hellman-rs/ta/Cargo.toml @@ -17,7 +17,7 @@ [package] name = "ta" -version = "0.1.0" +version = "0.2.0" authors = ["Teaclave Contributors <[email protected]>"] license = "Apache-2.0" repository = "https://github.com/apache/incubator-teaclave-trustzone-sdk.git" diff --git a/examples/digest-rs/host/Cargo.lock b/examples/digest-rs/host/Cargo.lock index 4e3714b..aa2e459 100644 --- a/examples/digest-rs/host/Cargo.lock +++ b/examples/digest-rs/host/Cargo.lock @@ -1,104 +1,104 @@ # This file is automatically @generated by Cargo. # It is not intended for manual editing. +version = 3 + [[package]] name = "digest-rs" -version = "0.1.0" +version = "0.2.0" dependencies = [ - "libc 0.2.95 (registry+https://github.com/rust-lang/crates.io-index)", - "optee-teec 0.1.0", - "proto 0.1.0", + "libc", + "optee-teec", + "proto", ] [[package]] name = "hex" version = "0.3.2" source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "805026a5d0141ffc30abb3be3173848ad46a1b1664fe632428479619a3644d77" [[package]] name = "libc" version = "0.2.95" source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "789da6d93f1b866ffe175afc5322a4d76c038605a1c3319bb57b06967ca98a36" [[package]] name = "optee-teec" -version = "0.1.0" +version = "0.2.0" dependencies = [ - "hex 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)", - "libc 0.2.95 (registry+https://github.com/rust-lang/crates.io-index)", - "optee-teec-macros 0.1.0", - "optee-teec-sys 0.1.0", - "uuid 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)", + "hex", + "libc", + "optee-teec-macros", + "optee-teec-sys", + "uuid 0.7.2", ] [[package]] name = "optee-teec-macros" -version = "0.1.0" +version = "0.2.0" dependencies = [ - "quote 0.6.13 (registry+https://github.com/rust-lang/crates.io-index)", - "syn 0.15.44 (registry+https://github.com/rust-lang/crates.io-index)", + "quote", + "syn", ] [[package]] name = "optee-teec-sys" -version = "0.1.0" +version = "0.2.0" dependencies = [ - "libc 0.2.95 (registry+https://github.com/rust-lang/crates.io-index)", + "libc", ] [[package]] name = "proc-macro2" version = "0.4.30" source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "cf3d2011ab5c909338f7887f4fc896d35932e29146c12c8d01da6b22a80ba759" dependencies = [ - "unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", + "unicode-xid", ] [[package]] name = "proto" -version = "0.1.0" +version = "0.2.0" dependencies = [ - "uuid 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)", + "uuid 0.8.2", ] [[package]] name = "quote" version = "0.6.13" source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "6ce23b6b870e8f94f81fb0a363d65d86675884b34a09043c81e5562f11c1f8e1" dependencies = [ - "proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)", + "proc-macro2", ] [[package]] name = "syn" version = "0.15.44" source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9ca4b3b69a77cbe1ffc9e198781b7acb0c7365a883670e8f1c1bc66fba79a5c5" dependencies = [ - "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)", - "unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", + "proc-macro2", + "quote", + "unicode-xid", ] [[package]] name = "unicode-xid" version = "0.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "fc72304796d0818e357ead4e000d19c9c174ab23dc11093ac919054d20a6a7fc" [[package]] name = "uuid" version = "0.7.2" source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "0238db0c5b605dd1cf51de0f21766f97fba2645897024461d6a00c036819a768" [[package]] name = "uuid" version = "0.8.2" source = "registry+https://github.com/rust-lang/crates.io-index" - -[metadata] -"checksum hex 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "805026a5d0141ffc30abb3be3173848ad46a1b1664fe632428479619a3644d77" -"checksum libc 0.2.95 (registry+https://github.com/rust-lang/crates.io-index)" = "789da6d93f1b866ffe175afc5322a4d76c038605a1c3319bb57b06967ca98a36" -"checksum proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)" = "cf3d2011ab5c909338f7887f4fc896d35932e29146c12c8d01da6b22a80ba759" -"checksum quote 0.6.13 (registry+https://github.com/rust-lang/crates.io-index)" = "6ce23b6b870e8f94f81fb0a363d65d86675884b34a09043c81e5562f11c1f8e1" -"checksum syn 0.15.44 (registry+https://github.com/rust-lang/crates.io-index)" = "9ca4b3b69a77cbe1ffc9e198781b7acb0c7365a883670e8f1c1bc66fba79a5c5" -"checksum unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "fc72304796d0818e357ead4e000d19c9c174ab23dc11093ac919054d20a6a7fc" -"checksum uuid 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)" = "0238db0c5b605dd1cf51de0f21766f97fba2645897024461d6a00c036819a768" -"checksum uuid 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)" = "bc5cf98d8186244414c848017f0e2676b3fcb46807f6668a97dfe67359a3c4b7" +checksum = "bc5cf98d8186244414c848017f0e2676b3fcb46807f6668a97dfe67359a3c4b7" diff --git a/examples/digest-rs/host/Cargo.toml b/examples/digest-rs/host/Cargo.toml index 0936bf4..8506342 100644 --- a/examples/digest-rs/host/Cargo.toml +++ b/examples/digest-rs/host/Cargo.toml @@ -17,7 +17,7 @@ [package] name = "digest-rs" -version = "0.1.0" +version = "0.2.0" authors = ["Teaclave Contributors <[email protected]>"] license = "Apache-2.0" repository = "https://github.com/apache/incubator-teaclave-trustzone-sdk.git" diff --git a/examples/digest-rs/proto/Cargo.toml b/examples/digest-rs/proto/Cargo.toml index b829510..a12d1c0 100644 --- a/examples/digest-rs/proto/Cargo.toml +++ b/examples/digest-rs/proto/Cargo.toml @@ -17,7 +17,7 @@ [package] name = "proto" -version = "0.1.0" +version = "0.2.0" authors = ["Teaclave Contributors <[email protected]>"] license = "Apache-2.0" repository = "https://github.com/apache/incubator-teaclave-trustzone-sdk.git" diff --git a/examples/digest-rs/ta/Cargo.lock b/examples/digest-rs/ta/Cargo.lock index 9d011c6..7657d4a 100644 --- a/examples/digest-rs/ta/Cargo.lock +++ b/examples/digest-rs/ta/Cargo.lock @@ -20,7 +20,7 @@ version = "0.2.99" [[package]] name = "optee-utee" -version = "0.1.0" +version = "0.2.0" dependencies = [ "bitflags", "hex", @@ -32,7 +32,7 @@ dependencies = [ [[package]] name = "optee-utee-macros" -version = "0.1.0" +version = "0.2.0" dependencies = [ "quote", "syn", @@ -40,7 +40,7 @@ dependencies = [ [[package]] name = "optee-utee-sys" -version = "0.1.0" +version = "0.2.0" dependencies = [ "libc", ] @@ -56,7 +56,7 @@ dependencies = [ [[package]] name = "proto" -version = "0.1.0" +version = "0.2.0" dependencies = [ "uuid", ] @@ -83,7 +83,7 @@ dependencies = [ [[package]] name = "ta" -version = "0.1.0" +version = "0.2.0" dependencies = [ "libc", "optee-utee", diff --git a/examples/digest-rs/ta/Cargo.toml b/examples/digest-rs/ta/Cargo.toml index 742f5fe..6a75dbb 100644 --- a/examples/digest-rs/ta/Cargo.toml +++ b/examples/digest-rs/ta/Cargo.toml @@ -17,7 +17,7 @@ [package] name = "ta" -version = "0.1.0" +version = "0.2.0" authors = ["Teaclave Contributors <[email protected]>"] license = "Apache-2.0" repository = "https://github.com/apache/incubator-teaclave-trustzone-sdk.git" diff --git a/examples/hello_world-rs/host/Cargo.lock b/examples/hello_world-rs/host/Cargo.lock index a5e85fc..eac8e1e 100644 --- a/examples/hello_world-rs/host/Cargo.lock +++ b/examples/hello_world-rs/host/Cargo.lock @@ -1,104 +1,104 @@ # This file is automatically @generated by Cargo. # It is not intended for manual editing. +version = 3 + [[package]] name = "hello_world-rs" -version = "0.1.0" +version = "0.2.0" dependencies = [ - "libc 0.2.95 (registry+https://github.com/rust-lang/crates.io-index)", - "optee-teec 0.1.0", - "proto 0.1.0", + "libc", + "optee-teec", + "proto", ] [[package]] name = "hex" version = "0.3.2" source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "805026a5d0141ffc30abb3be3173848ad46a1b1664fe632428479619a3644d77" [[package]] name = "libc" version = "0.2.95" source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "789da6d93f1b866ffe175afc5322a4d76c038605a1c3319bb57b06967ca98a36" [[package]] name = "optee-teec" -version = "0.1.0" +version = "0.2.0" dependencies = [ - "hex 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)", - "libc 0.2.95 (registry+https://github.com/rust-lang/crates.io-index)", - "optee-teec-macros 0.1.0", - "optee-teec-sys 0.1.0", - "uuid 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)", + "hex", + "libc", + "optee-teec-macros", + "optee-teec-sys", + "uuid 0.7.2", ] [[package]] name = "optee-teec-macros" -version = "0.1.0" +version = "0.2.0" dependencies = [ - "quote 0.6.13 (registry+https://github.com/rust-lang/crates.io-index)", - "syn 0.15.44 (registry+https://github.com/rust-lang/crates.io-index)", + "quote", + "syn", ] [[package]] name = "optee-teec-sys" -version = "0.1.0" +version = "0.2.0" dependencies = [ - "libc 0.2.95 (registry+https://github.com/rust-lang/crates.io-index)", + "libc", ] [[package]] name = "proc-macro2" version = "0.4.30" source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "cf3d2011ab5c909338f7887f4fc896d35932e29146c12c8d01da6b22a80ba759" dependencies = [ - "unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", + "unicode-xid", ] [[package]] name = "proto" -version = "0.1.0" +version = "0.2.0" dependencies = [ - "uuid 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)", + "uuid 0.8.2", ] [[package]] name = "quote" version = "0.6.13" source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "6ce23b6b870e8f94f81fb0a363d65d86675884b34a09043c81e5562f11c1f8e1" dependencies = [ - "proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)", + "proc-macro2", ] [[package]] name = "syn" version = "0.15.44" source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9ca4b3b69a77cbe1ffc9e198781b7acb0c7365a883670e8f1c1bc66fba79a5c5" dependencies = [ - "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)", - "unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", + "proc-macro2", + "quote", + "unicode-xid", ] [[package]] name = "unicode-xid" version = "0.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "fc72304796d0818e357ead4e000d19c9c174ab23dc11093ac919054d20a6a7fc" [[package]] name = "uuid" version = "0.7.2" source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "0238db0c5b605dd1cf51de0f21766f97fba2645897024461d6a00c036819a768" [[package]] name = "uuid" version = "0.8.2" source = "registry+https://github.com/rust-lang/crates.io-index" - -[metadata] -"checksum hex 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "805026a5d0141ffc30abb3be3173848ad46a1b1664fe632428479619a3644d77" -"checksum libc 0.2.95 (registry+https://github.com/rust-lang/crates.io-index)" = "789da6d93f1b866ffe175afc5322a4d76c038605a1c3319bb57b06967ca98a36" -"checksum proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)" = "cf3d2011ab5c909338f7887f4fc896d35932e29146c12c8d01da6b22a80ba759" -"checksum quote 0.6.13 (registry+https://github.com/rust-lang/crates.io-index)" = "6ce23b6b870e8f94f81fb0a363d65d86675884b34a09043c81e5562f11c1f8e1" -"checksum syn 0.15.44 (registry+https://github.com/rust-lang/crates.io-index)" = "9ca4b3b69a77cbe1ffc9e198781b7acb0c7365a883670e8f1c1bc66fba79a5c5" -"checksum unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "fc72304796d0818e357ead4e000d19c9c174ab23dc11093ac919054d20a6a7fc" -"checksum uuid 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)" = "0238db0c5b605dd1cf51de0f21766f97fba2645897024461d6a00c036819a768" -"checksum uuid 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)" = "bc5cf98d8186244414c848017f0e2676b3fcb46807f6668a97dfe67359a3c4b7" +checksum = "bc5cf98d8186244414c848017f0e2676b3fcb46807f6668a97dfe67359a3c4b7" diff --git a/examples/hello_world-rs/host/Cargo.toml b/examples/hello_world-rs/host/Cargo.toml index 7b5bd0c..ba98014 100644 --- a/examples/hello_world-rs/host/Cargo.toml +++ b/examples/hello_world-rs/host/Cargo.toml @@ -17,7 +17,7 @@ [package] name = "hello_world-rs" -version = "0.1.0" +version = "0.2.0" authors = ["Teaclave Contributors <[email protected]>"] license = "Apache-2.0" repository = "https://github.com/apache/incubator-teaclave-trustzone-sdk.git" diff --git a/examples/hello_world-rs/proto/Cargo.toml b/examples/hello_world-rs/proto/Cargo.toml index b829510..a12d1c0 100644 --- a/examples/hello_world-rs/proto/Cargo.toml +++ b/examples/hello_world-rs/proto/Cargo.toml @@ -17,7 +17,7 @@ [package] name = "proto" -version = "0.1.0" +version = "0.2.0" authors = ["Teaclave Contributors <[email protected]>"] license = "Apache-2.0" repository = "https://github.com/apache/incubator-teaclave-trustzone-sdk.git" diff --git a/examples/hello_world-rs/ta/Cargo.lock b/examples/hello_world-rs/ta/Cargo.lock index 682ddf0..2980714 100644 --- a/examples/hello_world-rs/ta/Cargo.lock +++ b/examples/hello_world-rs/ta/Cargo.lock @@ -20,7 +20,7 @@ version = "0.2.99" [[package]] name = "optee-utee" -version = "0.1.0" +version = "0.2.0" dependencies = [ "bitflags", "hex", @@ -32,7 +32,7 @@ dependencies = [ [[package]] name = "optee-utee-macros" -version = "0.1.0" +version = "0.2.0" dependencies = [ "quote", "syn", @@ -40,7 +40,7 @@ dependencies = [ [[package]] name = "optee-utee-sys" -version = "0.1.0" +version = "0.2.0" dependencies = [ "libc", ] @@ -56,7 +56,7 @@ dependencies = [ [[package]] name = "proto" -version = "0.1.0" +version = "0.2.0" dependencies = [ "uuid", ] @@ -83,7 +83,7 @@ dependencies = [ [[package]] name = "ta" -version = "0.1.0" +version = "0.2.0" dependencies = [ "libc", "optee-utee", diff --git a/examples/hello_world-rs/ta/Cargo.toml b/examples/hello_world-rs/ta/Cargo.toml index 742f5fe..6a75dbb 100644 --- a/examples/hello_world-rs/ta/Cargo.toml +++ b/examples/hello_world-rs/ta/Cargo.toml @@ -17,7 +17,7 @@ [package] name = "ta" -version = "0.1.0" +version = "0.2.0" authors = ["Teaclave Contributors <[email protected]>"] license = "Apache-2.0" repository = "https://github.com/apache/incubator-teaclave-trustzone-sdk.git" diff --git a/examples/hotp-rs/host/Cargo.lock b/examples/hotp-rs/host/Cargo.lock index 4205dd7..204d616 100644 --- a/examples/hotp-rs/host/Cargo.lock +++ b/examples/hotp-rs/host/Cargo.lock @@ -1,104 +1,104 @@ # This file is automatically @generated by Cargo. # It is not intended for manual editing. +version = 3 + [[package]] name = "hex" version = "0.3.2" source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "805026a5d0141ffc30abb3be3173848ad46a1b1664fe632428479619a3644d77" [[package]] name = "hotp-rs" -version = "0.1.0" +version = "0.2.0" dependencies = [ - "libc 0.2.95 (registry+https://github.com/rust-lang/crates.io-index)", - "optee-teec 0.1.0", - "proto 0.1.0", + "libc", + "optee-teec", + "proto", ] [[package]] name = "libc" version = "0.2.95" source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "789da6d93f1b866ffe175afc5322a4d76c038605a1c3319bb57b06967ca98a36" [[package]] name = "optee-teec" -version = "0.1.0" +version = "0.2.0" dependencies = [ - "hex 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)", - "libc 0.2.95 (registry+https://github.com/rust-lang/crates.io-index)", - "optee-teec-macros 0.1.0", - "optee-teec-sys 0.1.0", - "uuid 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)", + "hex", + "libc", + "optee-teec-macros", + "optee-teec-sys", + "uuid 0.7.2", ] [[package]] name = "optee-teec-macros" -version = "0.1.0" +version = "0.2.0" dependencies = [ - "quote 0.6.13 (registry+https://github.com/rust-lang/crates.io-index)", - "syn 0.15.44 (registry+https://github.com/rust-lang/crates.io-index)", + "quote", + "syn", ] [[package]] name = "optee-teec-sys" -version = "0.1.0" +version = "0.2.0" dependencies = [ - "libc 0.2.95 (registry+https://github.com/rust-lang/crates.io-index)", + "libc", ] [[package]] name = "proc-macro2" version = "0.4.30" source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "cf3d2011ab5c909338f7887f4fc896d35932e29146c12c8d01da6b22a80ba759" dependencies = [ - "unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", + "unicode-xid", ] [[package]] name = "proto" -version = "0.1.0" +version = "0.2.0" dependencies = [ - "uuid 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)", + "uuid 0.8.2", ] [[package]] name = "quote" version = "0.6.13" source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "6ce23b6b870e8f94f81fb0a363d65d86675884b34a09043c81e5562f11c1f8e1" dependencies = [ - "proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)", + "proc-macro2", ] [[package]] name = "syn" version = "0.15.44" source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9ca4b3b69a77cbe1ffc9e198781b7acb0c7365a883670e8f1c1bc66fba79a5c5" dependencies = [ - "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)", - "unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", + "proc-macro2", + "quote", + "unicode-xid", ] [[package]] name = "unicode-xid" version = "0.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "fc72304796d0818e357ead4e000d19c9c174ab23dc11093ac919054d20a6a7fc" [[package]] name = "uuid" version = "0.7.2" source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "0238db0c5b605dd1cf51de0f21766f97fba2645897024461d6a00c036819a768" [[package]] name = "uuid" version = "0.8.2" source = "registry+https://github.com/rust-lang/crates.io-index" - -[metadata] -"checksum hex 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "805026a5d0141ffc30abb3be3173848ad46a1b1664fe632428479619a3644d77" -"checksum libc 0.2.95 (registry+https://github.com/rust-lang/crates.io-index)" = "789da6d93f1b866ffe175afc5322a4d76c038605a1c3319bb57b06967ca98a36" -"checksum proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)" = "cf3d2011ab5c909338f7887f4fc896d35932e29146c12c8d01da6b22a80ba759" -"checksum quote 0.6.13 (registry+https://github.com/rust-lang/crates.io-index)" = "6ce23b6b870e8f94f81fb0a363d65d86675884b34a09043c81e5562f11c1f8e1" -"checksum syn 0.15.44 (registry+https://github.com/rust-lang/crates.io-index)" = "9ca4b3b69a77cbe1ffc9e198781b7acb0c7365a883670e8f1c1bc66fba79a5c5" -"checksum unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "fc72304796d0818e357ead4e000d19c9c174ab23dc11093ac919054d20a6a7fc" -"checksum uuid 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)" = "0238db0c5b605dd1cf51de0f21766f97fba2645897024461d6a00c036819a768" -"checksum uuid 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)" = "bc5cf98d8186244414c848017f0e2676b3fcb46807f6668a97dfe67359a3c4b7" +checksum = "bc5cf98d8186244414c848017f0e2676b3fcb46807f6668a97dfe67359a3c4b7" diff --git a/examples/hotp-rs/host/Cargo.toml b/examples/hotp-rs/host/Cargo.toml index ae56675..1b8df43 100644 --- a/examples/hotp-rs/host/Cargo.toml +++ b/examples/hotp-rs/host/Cargo.toml @@ -17,7 +17,7 @@ [package] name = "hotp-rs" -version = "0.1.0" +version = "0.2.0" authors = ["Teaclave Contributors <[email protected]>"] license = "Apache-2.0" repository = "https://github.com/apache/incubator-teaclave-trustzone-sdk.git" diff --git a/examples/hotp-rs/proto/Cargo.toml b/examples/hotp-rs/proto/Cargo.toml index 7e8b618..c2d5f6b 100644 --- a/examples/hotp-rs/proto/Cargo.toml +++ b/examples/hotp-rs/proto/Cargo.toml @@ -17,7 +17,7 @@ [package] name = "proto" -version = "0.1.0" +version = "0.2.0" authors = ["Teaclave Contributors <[email protected]>"] license = "Apache-2.0" repository = "https://github.com/apache/incubator-teaclave-trustzone-sdk.git" diff --git a/examples/hotp-rs/ta/Cargo.lock b/examples/hotp-rs/ta/Cargo.lock index 9d011c6..7657d4a 100644 --- a/examples/hotp-rs/ta/Cargo.lock +++ b/examples/hotp-rs/ta/Cargo.lock @@ -20,7 +20,7 @@ version = "0.2.99" [[package]] name = "optee-utee" -version = "0.1.0" +version = "0.2.0" dependencies = [ "bitflags", "hex", @@ -32,7 +32,7 @@ dependencies = [ [[package]] name = "optee-utee-macros" -version = "0.1.0" +version = "0.2.0" dependencies = [ "quote", "syn", @@ -40,7 +40,7 @@ dependencies = [ [[package]] name = "optee-utee-sys" -version = "0.1.0" +version = "0.2.0" dependencies = [ "libc", ] @@ -56,7 +56,7 @@ dependencies = [ [[package]] name = "proto" -version = "0.1.0" +version = "0.2.0" dependencies = [ "uuid", ] @@ -83,7 +83,7 @@ dependencies = [ [[package]] name = "ta" -version = "0.1.0" +version = "0.2.0" dependencies = [ "libc", "optee-utee", diff --git a/examples/hotp-rs/ta/Cargo.toml b/examples/hotp-rs/ta/Cargo.toml index 742f5fe..6a75dbb 100644 --- a/examples/hotp-rs/ta/Cargo.toml +++ b/examples/hotp-rs/ta/Cargo.toml @@ -17,7 +17,7 @@ [package] name = "ta" -version = "0.1.0" +version = "0.2.0" authors = ["Teaclave Contributors <[email protected]>"] license = "Apache-2.0" repository = "https://github.com/apache/incubator-teaclave-trustzone-sdk.git" diff --git a/examples/message_passing_interface-rs/host/Cargo.lock b/examples/message_passing_interface-rs/host/Cargo.lock index 89b5ac4..f3586b7 100644 --- a/examples/message_passing_interface-rs/host/Cargo.lock +++ b/examples/message_passing_interface-rs/host/Cargo.lock @@ -1,208 +1,208 @@ # This file is automatically @generated by Cargo. # It is not intended for manual editing. +version = 3 + [[package]] name = "hex" version = "0.3.2" source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "805026a5d0141ffc30abb3be3173848ad46a1b1664fe632428479619a3644d77" [[package]] name = "idna" version = "0.1.5" source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "38f09e0f0b1fb55fdee1f17470ad800da77af5186a1a76c026b679358b7e844e" dependencies = [ - "matches 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)", - "unicode-bidi 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)", - "unicode-normalization 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)", + "matches", + "unicode-bidi", + "unicode-normalization", ] [[package]] name = "itoa" version = "0.4.4" source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "501266b7edd0174f8530248f87f99c88fbe60ca4ef3dd486835b8d8d53136f7f" [[package]] name = "libc" version = "0.2.95" source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "789da6d93f1b866ffe175afc5322a4d76c038605a1c3319bb57b06967ca98a36" [[package]] name = "matches" version = "0.1.8" source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7ffc5c5338469d4d3ea17d269fa8ea3512ad247247c30bd2df69e68309ed0a08" [[package]] name = "message_passing_interface-rs" -version = "0.1.0" +version = "0.2.0" dependencies = [ - "libc 0.2.95 (registry+https://github.com/rust-lang/crates.io-index)", - "optee-teec 0.1.0", - "proto 0.1.0", - "url 1.7.2 (registry+https://github.com/rust-lang/crates.io-index)", + "libc", + "optee-teec", + "proto", + "url", ] [[package]] name = "optee-teec" -version = "0.1.0" +version = "0.2.0" dependencies = [ - "hex 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)", - "libc 0.2.95 (registry+https://github.com/rust-lang/crates.io-index)", - "optee-teec-macros 0.1.0", - "optee-teec-sys 0.1.0", - "uuid 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)", + "hex", + "libc", + "optee-teec-macros", + "optee-teec-sys", + "uuid 0.7.2", ] [[package]] name = "optee-teec-macros" -version = "0.1.0" +version = "0.2.0" dependencies = [ - "quote 0.6.12 (registry+https://github.com/rust-lang/crates.io-index)", - "syn 0.15.34 (registry+https://github.com/rust-lang/crates.io-index)", + "quote", + "syn", ] [[package]] name = "optee-teec-sys" -version = "0.1.0" +version = "0.2.0" dependencies = [ - "libc 0.2.95 (registry+https://github.com/rust-lang/crates.io-index)", + "libc", ] [[package]] name = "percent-encoding" version = "1.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "31010dd2e1ac33d5b46a5b413495239882813e0369f8ed8a5e266f173602f831" [[package]] name = "proc-macro2" version = "0.4.30" source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "cf3d2011ab5c909338f7887f4fc896d35932e29146c12c8d01da6b22a80ba759" dependencies = [ - "unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", + "unicode-xid", ] [[package]] name = "proto" -version = "0.1.0" +version = "0.2.0" dependencies = [ - "serde 1.0.91 (registry+https://github.com/rust-lang/crates.io-index)", - "serde_json 1.0.39 (registry+https://github.com/rust-lang/crates.io-index)", - "uuid 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)", + "serde", + "serde_json", + "uuid 0.8.2", ] [[package]] name = "quote" version = "0.6.12" source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "faf4799c5d274f3868a4aae320a0a182cbd2baee377b378f080e16a23e9d80db" dependencies = [ - "proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)", + "proc-macro2", ] [[package]] name = "ryu" version = "0.2.8" source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b96a9549dc8d48f2c283938303c4b5a77aa29bfbc5b54b084fb1630408899a8f" [[package]] name = "serde" version = "1.0.91" source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a72e9b96fa45ce22a4bc23da3858dfccfd60acd28a25bcd328a98fdd6bea43fd" dependencies = [ - "serde_derive 1.0.91 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_derive", ] [[package]] name = "serde_derive" version = "1.0.91" source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "101b495b109a3e3ca8c4cbe44cf62391527cdfb6ba15821c5ce80bcd5ea23f9f" dependencies = [ - "proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)", - "quote 0.6.12 (registry+https://github.com/rust-lang/crates.io-index)", - "syn 0.15.34 (registry+https://github.com/rust-lang/crates.io-index)", + "proc-macro2", + "quote", + "syn", ] [[package]] name = "serde_json" version = "1.0.39" source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "5a23aa71d4a4d43fdbfaac00eff68ba8a06a51759a89ac3304323e800c4dd40d" dependencies = [ - "itoa 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)", - "ryu 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", - "serde 1.0.91 (registry+https://github.com/rust-lang/crates.io-index)", + "itoa", + "ryu", + "serde", ] [[package]] name = "smallvec" version = "0.6.9" source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c4488ae950c49d403731982257768f48fada354a5203fe81f9bb6f43ca9002be" [[package]] name = "syn" version = "0.15.34" source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a1393e4a97a19c01e900df2aec855a29f71cf02c402e2f443b8d2747c25c5dbe" dependencies = [ - "proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)", - "quote 0.6.12 (registry+https://github.com/rust-lang/crates.io-index)", - "unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", + "proc-macro2", + "quote", + "unicode-xid", ] [[package]] name = "unicode-bidi" version = "0.3.4" source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "49f2bd0c6468a8230e1db229cff8029217cf623c767ea5d60bfbd42729ea54d5" dependencies = [ - "matches 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)", + "matches", ] [[package]] name = "unicode-normalization" version = "0.1.8" source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "141339a08b982d942be2ca06ff8b076563cbe223d1befd5450716790d44e2426" dependencies = [ - "smallvec 0.6.9 (registry+https://github.com/rust-lang/crates.io-index)", + "smallvec", ] [[package]] name = "unicode-xid" version = "0.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "fc72304796d0818e357ead4e000d19c9c174ab23dc11093ac919054d20a6a7fc" [[package]] name = "url" version = "1.7.2" source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "dd4e7c0d531266369519a4aa4f399d748bd37043b00bde1e4ff1f60a120b355a" dependencies = [ - "idna 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", - "matches 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)", - "percent-encoding 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", + "idna", + "matches", + "percent-encoding", ] [[package]] name = "uuid" version = "0.7.2" source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "0238db0c5b605dd1cf51de0f21766f97fba2645897024461d6a00c036819a768" [[package]] name = "uuid" version = "0.8.2" source = "registry+https://github.com/rust-lang/crates.io-index" - -[metadata] -"checksum hex 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "805026a5d0141ffc30abb3be3173848ad46a1b1664fe632428479619a3644d77" -"checksum idna 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "38f09e0f0b1fb55fdee1f17470ad800da77af5186a1a76c026b679358b7e844e" -"checksum itoa 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)" = "501266b7edd0174f8530248f87f99c88fbe60ca4ef3dd486835b8d8d53136f7f" -"checksum libc 0.2.95 (registry+https://github.com/rust-lang/crates.io-index)" = "789da6d93f1b866ffe175afc5322a4d76c038605a1c3319bb57b06967ca98a36" -"checksum matches 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)" = "7ffc5c5338469d4d3ea17d269fa8ea3512ad247247c30bd2df69e68309ed0a08" -"checksum percent-encoding 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "31010dd2e1ac33d5b46a5b413495239882813e0369f8ed8a5e266f173602f831" -"checksum proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)" = "cf3d2011ab5c909338f7887f4fc896d35932e29146c12c8d01da6b22a80ba759" -"checksum quote 0.6.12 (registry+https://github.com/rust-lang/crates.io-index)" = "faf4799c5d274f3868a4aae320a0a182cbd2baee377b378f080e16a23e9d80db" -"checksum ryu 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)" = "b96a9549dc8d48f2c283938303c4b5a77aa29bfbc5b54b084fb1630408899a8f" -"checksum serde 1.0.91 (registry+https://github.com/rust-lang/crates.io-index)" = "a72e9b96fa45ce22a4bc23da3858dfccfd60acd28a25bcd328a98fdd6bea43fd" -"checksum serde_derive 1.0.91 (registry+https://github.com/rust-lang/crates.io-index)" = "101b495b109a3e3ca8c4cbe44cf62391527cdfb6ba15821c5ce80bcd5ea23f9f" -"checksum serde_json 1.0.39 (registry+https://github.com/rust-lang/crates.io-index)" = "5a23aa71d4a4d43fdbfaac00eff68ba8a06a51759a89ac3304323e800c4dd40d" -"checksum smallvec 0.6.9 (registry+https://github.com/rust-lang/crates.io-index)" = "c4488ae950c49d403731982257768f48fada354a5203fe81f9bb6f43ca9002be" -"checksum syn 0.15.34 (registry+https://github.com/rust-lang/crates.io-index)" = "a1393e4a97a19c01e900df2aec855a29f71cf02c402e2f443b8d2747c25c5dbe" -"checksum unicode-bidi 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)" = "49f2bd0c6468a8230e1db229cff8029217cf623c767ea5d60bfbd42729ea54d5" -"checksum unicode-normalization 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)" = "141339a08b982d942be2ca06ff8b076563cbe223d1befd5450716790d44e2426" -"checksum unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "fc72304796d0818e357ead4e000d19c9c174ab23dc11093ac919054d20a6a7fc" -"checksum url 1.7.2 (registry+https://github.com/rust-lang/crates.io-index)" = "dd4e7c0d531266369519a4aa4f399d748bd37043b00bde1e4ff1f60a120b355a" -"checksum uuid 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)" = "0238db0c5b605dd1cf51de0f21766f97fba2645897024461d6a00c036819a768" -"checksum uuid 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)" = "bc5cf98d8186244414c848017f0e2676b3fcb46807f6668a97dfe67359a3c4b7" +checksum = "bc5cf98d8186244414c848017f0e2676b3fcb46807f6668a97dfe67359a3c4b7" diff --git a/examples/message_passing_interface-rs/host/Cargo.toml b/examples/message_passing_interface-rs/host/Cargo.toml index d5d9b64..7bbc6c3 100644 --- a/examples/message_passing_interface-rs/host/Cargo.toml +++ b/examples/message_passing_interface-rs/host/Cargo.toml @@ -17,7 +17,7 @@ [package] name = "message_passing_interface-rs" -version = "0.1.0" +version = "0.2.0" authors = ["Teaclave Contributors <[email protected]>"] license = "Apache-2.0" repository = "https://github.com/apache/incubator-teaclave-trustzone-sdk.git" diff --git a/examples/message_passing_interface-rs/proto/Cargo.toml b/examples/message_passing_interface-rs/proto/Cargo.toml index adf52d1..7f7f77a 100644 --- a/examples/message_passing_interface-rs/proto/Cargo.toml +++ b/examples/message_passing_interface-rs/proto/Cargo.toml @@ -17,7 +17,7 @@ [package] name = "proto" -version = "0.1.0" +version = "0.2.0" authors = ["Teaclave Contributors <[email protected]>"] license = "Apache-2.0" repository = "https://github.com/apache/incubator-teaclave-trustzone-sdk.git" diff --git a/examples/message_passing_interface-rs/ta/Cargo.lock b/examples/message_passing_interface-rs/ta/Cargo.lock index d4e5c5a..016d9ea 100644 --- a/examples/message_passing_interface-rs/ta/Cargo.lock +++ b/examples/message_passing_interface-rs/ta/Cargo.lock @@ -26,7 +26,7 @@ version = "0.2.99" [[package]] name = "optee-utee" -version = "0.1.0" +version = "0.2.0" dependencies = [ "bitflags", "hex", @@ -38,7 +38,7 @@ dependencies = [ [[package]] name = "optee-utee-macros" -version = "0.1.0" +version = "0.2.0" dependencies = [ "quote", "syn", @@ -46,7 +46,7 @@ dependencies = [ [[package]] name = "optee-utee-sys" -version = "0.1.0" +version = "0.2.0" dependencies = [ "libc", ] @@ -62,7 +62,7 @@ dependencies = [ [[package]] name = "proto" -version = "0.1.0" +version = "0.2.0" dependencies = [ "serde", "serde_json", @@ -128,7 +128,7 @@ dependencies = [ [[package]] name = "ta" -version = "0.1.0" +version = "0.2.0" dependencies = [ "libc", "optee-utee", diff --git a/examples/message_passing_interface-rs/ta/Cargo.toml b/examples/message_passing_interface-rs/ta/Cargo.toml index 80ab73c..8938fb4 100644 --- a/examples/message_passing_interface-rs/ta/Cargo.toml +++ b/examples/message_passing_interface-rs/ta/Cargo.toml @@ -17,7 +17,7 @@ [package] name = "ta" -version = "0.1.0" +version = "0.2.0" authors = ["Teaclave Contributors <[email protected]>"] license = "Apache-2.0" repository = "https://github.com/apache/incubator-teaclave-trustzone-sdk.git" diff --git a/examples/random-rs/host/Cargo.lock b/examples/random-rs/host/Cargo.lock index b7c9297..540b36f 100644 --- a/examples/random-rs/host/Cargo.lock +++ b/examples/random-rs/host/Cargo.lock @@ -1,104 +1,104 @@ # This file is automatically @generated by Cargo. # It is not intended for manual editing. +version = 3 + [[package]] name = "hex" version = "0.3.2" source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "805026a5d0141ffc30abb3be3173848ad46a1b1664fe632428479619a3644d77" [[package]] name = "libc" version = "0.2.95" source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "789da6d93f1b866ffe175afc5322a4d76c038605a1c3319bb57b06967ca98a36" [[package]] name = "optee-teec" -version = "0.1.0" +version = "0.2.0" dependencies = [ - "hex 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)", - "libc 0.2.95 (registry+https://github.com/rust-lang/crates.io-index)", - "optee-teec-macros 0.1.0", - "optee-teec-sys 0.1.0", - "uuid 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)", + "hex", + "libc", + "optee-teec-macros", + "optee-teec-sys", + "uuid 0.7.2", ] [[package]] name = "optee-teec-macros" -version = "0.1.0" +version = "0.2.0" dependencies = [ - "quote 0.6.13 (registry+https://github.com/rust-lang/crates.io-index)", - "syn 0.15.44 (registry+https://github.com/rust-lang/crates.io-index)", + "quote", + "syn", ] [[package]] name = "optee-teec-sys" -version = "0.1.0" +version = "0.2.0" dependencies = [ - "libc 0.2.95 (registry+https://github.com/rust-lang/crates.io-index)", + "libc", ] [[package]] name = "proc-macro2" version = "0.4.30" source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "cf3d2011ab5c909338f7887f4fc896d35932e29146c12c8d01da6b22a80ba759" dependencies = [ - "unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", + "unicode-xid", ] [[package]] name = "proto" -version = "0.1.0" +version = "0.2.0" dependencies = [ - "uuid 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)", + "uuid 0.8.2", ] [[package]] name = "quote" version = "0.6.13" source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "6ce23b6b870e8f94f81fb0a363d65d86675884b34a09043c81e5562f11c1f8e1" dependencies = [ - "proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)", + "proc-macro2", ] [[package]] name = "random-rs" -version = "0.1.0" +version = "0.2.0" dependencies = [ - "libc 0.2.95 (registry+https://github.com/rust-lang/crates.io-index)", - "optee-teec 0.1.0", - "proto 0.1.0", + "libc", + "optee-teec", + "proto", ] [[package]] name = "syn" version = "0.15.44" source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9ca4b3b69a77cbe1ffc9e198781b7acb0c7365a883670e8f1c1bc66fba79a5c5" dependencies = [ - "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)", - "unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", + "proc-macro2", + "quote", + "unicode-xid", ] [[package]] name = "unicode-xid" version = "0.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "fc72304796d0818e357ead4e000d19c9c174ab23dc11093ac919054d20a6a7fc" [[package]] name = "uuid" version = "0.7.2" source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "0238db0c5b605dd1cf51de0f21766f97fba2645897024461d6a00c036819a768" [[package]] name = "uuid" version = "0.8.2" source = "registry+https://github.com/rust-lang/crates.io-index" - -[metadata] -"checksum hex 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "805026a5d0141ffc30abb3be3173848ad46a1b1664fe632428479619a3644d77" -"checksum libc 0.2.95 (registry+https://github.com/rust-lang/crates.io-index)" = "789da6d93f1b866ffe175afc5322a4d76c038605a1c3319bb57b06967ca98a36" -"checksum proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)" = "cf3d2011ab5c909338f7887f4fc896d35932e29146c12c8d01da6b22a80ba759" -"checksum quote 0.6.13 (registry+https://github.com/rust-lang/crates.io-index)" = "6ce23b6b870e8f94f81fb0a363d65d86675884b34a09043c81e5562f11c1f8e1" -"checksum syn 0.15.44 (registry+https://github.com/rust-lang/crates.io-index)" = "9ca4b3b69a77cbe1ffc9e198781b7acb0c7365a883670e8f1c1bc66fba79a5c5" -"checksum unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "fc72304796d0818e357ead4e000d19c9c174ab23dc11093ac919054d20a6a7fc" -"checksum uuid 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)" = "0238db0c5b605dd1cf51de0f21766f97fba2645897024461d6a00c036819a768" -"checksum uuid 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)" = "bc5cf98d8186244414c848017f0e2676b3fcb46807f6668a97dfe67359a3c4b7" +checksum = "bc5cf98d8186244414c848017f0e2676b3fcb46807f6668a97dfe67359a3c4b7" diff --git a/examples/random-rs/host/Cargo.toml b/examples/random-rs/host/Cargo.toml index d5c21e4..772d9db 100644 --- a/examples/random-rs/host/Cargo.toml +++ b/examples/random-rs/host/Cargo.toml @@ -17,7 +17,7 @@ [package] name = "random-rs" -version = "0.1.0" +version = "0.2.0" authors = ["Teaclave Contributors <[email protected]>"] license = "Apache-2.0" repository = "https://github.com/apache/incubator-teaclave-trustzone-sdk.git" diff --git a/examples/random-rs/proto/Cargo.toml b/examples/random-rs/proto/Cargo.toml index b829510..a12d1c0 100644 --- a/examples/random-rs/proto/Cargo.toml +++ b/examples/random-rs/proto/Cargo.toml @@ -17,7 +17,7 @@ [package] name = "proto" -version = "0.1.0" +version = "0.2.0" authors = ["Teaclave Contributors <[email protected]>"] license = "Apache-2.0" repository = "https://github.com/apache/incubator-teaclave-trustzone-sdk.git" diff --git a/examples/random-rs/ta/Cargo.lock b/examples/random-rs/ta/Cargo.lock index 9d011c6..7657d4a 100644 --- a/examples/random-rs/ta/Cargo.lock +++ b/examples/random-rs/ta/Cargo.lock @@ -20,7 +20,7 @@ version = "0.2.99" [[package]] name = "optee-utee" -version = "0.1.0" +version = "0.2.0" dependencies = [ "bitflags", "hex", @@ -32,7 +32,7 @@ dependencies = [ [[package]] name = "optee-utee-macros" -version = "0.1.0" +version = "0.2.0" dependencies = [ "quote", "syn", @@ -40,7 +40,7 @@ dependencies = [ [[package]] name = "optee-utee-sys" -version = "0.1.0" +version = "0.2.0" dependencies = [ "libc", ] @@ -56,7 +56,7 @@ dependencies = [ [[package]] name = "proto" -version = "0.1.0" +version = "0.2.0" dependencies = [ "uuid", ] @@ -83,7 +83,7 @@ dependencies = [ [[package]] name = "ta" -version = "0.1.0" +version = "0.2.0" dependencies = [ "libc", "optee-utee", diff --git a/examples/random-rs/ta/Cargo.toml b/examples/random-rs/ta/Cargo.toml index 742f5fe..6a75dbb 100644 --- a/examples/random-rs/ta/Cargo.toml +++ b/examples/random-rs/ta/Cargo.toml @@ -17,7 +17,7 @@ [package] name = "ta" -version = "0.1.0" +version = "0.2.0" authors = ["Teaclave Contributors <[email protected]>"] license = "Apache-2.0" repository = "https://github.com/apache/incubator-teaclave-trustzone-sdk.git" diff --git a/examples/secure_storage-rs/host/Cargo.lock b/examples/secure_storage-rs/host/Cargo.lock index 362c3ca..cc5fd4e 100644 --- a/examples/secure_storage-rs/host/Cargo.lock +++ b/examples/secure_storage-rs/host/Cargo.lock @@ -1,104 +1,104 @@ # This file is automatically @generated by Cargo. # It is not intended for manual editing. +version = 3 + [[package]] name = "hex" version = "0.3.2" source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "805026a5d0141ffc30abb3be3173848ad46a1b1664fe632428479619a3644d77" [[package]] name = "libc" version = "0.2.95" source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "789da6d93f1b866ffe175afc5322a4d76c038605a1c3319bb57b06967ca98a36" [[package]] name = "optee-teec" -version = "0.1.0" +version = "0.2.0" dependencies = [ - "hex 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)", - "libc 0.2.95 (registry+https://github.com/rust-lang/crates.io-index)", - "optee-teec-macros 0.1.0", - "optee-teec-sys 0.1.0", - "uuid 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)", + "hex", + "libc", + "optee-teec-macros", + "optee-teec-sys", + "uuid 0.7.2", ] [[package]] name = "optee-teec-macros" -version = "0.1.0" +version = "0.2.0" dependencies = [ - "quote 0.6.13 (registry+https://github.com/rust-lang/crates.io-index)", - "syn 0.15.44 (registry+https://github.com/rust-lang/crates.io-index)", + "quote", + "syn", ] [[package]] name = "optee-teec-sys" -version = "0.1.0" +version = "0.2.0" dependencies = [ - "libc 0.2.95 (registry+https://github.com/rust-lang/crates.io-index)", + "libc", ] [[package]] name = "proc-macro2" version = "0.4.30" source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "cf3d2011ab5c909338f7887f4fc896d35932e29146c12c8d01da6b22a80ba759" dependencies = [ - "unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", + "unicode-xid", ] [[package]] name = "proto" -version = "0.1.0" +version = "0.2.0" dependencies = [ - "uuid 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)", + "uuid 0.8.2", ] [[package]] name = "quote" version = "0.6.13" source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "6ce23b6b870e8f94f81fb0a363d65d86675884b34a09043c81e5562f11c1f8e1" dependencies = [ - "proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)", + "proc-macro2", ] [[package]] name = "secure_storage-rs" -version = "0.1.0" +version = "0.2.0" dependencies = [ - "libc 0.2.95 (registry+https://github.com/rust-lang/crates.io-index)", - "optee-teec 0.1.0", - "proto 0.1.0", + "libc", + "optee-teec", + "proto", ] [[package]] name = "syn" version = "0.15.44" source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9ca4b3b69a77cbe1ffc9e198781b7acb0c7365a883670e8f1c1bc66fba79a5c5" dependencies = [ - "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)", - "unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", + "proc-macro2", + "quote", + "unicode-xid", ] [[package]] name = "unicode-xid" version = "0.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "fc72304796d0818e357ead4e000d19c9c174ab23dc11093ac919054d20a6a7fc" [[package]] name = "uuid" version = "0.7.2" source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "0238db0c5b605dd1cf51de0f21766f97fba2645897024461d6a00c036819a768" [[package]] name = "uuid" version = "0.8.2" source = "registry+https://github.com/rust-lang/crates.io-index" - -[metadata] -"checksum hex 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "805026a5d0141ffc30abb3be3173848ad46a1b1664fe632428479619a3644d77" -"checksum libc 0.2.95 (registry+https://github.com/rust-lang/crates.io-index)" = "789da6d93f1b866ffe175afc5322a4d76c038605a1c3319bb57b06967ca98a36" -"checksum proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)" = "cf3d2011ab5c909338f7887f4fc896d35932e29146c12c8d01da6b22a80ba759" -"checksum quote 0.6.13 (registry+https://github.com/rust-lang/crates.io-index)" = "6ce23b6b870e8f94f81fb0a363d65d86675884b34a09043c81e5562f11c1f8e1" -"checksum syn 0.15.44 (registry+https://github.com/rust-lang/crates.io-index)" = "9ca4b3b69a77cbe1ffc9e198781b7acb0c7365a883670e8f1c1bc66fba79a5c5" -"checksum unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "fc72304796d0818e357ead4e000d19c9c174ab23dc11093ac919054d20a6a7fc" -"checksum uuid 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)" = "0238db0c5b605dd1cf51de0f21766f97fba2645897024461d6a00c036819a768" -"checksum uuid 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)" = "bc5cf98d8186244414c848017f0e2676b3fcb46807f6668a97dfe67359a3c4b7" +checksum = "bc5cf98d8186244414c848017f0e2676b3fcb46807f6668a97dfe67359a3c4b7" diff --git a/examples/secure_storage-rs/host/Cargo.toml b/examples/secure_storage-rs/host/Cargo.toml index bc48b88..c9bc827 100644 --- a/examples/secure_storage-rs/host/Cargo.toml +++ b/examples/secure_storage-rs/host/Cargo.toml @@ -17,7 +17,7 @@ [package] name = "secure_storage-rs" -version = "0.1.0" +version = "0.2.0" authors = ["Teaclave Contributors <[email protected]>"] license = "Apache-2.0" repository = "https://github.com/apache/incubator-teaclave-trustzone-sdk.git" diff --git a/examples/secure_storage-rs/proto/Cargo.toml b/examples/secure_storage-rs/proto/Cargo.toml index b829510..a12d1c0 100644 --- a/examples/secure_storage-rs/proto/Cargo.toml +++ b/examples/secure_storage-rs/proto/Cargo.toml @@ -17,7 +17,7 @@ [package] name = "proto" -version = "0.1.0" +version = "0.2.0" authors = ["Teaclave Contributors <[email protected]>"] license = "Apache-2.0" repository = "https://github.com/apache/incubator-teaclave-trustzone-sdk.git" diff --git a/examples/secure_storage-rs/ta/Cargo.lock b/examples/secure_storage-rs/ta/Cargo.lock index 9d011c6..7657d4a 100644 --- a/examples/secure_storage-rs/ta/Cargo.lock +++ b/examples/secure_storage-rs/ta/Cargo.lock @@ -20,7 +20,7 @@ version = "0.2.99" [[package]] name = "optee-utee" -version = "0.1.0" +version = "0.2.0" dependencies = [ "bitflags", "hex", @@ -32,7 +32,7 @@ dependencies = [ [[package]] name = "optee-utee-macros" -version = "0.1.0" +version = "0.2.0" dependencies = [ "quote", "syn", @@ -40,7 +40,7 @@ dependencies = [ [[package]] name = "optee-utee-sys" -version = "0.1.0" +version = "0.2.0" dependencies = [ "libc", ] @@ -56,7 +56,7 @@ dependencies = [ [[package]] name = "proto" -version = "0.1.0" +version = "0.2.0" dependencies = [ "uuid", ] @@ -83,7 +83,7 @@ dependencies = [ [[package]] name = "ta" -version = "0.1.0" +version = "0.2.0" dependencies = [ "libc", "optee-utee", diff --git a/examples/secure_storage-rs/ta/Cargo.toml b/examples/secure_storage-rs/ta/Cargo.toml index 742f5fe..6a75dbb 100644 --- a/examples/secure_storage-rs/ta/Cargo.toml +++ b/examples/secure_storage-rs/ta/Cargo.toml @@ -17,7 +17,7 @@ [package] name = "ta" -version = "0.1.0" +version = "0.2.0" authors = ["Teaclave Contributors <[email protected]>"] license = "Apache-2.0" repository = "https://github.com/apache/incubator-teaclave-trustzone-sdk.git" diff --git a/examples/serde-rs/host/Cargo.lock b/examples/serde-rs/host/Cargo.lock index 5c6d0f9..74a172f 100644 --- a/examples/serde-rs/host/Cargo.lock +++ b/examples/serde-rs/host/Cargo.lock @@ -1,149 +1,149 @@ # This file is automatically @generated by Cargo. # It is not intended for manual editing. +version = 3 + [[package]] name = "hex" version = "0.3.2" source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "805026a5d0141ffc30abb3be3173848ad46a1b1664fe632428479619a3644d77" [[package]] name = "itoa" version = "0.4.3" source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1306f3464951f30e30d12373d31c79fbd52d236e5e896fd92f96ec7babbbe60b" [[package]] name = "libc" version = "0.2.95" source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "789da6d93f1b866ffe175afc5322a4d76c038605a1c3319bb57b06967ca98a36" [[package]] name = "optee-teec" -version = "0.1.0" +version = "0.2.0" dependencies = [ - "hex 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)", - "libc 0.2.95 (registry+https://github.com/rust-lang/crates.io-index)", - "optee-teec-macros 0.1.0", - "optee-teec-sys 0.1.0", - "uuid 0.7.4 (registry+https://github.com/rust-lang/crates.io-index)", + "hex", + "libc", + "optee-teec-macros", + "optee-teec-sys", + "uuid 0.7.4", ] [[package]] name = "optee-teec-macros" -version = "0.1.0" +version = "0.2.0" dependencies = [ - "quote 0.6.12 (registry+https://github.com/rust-lang/crates.io-index)", - "syn 0.15.32 (registry+https://github.com/rust-lang/crates.io-index)", + "quote", + "syn", ] [[package]] name = "optee-teec-sys" -version = "0.1.0" +version = "0.2.0" dependencies = [ - "libc 0.2.95 (registry+https://github.com/rust-lang/crates.io-index)", + "libc", ] [[package]] name = "proc-macro2" version = "0.4.27" source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "4d317f9caece796be1980837fd5cb3dfec5613ebdb04ad0956deea83ce168915" dependencies = [ - "unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", + "unicode-xid", ] [[package]] name = "proto" -version = "0.1.0" +version = "0.2.0" dependencies = [ - "uuid 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)", + "uuid 0.8.2", ] [[package]] name = "quote" version = "0.6.12" source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "faf4799c5d274f3868a4aae320a0a182cbd2baee377b378f080e16a23e9d80db" dependencies = [ - "proc-macro2 0.4.27 (registry+https://github.com/rust-lang/crates.io-index)", + "proc-macro2", ] [[package]] name = "ryu" version = "0.2.7" source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "eb9e9b8cde282a9fe6a42dd4681319bfb63f121b8a8ee9439c6f4107e58a46f7" [[package]] name = "serde" version = "1.0.90" source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "aa5f7c20820475babd2c077c3ab5f8c77a31c15e16ea38687b4c02d3e48680f4" dependencies = [ - "serde_derive 1.0.90 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_derive", ] [[package]] name = "serde-rs" -version = "0.1.0" +version = "0.2.0" dependencies = [ - "libc 0.2.95 (registry+https://github.com/rust-lang/crates.io-index)", - "optee-teec 0.1.0", - "proto 0.1.0", - "serde 1.0.90 (registry+https://github.com/rust-lang/crates.io-index)", - "serde_json 1.0.39 (registry+https://github.com/rust-lang/crates.io-index)", + "libc", + "optee-teec", + "proto", + "serde", + "serde_json", ] [[package]] name = "serde_derive" version = "1.0.90" source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "58fc82bec244f168b23d1963b45c8bf5726e9a15a9d146a067f9081aeed2de79" dependencies = [ - "proc-macro2 0.4.27 (registry+https://github.com/rust-lang/crates.io-index)", - "quote 0.6.12 (registry+https://github.com/rust-lang/crates.io-index)", - "syn 0.15.32 (registry+https://github.com/rust-lang/crates.io-index)", + "proc-macro2", + "quote", + "syn", ] [[package]] name = "serde_json" version = "1.0.39" source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "5a23aa71d4a4d43fdbfaac00eff68ba8a06a51759a89ac3304323e800c4dd40d" dependencies = [ - "itoa 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)", - "ryu 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)", - "serde 1.0.90 (registry+https://github.com/rust-lang/crates.io-index)", + "itoa", + "ryu", + "serde", ] [[package]] name = "syn" version = "0.15.32" source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "846620ec526c1599c070eff393bfeeeb88a93afa2513fc3b49f1fea84cf7b0ed" dependencies = [ - "proc-macro2 0.4.27 (registry+https://github.com/rust-lang/crates.io-index)", - "quote 0.6.12 (registry+https://github.com/rust-lang/crates.io-index)", - "unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", + "proc-macro2", + "quote", + "unicode-xid", ] [[package]] name = "unicode-xid" version = "0.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "fc72304796d0818e357ead4e000d19c9c174ab23dc11093ac919054d20a6a7fc" [[package]] name = "uuid" version = "0.7.4" source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "90dbc611eb48397705a6b0f6e917da23ae517e4d127123d2cf7674206627d32a" [[package]] name = "uuid" version = "0.8.2" source = "registry+https://github.com/rust-lang/crates.io-index" - -[metadata] -"checksum hex 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "805026a5d0141ffc30abb3be3173848ad46a1b1664fe632428479619a3644d77" -"checksum itoa 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)" = "1306f3464951f30e30d12373d31c79fbd52d236e5e896fd92f96ec7babbbe60b" -"checksum libc 0.2.95 (registry+https://github.com/rust-lang/crates.io-index)" = "789da6d93f1b866ffe175afc5322a4d76c038605a1c3319bb57b06967ca98a36" -"checksum proc-macro2 0.4.27 (registry+https://github.com/rust-lang/crates.io-index)" = "4d317f9caece796be1980837fd5cb3dfec5613ebdb04ad0956deea83ce168915" -"checksum quote 0.6.12 (registry+https://github.com/rust-lang/crates.io-index)" = "faf4799c5d274f3868a4aae320a0a182cbd2baee377b378f080e16a23e9d80db" -"checksum ryu 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)" = "eb9e9b8cde282a9fe6a42dd4681319bfb63f121b8a8ee9439c6f4107e58a46f7" -"checksum serde 1.0.90 (registry+https://github.com/rust-lang/crates.io-index)" = "aa5f7c20820475babd2c077c3ab5f8c77a31c15e16ea38687b4c02d3e48680f4" -"checksum serde_derive 1.0.90 (registry+https://github.com/rust-lang/crates.io-index)" = "58fc82bec244f168b23d1963b45c8bf5726e9a15a9d146a067f9081aeed2de79" -"checksum serde_json 1.0.39 (registry+https://github.com/rust-lang/crates.io-index)" = "5a23aa71d4a4d43fdbfaac00eff68ba8a06a51759a89ac3304323e800c4dd40d" -"checksum syn 0.15.32 (registry+https://github.com/rust-lang/crates.io-index)" = "846620ec526c1599c070eff393bfeeeb88a93afa2513fc3b49f1fea84cf7b0ed" -"checksum unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "fc72304796d0818e357ead4e000d19c9c174ab23dc11093ac919054d20a6a7fc" -"checksum uuid 0.7.4 (registry+https://github.com/rust-lang/crates.io-index)" = "90dbc611eb48397705a6b0f6e917da23ae517e4d127123d2cf7674206627d32a" -"checksum uuid 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)" = "bc5cf98d8186244414c848017f0e2676b3fcb46807f6668a97dfe67359a3c4b7" +checksum = "bc5cf98d8186244414c848017f0e2676b3fcb46807f6668a97dfe67359a3c4b7" diff --git a/examples/serde-rs/host/Cargo.toml b/examples/serde-rs/host/Cargo.toml index 9bd1c9f..79a04f7 100644 --- a/examples/serde-rs/host/Cargo.toml +++ b/examples/serde-rs/host/Cargo.toml @@ -17,7 +17,7 @@ [package] name = "serde-rs" -version = "0.1.0" +version = "0.2.0" authors = ["Teaclave Contributors <[email protected]>"] license = "Apache-2.0" repository = "https://github.com/apache/incubator-teaclave-trustzone-sdk.git" diff --git a/examples/serde-rs/proto/Cargo.toml b/examples/serde-rs/proto/Cargo.toml index 7e8b618..c2d5f6b 100644 --- a/examples/serde-rs/proto/Cargo.toml +++ b/examples/serde-rs/proto/Cargo.toml @@ -17,7 +17,7 @@ [package] name = "proto" -version = "0.1.0" +version = "0.2.0" authors = ["Teaclave Contributors <[email protected]>"] license = "Apache-2.0" repository = "https://github.com/apache/incubator-teaclave-trustzone-sdk.git" diff --git a/examples/serde-rs/ta/Cargo.lock b/examples/serde-rs/ta/Cargo.lock index 4bdf265..10f98a4 100644 --- a/examples/serde-rs/ta/Cargo.lock +++ b/examples/serde-rs/ta/Cargo.lock @@ -26,7 +26,7 @@ version = "0.2.99" [[package]] name = "optee-utee" -version = "0.1.0" +version = "0.2.0" dependencies = [ "bitflags", "hex", @@ -38,7 +38,7 @@ dependencies = [ [[package]] name = "optee-utee-macros" -version = "0.1.0" +version = "0.2.0" dependencies = [ "quote 0.6.12", "syn 0.15.39", @@ -46,7 +46,7 @@ dependencies = [ [[package]] name = "optee-utee-sys" -version = "0.1.0" +version = "0.2.0" dependencies = [ "libc", ] @@ -71,7 +71,7 @@ dependencies = [ [[package]] name = "proto" -version = "0.1.0" +version = "0.2.0" dependencies = [ "uuid", ] @@ -155,7 +155,7 @@ dependencies = [ [[package]] name = "ta" -version = "0.1.0" +version = "0.2.0" dependencies = [ "libc", "optee-utee", diff --git a/examples/serde-rs/ta/Cargo.toml b/examples/serde-rs/ta/Cargo.toml index e8be5eb..4b09efa 100644 --- a/examples/serde-rs/ta/Cargo.toml +++ b/examples/serde-rs/ta/Cargo.toml @@ -17,7 +17,7 @@ [package] name = "ta" -version = "0.1.0" +version = "0.2.0" authors = ["Teaclave Contributors <[email protected]>"] license = "Apache-2.0" repository = "https://github.com/apache/incubator-teaclave-trustzone-sdk.git" diff --git a/examples/supp_plugin-rs/host/Cargo.lock b/examples/supp_plugin-rs/host/Cargo.lock index a7e0821..893b9cf 100644 --- a/examples/supp_plugin-rs/host/Cargo.lock +++ b/examples/supp_plugin-rs/host/Cargo.lock @@ -1,98 +1,98 @@ # This file is automatically @generated by Cargo. # It is not intended for manual editing. +version = 3 + [[package]] name = "hex" version = "0.3.2" source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "805026a5d0141ffc30abb3be3173848ad46a1b1664fe632428479619a3644d77" [[package]] name = "libc" version = "0.2.48" source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e962c7641008ac010fa60a7dfdc1712449f29c44ef2d4702394aea943ee75047" [[package]] name = "optee-teec" -version = "0.1.0" +version = "0.2.0" dependencies = [ - "hex 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)", - "libc 0.2.48 (registry+https://github.com/rust-lang/crates.io-index)", - "optee-teec-macros 0.1.0", - "optee-teec-sys 0.1.0", - "uuid 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)", + "hex", + "libc", + "optee-teec-macros", + "optee-teec-sys", + "uuid", ] [[package]] name = "optee-teec-macros" -version = "0.1.0" +version = "0.2.0" dependencies = [ - "quote 0.6.13 (registry+https://github.com/rust-lang/crates.io-index)", - "syn 0.15.44 (registry+https://github.com/rust-lang/crates.io-index)", + "quote", + "syn", ] [[package]] name = "optee-teec-sys" -version = "0.1.0" +version = "0.2.0" dependencies = [ - "libc 0.2.48 (registry+https://github.com/rust-lang/crates.io-index)", + "libc", ] [[package]] name = "proc-macro2" version = "0.4.30" source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "cf3d2011ab5c909338f7887f4fc896d35932e29146c12c8d01da6b22a80ba759" dependencies = [ - "unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", + "unicode-xid", ] [[package]] name = "proto" -version = "0.1.0" +version = "0.2.0" dependencies = [ - "uuid 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)", + "uuid", ] [[package]] name = "quote" version = "0.6.13" source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "6ce23b6b870e8f94f81fb0a363d65d86675884b34a09043c81e5562f11c1f8e1" dependencies = [ - "proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)", + "proc-macro2", ] [[package]] name = "supp_plugin-rs" -version = "0.1.0" +version = "0.2.0" dependencies = [ - "libc 0.2.48 (registry+https://github.com/rust-lang/crates.io-index)", - "optee-teec 0.1.0", - "proto 0.1.0", + "libc", + "optee-teec", + "proto", ] [[package]] name = "syn" version = "0.15.44" source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9ca4b3b69a77cbe1ffc9e198781b7acb0c7365a883670e8f1c1bc66fba79a5c5" dependencies = [ - "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)", - "unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", + "proc-macro2", + "quote", + "unicode-xid", ] [[package]] name = "unicode-xid" version = "0.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "fc72304796d0818e357ead4e000d19c9c174ab23dc11093ac919054d20a6a7fc" [[package]] name = "uuid" version = "0.7.2" source = "registry+https://github.com/rust-lang/crates.io-index" - -[metadata] -"checksum hex 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "805026a5d0141ffc30abb3be3173848ad46a1b1664fe632428479619a3644d77" -"checksum libc 0.2.48 (registry+https://github.com/rust-lang/crates.io-index)" = "e962c7641008ac010fa60a7dfdc1712449f29c44ef2d4702394aea943ee75047" -"checksum proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)" = "cf3d2011ab5c909338f7887f4fc896d35932e29146c12c8d01da6b22a80ba759" -"checksum quote 0.6.13 (registry+https://github.com/rust-lang/crates.io-index)" = "6ce23b6b870e8f94f81fb0a363d65d86675884b34a09043c81e5562f11c1f8e1" -"checksum syn 0.15.44 (registry+https://github.com/rust-lang/crates.io-index)" = "9ca4b3b69a77cbe1ffc9e198781b7acb0c7365a883670e8f1c1bc66fba79a5c5" -"checksum unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "fc72304796d0818e357ead4e000d19c9c174ab23dc11093ac919054d20a6a7fc" -"checksum uuid 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)" = "0238db0c5b605dd1cf51de0f21766f97fba2645897024461d6a00c036819a768" +checksum = "0238db0c5b605dd1cf51de0f21766f97fba2645897024461d6a00c036819a768" diff --git a/examples/supp_plugin-rs/host/Cargo.toml b/examples/supp_plugin-rs/host/Cargo.toml index 99824a6..221f273 100644 --- a/examples/supp_plugin-rs/host/Cargo.toml +++ b/examples/supp_plugin-rs/host/Cargo.toml @@ -17,7 +17,7 @@ [package] name = "supp_plugin-rs" -version = "0.1.0" +version = "0.2.0" authors = ["Teaclave Contributors <[email protected]>"] license = "Apache-2.0" repository = "https://github.com/apache/incubator-teaclave-trustzone-sdk.git" diff --git a/examples/supp_plugin-rs/plugin/Cargo.lock b/examples/supp_plugin-rs/plugin/Cargo.lock index 25ba86d..efff313 100644 --- a/examples/supp_plugin-rs/plugin/Cargo.lock +++ b/examples/supp_plugin-rs/plugin/Cargo.lock @@ -1,106 +1,106 @@ # This file is automatically @generated by Cargo. # It is not intended for manual editing. +version = 3 + [[package]] name = "hex" version = "0.3.2" source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "805026a5d0141ffc30abb3be3173848ad46a1b1664fe632428479619a3644d77" [[package]] name = "libc" version = "0.2.48" source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e962c7641008ac010fa60a7dfdc1712449f29c44ef2d4702394aea943ee75047" [[package]] name = "optee-teec" -version = "0.1.0" +version = "0.2.0" dependencies = [ - "hex 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)", - "libc 0.2.48 (registry+https://github.com/rust-lang/crates.io-index)", - "optee-teec-macros 0.1.0", - "optee-teec-sys 0.1.0", - "uuid 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)", + "hex", + "libc", + "optee-teec-macros", + "optee-teec-sys", + "uuid 0.7.2", ] [[package]] name = "optee-teec-macros" -version = "0.1.0" +version = "0.2.0" dependencies = [ - "quote 0.6.13 (registry+https://github.com/rust-lang/crates.io-index)", - "syn 0.15.44 (registry+https://github.com/rust-lang/crates.io-index)", + "quote", + "syn", ] [[package]] name = "optee-teec-sys" -version = "0.1.0" +version = "0.2.0" dependencies = [ - "libc 0.2.48 (registry+https://github.com/rust-lang/crates.io-index)", + "libc", ] [[package]] name = "proc-macro2" version = "0.4.30" source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "cf3d2011ab5c909338f7887f4fc896d35932e29146c12c8d01da6b22a80ba759" dependencies = [ - "unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", + "unicode-xid", ] [[package]] name = "proto" -version = "0.1.0" +version = "0.2.0" dependencies = [ - "uuid 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)", + "uuid 0.7.2", ] [[package]] name = "quote" version = "0.6.13" source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "6ce23b6b870e8f94f81fb0a363d65d86675884b34a09043c81e5562f11c1f8e1" dependencies = [ - "proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)", + "proc-macro2", ] [[package]] name = "syn" version = "0.15.44" source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9ca4b3b69a77cbe1ffc9e198781b7acb0c7365a883670e8f1c1bc66fba79a5c5" dependencies = [ - "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)", - "unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", + "proc-macro2", + "quote", + "unicode-xid", ] [[package]] name = "syslog_plugin" -version = "0.1.0" +version = "0.2.0" dependencies = [ - "libc 0.2.48 (registry+https://github.com/rust-lang/crates.io-index)", - "optee-teec 0.1.0", - "optee-teec-sys 0.1.0", - "proto 0.1.0", - "uuid 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)", + "libc", + "optee-teec", + "optee-teec-sys", + "proto", + "uuid 0.8.2", ] [[package]] name = "unicode-xid" version = "0.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "fc72304796d0818e357ead4e000d19c9c174ab23dc11093ac919054d20a6a7fc" [[package]] name = "uuid" version = "0.7.2" source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "0238db0c5b605dd1cf51de0f21766f97fba2645897024461d6a00c036819a768" [[package]] name = "uuid" version = "0.8.2" source = "registry+https://github.com/rust-lang/crates.io-index" - -[metadata] -"checksum hex 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "805026a5d0141ffc30abb3be3173848ad46a1b1664fe632428479619a3644d77" -"checksum libc 0.2.48 (registry+https://github.com/rust-lang/crates.io-index)" = "e962c7641008ac010fa60a7dfdc1712449f29c44ef2d4702394aea943ee75047" -"checksum proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)" = "cf3d2011ab5c909338f7887f4fc896d35932e29146c12c8d01da6b22a80ba759" -"checksum quote 0.6.13 (registry+https://github.com/rust-lang/crates.io-index)" = "6ce23b6b870e8f94f81fb0a363d65d86675884b34a09043c81e5562f11c1f8e1" -"checksum syn 0.15.44 (registry+https://github.com/rust-lang/crates.io-index)" = "9ca4b3b69a77cbe1ffc9e198781b7acb0c7365a883670e8f1c1bc66fba79a5c5" -"checksum unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "fc72304796d0818e357ead4e000d19c9c174ab23dc11093ac919054d20a6a7fc" -"checksum uuid 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)" = "0238db0c5b605dd1cf51de0f21766f97fba2645897024461d6a00c036819a768" -"checksum uuid 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)" = "bc5cf98d8186244414c848017f0e2676b3fcb46807f6668a97dfe67359a3c4b7" +checksum = "bc5cf98d8186244414c848017f0e2676b3fcb46807f6668a97dfe67359a3c4b7" diff --git a/examples/supp_plugin-rs/plugin/Cargo.toml b/examples/supp_plugin-rs/plugin/Cargo.toml index 76f1e37..f2aee2f 100644 --- a/examples/supp_plugin-rs/plugin/Cargo.toml +++ b/examples/supp_plugin-rs/plugin/Cargo.toml @@ -17,7 +17,7 @@ [package] name = "syslog_plugin" -version = "0.1.0" +version = "0.2.0" authors = ["Teaclave Contributors <[email protected]>"] license = "Apache-2.0" repository = "https://github.com/apache/incubator-teaclave-trustzone-sdk.git" diff --git a/examples/supp_plugin-rs/proto/Cargo.toml b/examples/supp_plugin-rs/proto/Cargo.toml index f2f412d..c2277ee 100644 --- a/examples/supp_plugin-rs/proto/Cargo.toml +++ b/examples/supp_plugin-rs/proto/Cargo.toml @@ -17,7 +17,7 @@ [package] name = "proto" -version = "0.1.0" +version = "0.2.0" authors = ["Teaclave Contributors <[email protected]>"] license = "Apache-2.0" repository = "https://github.com/apache/incubator-teaclave-trustzone-sdk.git" diff --git a/examples/supp_plugin-rs/ta/Cargo.lock b/examples/supp_plugin-rs/ta/Cargo.lock index 679c546..0c100bd 100644 --- a/examples/supp_plugin-rs/ta/Cargo.lock +++ b/examples/supp_plugin-rs/ta/Cargo.lock @@ -20,7 +20,7 @@ version = "0.2.99" [[package]] name = "optee-utee" -version = "0.1.0" +version = "0.2.0" dependencies = [ "bitflags", "hex", @@ -32,7 +32,7 @@ dependencies = [ [[package]] name = "optee-utee-macros" -version = "0.1.0" +version = "0.2.0" dependencies = [ "quote", "syn", @@ -40,7 +40,7 @@ dependencies = [ [[package]] name = "optee-utee-sys" -version = "0.1.0" +version = "0.2.0" dependencies = [ "libc", ] @@ -56,7 +56,7 @@ dependencies = [ [[package]] name = "proto" -version = "0.1.0" +version = "0.2.0" dependencies = [ "uuid 0.7.4", ] @@ -83,7 +83,7 @@ dependencies = [ [[package]] name = "ta" -version = "0.1.0" +version = "0.2.0" dependencies = [ "libc", "optee-utee", diff --git a/examples/supp_plugin-rs/ta/Cargo.toml b/examples/supp_plugin-rs/ta/Cargo.toml index 742f5fe..6a75dbb 100644 --- a/examples/supp_plugin-rs/ta/Cargo.toml +++ b/examples/supp_plugin-rs/ta/Cargo.toml @@ -17,7 +17,7 @@ [package] name = "ta" -version = "0.1.0" +version = "0.2.0" authors = ["Teaclave Contributors <[email protected]>"] license = "Apache-2.0" repository = "https://github.com/apache/incubator-teaclave-trustzone-sdk.git" diff --git a/examples/tcp_client-rs/host/Cargo.lock b/examples/tcp_client-rs/host/Cargo.lock index f6b051e..f74c414 100644 --- a/examples/tcp_client-rs/host/Cargo.lock +++ b/examples/tcp_client-rs/host/Cargo.lock @@ -1,104 +1,104 @@ # This file is automatically @generated by Cargo. # It is not intended for manual editing. +version = 3 + [[package]] name = "hex" version = "0.3.2" source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "805026a5d0141ffc30abb3be3173848ad46a1b1664fe632428479619a3644d77" [[package]] name = "libc" version = "0.2.95" source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "789da6d93f1b866ffe175afc5322a4d76c038605a1c3319bb57b06967ca98a36" [[package]] name = "optee-teec" -version = "0.1.0" +version = "0.2.0" dependencies = [ - "hex 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)", - "libc 0.2.95 (registry+https://github.com/rust-lang/crates.io-index)", - "optee-teec-macros 0.1.0", - "optee-teec-sys 0.1.0", - "uuid 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)", + "hex", + "libc", + "optee-teec-macros", + "optee-teec-sys", + "uuid 0.7.2", ] [[package]] name = "optee-teec-macros" -version = "0.1.0" +version = "0.2.0" dependencies = [ - "quote 0.6.13 (registry+https://github.com/rust-lang/crates.io-index)", - "syn 0.15.44 (registry+https://github.com/rust-lang/crates.io-index)", + "quote", + "syn", ] [[package]] name = "optee-teec-sys" -version = "0.1.0" +version = "0.2.0" dependencies = [ - "libc 0.2.95 (registry+https://github.com/rust-lang/crates.io-index)", + "libc", ] [[package]] name = "proc-macro2" version = "0.4.30" source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "cf3d2011ab5c909338f7887f4fc896d35932e29146c12c8d01da6b22a80ba759" dependencies = [ - "unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", + "unicode-xid", ] [[package]] name = "proto" -version = "0.1.0" +version = "0.2.0" dependencies = [ - "uuid 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)", + "uuid 0.8.2", ] [[package]] name = "quote" version = "0.6.13" source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "6ce23b6b870e8f94f81fb0a363d65d86675884b34a09043c81e5562f11c1f8e1" dependencies = [ - "proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)", + "proc-macro2", ] [[package]] name = "syn" version = "0.15.44" source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9ca4b3b69a77cbe1ffc9e198781b7acb0c7365a883670e8f1c1bc66fba79a5c5" dependencies = [ - "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)", - "unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", + "proc-macro2", + "quote", + "unicode-xid", ] [[package]] name = "tcp_client-rs" -version = "0.1.0" +version = "0.2.0" dependencies = [ - "libc 0.2.95 (registry+https://github.com/rust-lang/crates.io-index)", - "optee-teec 0.1.0", - "proto 0.1.0", + "libc", + "optee-teec", + "proto", ] [[package]] name = "unicode-xid" version = "0.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "fc72304796d0818e357ead4e000d19c9c174ab23dc11093ac919054d20a6a7fc" [[package]] name = "uuid" version = "0.7.2" source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "0238db0c5b605dd1cf51de0f21766f97fba2645897024461d6a00c036819a768" [[package]] name = "uuid" version = "0.8.2" source = "registry+https://github.com/rust-lang/crates.io-index" - -[metadata] -"checksum hex 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "805026a5d0141ffc30abb3be3173848ad46a1b1664fe632428479619a3644d77" -"checksum libc 0.2.95 (registry+https://github.com/rust-lang/crates.io-index)" = "789da6d93f1b866ffe175afc5322a4d76c038605a1c3319bb57b06967ca98a36" -"checksum proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)" = "cf3d2011ab5c909338f7887f4fc896d35932e29146c12c8d01da6b22a80ba759" -"checksum quote 0.6.13 (registry+https://github.com/rust-lang/crates.io-index)" = "6ce23b6b870e8f94f81fb0a363d65d86675884b34a09043c81e5562f11c1f8e1" -"checksum syn 0.15.44 (registry+https://github.com/rust-lang/crates.io-index)" = "9ca4b3b69a77cbe1ffc9e198781b7acb0c7365a883670e8f1c1bc66fba79a5c5" -"checksum unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "fc72304796d0818e357ead4e000d19c9c174ab23dc11093ac919054d20a6a7fc" -"checksum uuid 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)" = "0238db0c5b605dd1cf51de0f21766f97fba2645897024461d6a00c036819a768" -"checksum uuid 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)" = "bc5cf98d8186244414c848017f0e2676b3fcb46807f6668a97dfe67359a3c4b7" +checksum = "bc5cf98d8186244414c848017f0e2676b3fcb46807f6668a97dfe67359a3c4b7" diff --git a/examples/tcp_client-rs/host/Cargo.toml b/examples/tcp_client-rs/host/Cargo.toml index 4c1df7a..03a5128 100644 --- a/examples/tcp_client-rs/host/Cargo.toml +++ b/examples/tcp_client-rs/host/Cargo.toml @@ -17,7 +17,7 @@ [package] name = "tcp_client-rs" -version = "0.1.0" +version = "0.2.0" authors = ["Teaclave Contributors <[email protected]>"] license = "Apache-2.0" repository = "https://github.com/apache/incubator-teaclave-trustzone-sdk.git" diff --git a/examples/tcp_client-rs/proto/Cargo.toml b/examples/tcp_client-rs/proto/Cargo.toml index b829510..a12d1c0 100644 --- a/examples/tcp_client-rs/proto/Cargo.toml +++ b/examples/tcp_client-rs/proto/Cargo.toml @@ -17,7 +17,7 @@ [package] name = "proto" -version = "0.1.0" +version = "0.2.0" authors = ["Teaclave Contributors <[email protected]>"] license = "Apache-2.0" repository = "https://github.com/apache/incubator-teaclave-trustzone-sdk.git" diff --git a/examples/tcp_client-rs/ta/Cargo.lock b/examples/tcp_client-rs/ta/Cargo.lock index 682ddf0..2980714 100644 --- a/examples/tcp_client-rs/ta/Cargo.lock +++ b/examples/tcp_client-rs/ta/Cargo.lock @@ -20,7 +20,7 @@ version = "0.2.99" [[package]] name = "optee-utee" -version = "0.1.0" +version = "0.2.0" dependencies = [ "bitflags", "hex", @@ -32,7 +32,7 @@ dependencies = [ [[package]] name = "optee-utee-macros" -version = "0.1.0" +version = "0.2.0" dependencies = [ "quote", "syn", @@ -40,7 +40,7 @@ dependencies = [ [[package]] name = "optee-utee-sys" -version = "0.1.0" +version = "0.2.0" dependencies = [ "libc", ] @@ -56,7 +56,7 @@ dependencies = [ [[package]] name = "proto" -version = "0.1.0" +version = "0.2.0" dependencies = [ "uuid", ] @@ -83,7 +83,7 @@ dependencies = [ [[package]] name = "ta" -version = "0.1.0" +version = "0.2.0" dependencies = [ "libc", "optee-utee", diff --git a/examples/tcp_client-rs/ta/Cargo.toml b/examples/tcp_client-rs/ta/Cargo.toml index 742f5fe..6a75dbb 100644 --- a/examples/tcp_client-rs/ta/Cargo.toml +++ b/examples/tcp_client-rs/ta/Cargo.toml @@ -17,7 +17,7 @@ [package] name = "ta" -version = "0.1.0" +version = "0.2.0" authors = ["Teaclave Contributors <[email protected]>"] license = "Apache-2.0" repository = "https://github.com/apache/incubator-teaclave-trustzone-sdk.git" diff --git a/examples/time-rs/host/Cargo.lock b/examples/time-rs/host/Cargo.lock index 685e594..70bf765 100644 --- a/examples/time-rs/host/Cargo.lock +++ b/examples/time-rs/host/Cargo.lock @@ -1,104 +1,104 @@ # This file is automatically @generated by Cargo. # It is not intended for manual editing. +version = 3 + [[package]] name = "hex" version = "0.3.2" source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "805026a5d0141ffc30abb3be3173848ad46a1b1664fe632428479619a3644d77" [[package]] name = "libc" version = "0.2.95" source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "789da6d93f1b866ffe175afc5322a4d76c038605a1c3319bb57b06967ca98a36" [[package]] name = "optee-teec" -version = "0.1.0" +version = "0.2.0" dependencies = [ - "hex 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)", - "libc 0.2.95 (registry+https://github.com/rust-lang/crates.io-index)", - "optee-teec-macros 0.1.0", - "optee-teec-sys 0.1.0", - "uuid 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)", + "hex", + "libc", + "optee-teec-macros", + "optee-teec-sys", + "uuid 0.7.2", ] [[package]] name = "optee-teec-macros" -version = "0.1.0" +version = "0.2.0" dependencies = [ - "quote 0.6.13 (registry+https://github.com/rust-lang/crates.io-index)", - "syn 0.15.44 (registry+https://github.com/rust-lang/crates.io-index)", + "quote", + "syn", ] [[package]] name = "optee-teec-sys" -version = "0.1.0" +version = "0.2.0" dependencies = [ - "libc 0.2.95 (registry+https://github.com/rust-lang/crates.io-index)", + "libc", ] [[package]] name = "proc-macro2" version = "0.4.30" source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "cf3d2011ab5c909338f7887f4fc896d35932e29146c12c8d01da6b22a80ba759" dependencies = [ - "unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", + "unicode-xid", ] [[package]] name = "proto" -version = "0.1.0" +version = "0.2.0" dependencies = [ - "uuid 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)", + "uuid 0.8.2", ] [[package]] name = "quote" version = "0.6.13" source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "6ce23b6b870e8f94f81fb0a363d65d86675884b34a09043c81e5562f11c1f8e1" dependencies = [ - "proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)", + "proc-macro2", ] [[package]] name = "syn" version = "0.15.44" source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9ca4b3b69a77cbe1ffc9e198781b7acb0c7365a883670e8f1c1bc66fba79a5c5" dependencies = [ - "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)", - "unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", + "proc-macro2", + "quote", + "unicode-xid", ] [[package]] name = "time-rs" -version = "0.1.0" +version = "0.2.0" dependencies = [ - "libc 0.2.95 (registry+https://github.com/rust-lang/crates.io-index)", - "optee-teec 0.1.0", - "proto 0.1.0", + "libc", + "optee-teec", + "proto", ] [[package]] name = "unicode-xid" version = "0.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "fc72304796d0818e357ead4e000d19c9c174ab23dc11093ac919054d20a6a7fc" [[package]] name = "uuid" version = "0.7.2" source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "0238db0c5b605dd1cf51de0f21766f97fba2645897024461d6a00c036819a768" [[package]] name = "uuid" version = "0.8.2" source = "registry+https://github.com/rust-lang/crates.io-index" - -[metadata] -"checksum hex 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "805026a5d0141ffc30abb3be3173848ad46a1b1664fe632428479619a3644d77" -"checksum libc 0.2.95 (registry+https://github.com/rust-lang/crates.io-index)" = "789da6d93f1b866ffe175afc5322a4d76c038605a1c3319bb57b06967ca98a36" -"checksum proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)" = "cf3d2011ab5c909338f7887f4fc896d35932e29146c12c8d01da6b22a80ba759" -"checksum quote 0.6.13 (registry+https://github.com/rust-lang/crates.io-index)" = "6ce23b6b870e8f94f81fb0a363d65d86675884b34a09043c81e5562f11c1f8e1" -"checksum syn 0.15.44 (registry+https://github.com/rust-lang/crates.io-index)" = "9ca4b3b69a77cbe1ffc9e198781b7acb0c7365a883670e8f1c1bc66fba79a5c5" -"checksum unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "fc72304796d0818e357ead4e000d19c9c174ab23dc11093ac919054d20a6a7fc" -"checksum uuid 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)" = "0238db0c5b605dd1cf51de0f21766f97fba2645897024461d6a00c036819a768" -"checksum uuid 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)" = "bc5cf98d8186244414c848017f0e2676b3fcb46807f6668a97dfe67359a3c4b7" +checksum = "bc5cf98d8186244414c848017f0e2676b3fcb46807f6668a97dfe67359a3c4b7" diff --git a/examples/time-rs/host/Cargo.toml b/examples/time-rs/host/Cargo.toml index cfdcea8..fc067a0 100644 --- a/examples/time-rs/host/Cargo.toml +++ b/examples/time-rs/host/Cargo.toml @@ -17,7 +17,7 @@ [package] name = "time-rs" -version = "0.1.0" +version = "0.2.0" authors = ["Teaclave Contributors <[email protected]>"] license = "Apache-2.0" repository = "https://github.com/apache/incubator-teaclave-trustzone-sdk.git" diff --git a/examples/time-rs/proto/Cargo.toml b/examples/time-rs/proto/Cargo.toml index b829510..a12d1c0 100644 --- a/examples/time-rs/proto/Cargo.toml +++ b/examples/time-rs/proto/Cargo.toml @@ -17,7 +17,7 @@ [package] name = "proto" -version = "0.1.0" +version = "0.2.0" authors = ["Teaclave Contributors <[email protected]>"] license = "Apache-2.0" repository = "https://github.com/apache/incubator-teaclave-trustzone-sdk.git" diff --git a/examples/time-rs/ta/Cargo.lock b/examples/time-rs/ta/Cargo.lock index 9d011c6..7657d4a 100644 --- a/examples/time-rs/ta/Cargo.lock +++ b/examples/time-rs/ta/Cargo.lock @@ -20,7 +20,7 @@ version = "0.2.99" [[package]] name = "optee-utee" -version = "0.1.0" +version = "0.2.0" dependencies = [ "bitflags", "hex", @@ -32,7 +32,7 @@ dependencies = [ [[package]] name = "optee-utee-macros" -version = "0.1.0" +version = "0.2.0" dependencies = [ "quote", "syn", @@ -40,7 +40,7 @@ dependencies = [ [[package]] name = "optee-utee-sys" -version = "0.1.0" +version = "0.2.0" dependencies = [ "libc", ] @@ -56,7 +56,7 @@ dependencies = [ [[package]] name = "proto" -version = "0.1.0" +version = "0.2.0" dependencies = [ "uuid", ] @@ -83,7 +83,7 @@ dependencies = [ [[package]] name = "ta" -version = "0.1.0" +version = "0.2.0" dependencies = [ "libc", "optee-utee", diff --git a/examples/time-rs/ta/Cargo.toml b/examples/time-rs/ta/Cargo.toml index 742f5fe..6a75dbb 100644 --- a/examples/time-rs/ta/Cargo.toml +++ b/examples/time-rs/ta/Cargo.toml @@ -17,7 +17,7 @@ [package] name = "ta" -version = "0.1.0" +version = "0.2.0" authors = ["Teaclave Contributors <[email protected]>"] license = "Apache-2.0" repository = "https://github.com/apache/incubator-teaclave-trustzone-sdk.git" diff --git a/examples/udp_socket-rs/host/Cargo.lock b/examples/udp_socket-rs/host/Cargo.lock index 5979f6d..214aa48 100644 --- a/examples/udp_socket-rs/host/Cargo.lock +++ b/examples/udp_socket-rs/host/Cargo.lock @@ -1,104 +1,104 @@ # This file is automatically @generated by Cargo. # It is not intended for manual editing. +version = 3 + [[package]] name = "hex" version = "0.3.2" source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "805026a5d0141ffc30abb3be3173848ad46a1b1664fe632428479619a3644d77" [[package]] name = "libc" version = "0.2.95" source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "789da6d93f1b866ffe175afc5322a4d76c038605a1c3319bb57b06967ca98a36" [[package]] name = "optee-teec" -version = "0.1.0" +version = "0.2.0" dependencies = [ - "hex 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)", - "libc 0.2.95 (registry+https://github.com/rust-lang/crates.io-index)", - "optee-teec-macros 0.1.0", - "optee-teec-sys 0.1.0", - "uuid 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)", + "hex", + "libc", + "optee-teec-macros", + "optee-teec-sys", + "uuid 0.7.2", ] [[package]] name = "optee-teec-macros" -version = "0.1.0" +version = "0.2.0" dependencies = [ - "quote 0.6.13 (registry+https://github.com/rust-lang/crates.io-index)", - "syn 0.15.44 (registry+https://github.com/rust-lang/crates.io-index)", + "quote", + "syn", ] [[package]] name = "optee-teec-sys" -version = "0.1.0" +version = "0.2.0" dependencies = [ - "libc 0.2.95 (registry+https://github.com/rust-lang/crates.io-index)", + "libc", ] [[package]] name = "proc-macro2" version = "0.4.30" source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "cf3d2011ab5c909338f7887f4fc896d35932e29146c12c8d01da6b22a80ba759" dependencies = [ - "unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", + "unicode-xid", ] [[package]] name = "proto" -version = "0.1.0" +version = "0.2.0" dependencies = [ - "uuid 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)", + "uuid 0.8.2", ] [[package]] name = "quote" version = "0.6.13" source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "6ce23b6b870e8f94f81fb0a363d65d86675884b34a09043c81e5562f11c1f8e1" dependencies = [ - "proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)", + "proc-macro2", ] [[package]] name = "syn" version = "0.15.44" source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9ca4b3b69a77cbe1ffc9e198781b7acb0c7365a883670e8f1c1bc66fba79a5c5" dependencies = [ - "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)", - "unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", + "proc-macro2", + "quote", + "unicode-xid", ] [[package]] name = "udp_socket-rs" -version = "0.1.0" +version = "0.2.0" dependencies = [ - "libc 0.2.95 (registry+https://github.com/rust-lang/crates.io-index)", - "optee-teec 0.1.0", - "proto 0.1.0", + "libc", + "optee-teec", + "proto", ] [[package]] name = "unicode-xid" version = "0.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "fc72304796d0818e357ead4e000d19c9c174ab23dc11093ac919054d20a6a7fc" [[package]] name = "uuid" version = "0.7.2" source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "0238db0c5b605dd1cf51de0f21766f97fba2645897024461d6a00c036819a768" [[package]] name = "uuid" version = "0.8.2" source = "registry+https://github.com/rust-lang/crates.io-index" - -[metadata] -"checksum hex 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "805026a5d0141ffc30abb3be3173848ad46a1b1664fe632428479619a3644d77" -"checksum libc 0.2.95 (registry+https://github.com/rust-lang/crates.io-index)" = "789da6d93f1b866ffe175afc5322a4d76c038605a1c3319bb57b06967ca98a36" -"checksum proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)" = "cf3d2011ab5c909338f7887f4fc896d35932e29146c12c8d01da6b22a80ba759" -"checksum quote 0.6.13 (registry+https://github.com/rust-lang/crates.io-index)" = "6ce23b6b870e8f94f81fb0a363d65d86675884b34a09043c81e5562f11c1f8e1" -"checksum syn 0.15.44 (registry+https://github.com/rust-lang/crates.io-index)" = "9ca4b3b69a77cbe1ffc9e198781b7acb0c7365a883670e8f1c1bc66fba79a5c5" -"checksum unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "fc72304796d0818e357ead4e000d19c9c174ab23dc11093ac919054d20a6a7fc" -"checksum uuid 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)" = "0238db0c5b605dd1cf51de0f21766f97fba2645897024461d6a00c036819a768" -"checksum uuid 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)" = "bc5cf98d8186244414c848017f0e2676b3fcb46807f6668a97dfe67359a3c4b7" +checksum = "bc5cf98d8186244414c848017f0e2676b3fcb46807f6668a97dfe67359a3c4b7" diff --git a/examples/udp_socket-rs/host/Cargo.toml b/examples/udp_socket-rs/host/Cargo.toml index 3353eb4..99d8f8c 100644 --- a/examples/udp_socket-rs/host/Cargo.toml +++ b/examples/udp_socket-rs/host/Cargo.toml @@ -17,7 +17,7 @@ [package] name = "udp_socket-rs" -version = "0.1.0" +version = "0.2.0" authors = ["Teaclave Contributors <[email protected]>"] license = "Apache-2.0" repository = "https://github.com/apache/incubator-teaclave-trustzone-sdk.git" diff --git a/examples/udp_socket-rs/proto/Cargo.toml b/examples/udp_socket-rs/proto/Cargo.toml index b829510..a12d1c0 100644 --- a/examples/udp_socket-rs/proto/Cargo.toml +++ b/examples/udp_socket-rs/proto/Cargo.toml @@ -17,7 +17,7 @@ [package] name = "proto" -version = "0.1.0" +version = "0.2.0" authors = ["Teaclave Contributors <[email protected]>"] license = "Apache-2.0" repository = "https://github.com/apache/incubator-teaclave-trustzone-sdk.git" diff --git a/examples/udp_socket-rs/ta/Cargo.lock b/examples/udp_socket-rs/ta/Cargo.lock index 682ddf0..2980714 100644 --- a/examples/udp_socket-rs/ta/Cargo.lock +++ b/examples/udp_socket-rs/ta/Cargo.lock @@ -20,7 +20,7 @@ version = "0.2.99" [[package]] name = "optee-utee" -version = "0.1.0" +version = "0.2.0" dependencies = [ "bitflags", "hex", @@ -32,7 +32,7 @@ dependencies = [ [[package]] name = "optee-utee-macros" -version = "0.1.0" +version = "0.2.0" dependencies = [ "quote", "syn", @@ -40,7 +40,7 @@ dependencies = [ [[package]] name = "optee-utee-sys" -version = "0.1.0" +version = "0.2.0" dependencies = [ "libc", ] @@ -56,7 +56,7 @@ dependencies = [ [[package]] name = "proto" -version = "0.1.0" +version = "0.2.0" dependencies = [ "uuid", ] @@ -83,7 +83,7 @@ dependencies = [ [[package]] name = "ta" -version = "0.1.0" +version = "0.2.0" dependencies = [ "libc", "optee-utee", diff --git a/examples/udp_socket-rs/ta/Cargo.toml b/examples/udp_socket-rs/ta/Cargo.toml index 742f5fe..6a75dbb 100644 --- a/examples/udp_socket-rs/ta/Cargo.toml +++ b/examples/udp_socket-rs/ta/Cargo.toml @@ -17,7 +17,7 @@ [package] name = "ta" -version = "0.1.0" +version = "0.2.0" authors = ["Teaclave Contributors <[email protected]>"] license = "Apache-2.0" repository = "https://github.com/apache/incubator-teaclave-trustzone-sdk.git" diff --git a/optee-teec/Cargo.toml b/optee-teec/Cargo.toml index a72b6a8..fe09b69 100644 --- a/optee-teec/Cargo.toml +++ b/optee-teec/Cargo.toml @@ -17,7 +17,7 @@ [package] name = "optee-teec" -version = "0.1.0" +version = "0.2.0" authors = ["Teaclave Contributors <[email protected]>"] license = "Apache-2.0" repository = "https://github.com/apache/incubator-teaclave-trustzone-sdk.git" diff --git a/optee-teec/macros/Cargo.toml b/optee-teec/macros/Cargo.toml index 7ba7149..76b4186 100644 --- a/optee-teec/macros/Cargo.toml +++ b/optee-teec/macros/Cargo.toml @@ -17,7 +17,7 @@ [package] name = "optee-teec-macros" -version = "0.1.0" +version = "0.2.0" authors = ["Teaclave Contributors <[email protected]>"] license = "Apache-2.0" repository = "https://github.com/apache/incubator-teaclave-trustzone-sdk.git" diff --git a/optee-teec/optee-teec-sys/Cargo.toml b/optee-teec/optee-teec-sys/Cargo.toml index 3f00ec9..c8b3573 100644 --- a/optee-teec/optee-teec-sys/Cargo.toml +++ b/optee-teec/optee-teec-sys/Cargo.toml @@ -17,7 +17,7 @@ [package] name = "optee-teec-sys" -version = "0.1.0" +version = "0.2.0" authors = ["Teaclave Contributors <[email protected]>"] license = "Apache-2.0" repository = "https://github.com/apache/incubator-teaclave-trustzone-sdk.git" diff --git a/optee-teec/systest/Cargo.toml b/optee-teec/systest/Cargo.toml index ad270bd..81ed113 100644 --- a/optee-teec/systest/Cargo.toml +++ b/optee-teec/systest/Cargo.toml @@ -17,7 +17,7 @@ [package] name = "systest" -version = "0.1.0" +version = "0.2.0" authors = ["Teaclave Contributors <[email protected]>"] license = "Apache-2.0" repository = "https://github.com/apache/incubator-teaclave-trustzone-sdk.git" diff --git a/optee-utee/Cargo.toml b/optee-utee/Cargo.toml index 6704593..c0ea0f2 100644 --- a/optee-utee/Cargo.toml +++ b/optee-utee/Cargo.toml @@ -17,7 +17,7 @@ [package] name = "optee-utee" -version = "0.1.0" +version = "0.2.0" authors = ["Teaclave Contributors <[email protected]>"] license = "Apache-2.0" repository = "https://github.com/apache/incubator-teaclave-trustzone-sdk.git" diff --git a/optee-utee/macros/Cargo.toml b/optee-utee/macros/Cargo.toml index d2a4247..6b31cf0 100644 --- a/optee-utee/macros/Cargo.toml +++ b/optee-utee/macros/Cargo.toml @@ -17,7 +17,7 @@ [package] name = "optee-utee-macros" -version = "0.1.0" +version = "0.2.0" authors = ["Teaclave Contributors <[email protected]>"] license = "Apache-2.0" repository = "https://github.com/apache/incubator-teaclave-trustzone-sdk.git" diff --git a/optee-utee/optee-utee-sys/Cargo.toml b/optee-utee/optee-utee-sys/Cargo.toml index 4caeba7..5f0cc71 100644 --- a/optee-utee/optee-utee-sys/Cargo.toml +++ b/optee-utee/optee-utee-sys/Cargo.toml @@ -17,7 +17,7 @@ [package] name = "optee-utee-sys" -version = "0.1.0" +version = "0.2.0" authors = ["Teaclave Contributors <[email protected]>"] license = "Apache-2.0" repository = "https://github.com/apache/incubator-teaclave-trustzone-sdk.git" diff --git a/optee-utee/systest/Cargo.toml b/optee-utee/systest/Cargo.toml index e471827..d714db5 100644 --- a/optee-utee/systest/Cargo.toml +++ b/optee-utee/systest/Cargo.toml @@ -17,7 +17,7 @@ [package] name = "systest" -version = "0.1.0" +version = "0.2.0" authors = ["Teaclave Contributors <[email protected]>"] license = "Apache-2.0" repository = "https://github.com/apache/incubator-teaclave-trustzone-sdk.git" --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
