This is an automated email from the ASF dual-hosted git repository.
yuanz pushed a commit to branch master
in repository
https://gitbox.apache.org/repos/asf/incubator-teaclave-trustzone-sdk.git
The following commit(s) were added to refs/heads/master by this push:
new 27158fe signature_verification-rs: version bump to 0.2.0 (#74)
27158fe is described below
commit 27158fe7ea34af8b7aa045186c97915848fd2b31
Author: Yuan Zhuang <[email protected]>
AuthorDate: Tue May 10 10:32:43 2022 +0800
signature_verification-rs: version bump to 0.2.0 (#74)
---
examples/signature_verification-rs/host/Cargo.lock | 14 +++++++-------
examples/signature_verification-rs/host/Cargo.toml | 2 +-
examples/signature_verification-rs/proto/Cargo.toml | 2 +-
examples/signature_verification-rs/ta/Cargo.lock | 12 ++++++------
examples/signature_verification-rs/ta/Cargo.toml | 2 +-
examples/signature_verification-rs/ta/src/main.rs | 2 +-
6 files changed, 17 insertions(+), 17 deletions(-)
diff --git a/examples/signature_verification-rs/host/Cargo.lock
b/examples/signature_verification-rs/host/Cargo.lock
index 4e9b12b..9d5d593 100644
--- a/examples/signature_verification-rs/host/Cargo.lock
+++ b/examples/signature_verification-rs/host/Cargo.lock
@@ -10,9 +10,9 @@ checksum =
"805026a5d0141ffc30abb3be3173848ad46a1b1664fe632428479619a3644d77"
[[package]]
name = "libc"
-version = "0.2.95"
+version = "0.2.125"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "789da6d93f1b866ffe175afc5322a4d76c038605a1c3319bb57b06967ca98a36"
+checksum = "5916d2ae698f6de9bfb891ad7a8d65c09d232dc58cc4ac433c7da3b2fd84bc2b"
[[package]]
name = "optee-teec"
@@ -22,7 +22,7 @@ dependencies = [
"libc",
"optee-teec-macros",
"optee-teec-sys",
- "uuid 0.7.2",
+ "uuid 0.7.4",
]
[[package]]
@@ -51,7 +51,7 @@ dependencies = [
[[package]]
name = "proto"
-version = "0.1.0"
+version = "0.2.0"
dependencies = [
"uuid 0.8.2",
]
@@ -67,7 +67,7 @@ dependencies = [
[[package]]
name = "signature_verification-rs"
-version = "0.1.0"
+version = "0.2.0"
dependencies = [
"libc",
"optee-teec",
@@ -93,9 +93,9 @@ checksum =
"fc72304796d0818e357ead4e000d19c9c174ab23dc11093ac919054d20a6a7fc"
[[package]]
name = "uuid"
-version = "0.7.2"
+version = "0.7.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "0238db0c5b605dd1cf51de0f21766f97fba2645897024461d6a00c036819a768"
+checksum = "90dbc611eb48397705a6b0f6e917da23ae517e4d127123d2cf7674206627d32a"
[[package]]
name = "uuid"
diff --git a/examples/signature_verification-rs/host/Cargo.toml
b/examples/signature_verification-rs/host/Cargo.toml
index c8fb622..79c3501 100644
--- a/examples/signature_verification-rs/host/Cargo.toml
+++ b/examples/signature_verification-rs/host/Cargo.toml
@@ -17,7 +17,7 @@
[package]
name = "signature_verification-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/signature_verification-rs/proto/Cargo.toml
b/examples/signature_verification-rs/proto/Cargo.toml
index b829510..a12d1c0 100644
--- a/examples/signature_verification-rs/proto/Cargo.toml
+++ b/examples/signature_verification-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/signature_verification-rs/ta/Cargo.lock
b/examples/signature_verification-rs/ta/Cargo.lock
index 0590206..13442b2 100644
--- a/examples/signature_verification-rs/ta/Cargo.lock
+++ b/examples/signature_verification-rs/ta/Cargo.lock
@@ -68,16 +68,16 @@ dependencies = [
[[package]]
name = "proto"
-version = "0.1.0"
+version = "0.2.0"
dependencies = [
"uuid",
]
[[package]]
name = "quote"
-version = "0.6.12"
+version = "0.6.13"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "faf4799c5d274f3868a4aae320a0a182cbd2baee377b378f080e16a23e9d80db"
+checksum = "6ce23b6b870e8f94f81fb0a363d65d86675884b34a09043c81e5562f11c1f8e1"
dependencies = [
"proc-macro2",
]
@@ -102,9 +102,9 @@ checksum =
"6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d"
[[package]]
name = "syn"
-version = "0.15.39"
+version = "0.15.44"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "b4d960b829a55e56db167e861ddb43602c003c7be0bee1d345021703fac2fb7c"
+checksum = "9ca4b3b69a77cbe1ffc9e198781b7acb0c7365a883670e8f1c1bc66fba79a5c5"
dependencies = [
"proc-macro2",
"quote",
@@ -113,7 +113,7 @@ dependencies = [
[[package]]
name = "ta"
-version = "0.1.0"
+version = "0.2.0"
dependencies = [
"libc",
"optee-utee",
diff --git a/examples/signature_verification-rs/ta/Cargo.toml
b/examples/signature_verification-rs/ta/Cargo.toml
index 5cff6b5..0a5a58a 100644
--- a/examples/signature_verification-rs/ta/Cargo.toml
+++ b/examples/signature_verification-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/signature_verification-rs/ta/src/main.rs
b/examples/signature_verification-rs/ta/src/main.rs
index c3fcc98..aa89ab3 100644
--- a/examples/signature_verification-rs/ta/src/main.rs
+++ b/examples/signature_verification-rs/ta/src/main.rs
@@ -127,7 +127,7 @@ fn verify(params: &mut Parameters) -> Result<()> {
const TA_FLAGS: u32 = 0;
const TA_DATA_SIZE: u32 = 4 * 1024 * 1024;
const TA_STACK_SIZE: u32 = 4 * 1024;
-const TA_VERSION: &[u8] = b"0.1\0";
+const TA_VERSION: &[u8] = b"0.2\0";
const TA_DESCRIPTION: &[u8] = b"This is a signature verification example.\0";
const EXT_PROP_VALUE_1: &[u8] = b"Signature Verification TA\0";
const EXT_PROP_VALUE_2: u32 = 0x0010;
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]