From 742e7c746b9a8dbe3e4a638e01cdb8f54d1e344e Mon Sep 17 00:00:00 2001 From: "Bill.W" <0xbillw@gmail.com> Date: Fri, 17 Jan 2025 12:10:56 +0000 Subject: [PATCH] bump versions that `ceseal` to `0.4.1` and `cifrost` to `0.3.1` --- Cargo.lock | 2 +- standalone/teeworker/ceseal/Cargo.lock | 2 +- standalone/teeworker/ceseal/Cargo.toml | 2 +- standalone/teeworker/cifrost/Cargo.toml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 8b42c6ac..1e1c885c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2649,7 +2649,7 @@ dependencies = [ [[package]] name = "cifrost" -version = "0.3.0" +version = "0.3.1" dependencies = [ "anyhow", "async-trait", diff --git a/standalone/teeworker/ceseal/Cargo.lock b/standalone/teeworker/ceseal/Cargo.lock index 352f149a..c7953688 100644 --- a/standalone/teeworker/ceseal/Cargo.lock +++ b/standalone/teeworker/ceseal/Cargo.lock @@ -1637,7 +1637,7 @@ dependencies = [ [[package]] name = "ceseal" -version = "0.4.0" +version = "0.4.1" dependencies = [ "anyhow", "base64 0.13.1", diff --git a/standalone/teeworker/ceseal/Cargo.toml b/standalone/teeworker/ceseal/Cargo.toml index cd083460..dbcc5b2d 100644 --- a/standalone/teeworker/ceseal/Cargo.toml +++ b/standalone/teeworker/ceseal/Cargo.toml @@ -1,7 +1,7 @@ [package] edition = "2021" name = "ceseal" -version = "0.4.0" +version = "0.4.1" build = "build.rs" [profile.release] diff --git a/standalone/teeworker/cifrost/Cargo.toml b/standalone/teeworker/cifrost/Cargo.toml index a92ba0e9..ac6f4093 100644 --- a/standalone/teeworker/cifrost/Cargo.toml +++ b/standalone/teeworker/cifrost/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cifrost" -version = "0.3.0" +version = "0.3.1" authors = ["CESS Network"] edition = "2021"