From b2e59fb1c528eda256a84626974a7dfbafcfffdb Mon Sep 17 00:00:00 2001 From: David Dal Busco Date: Sun, 20 Oct 2024 10:57:04 +0200 Subject: [PATCH] chore: version for release Signed-off-by: David Dal Busco --- Cargo.lock | 87 ++++++----------------------------- src/libs/satellite/Cargo.toml | 8 ++-- 2 files changed, 17 insertions(+), 78 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e19ed6fdc..4e20c9a93 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -262,9 +262,9 @@ dependencies = [ "ic-cdk-timers", "ic-ledger-types", "ic-stable-structures", - "junobuild-collections 0.0.8", - "junobuild-shared 0.0.21", - "junobuild-storage 0.0.11", + "junobuild-collections", + "junobuild-shared", + "junobuild-storage", "regex", "serde", "serde_cbor", @@ -824,20 +824,6 @@ version = "1.0.10" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b1a46d1a171d865aa5f83f92695765caa047a9b4cbae2cbf37dbd613a793fd4c" -[[package]] -name = "junobuild-collections" -version = "0.0.7" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "38ae0a739f185426a8f612fde1e3b73ee313766a58e3b63aaec80e5c5db250b7" -dependencies = [ - "candid", - "ic-cdk", - "ic-cdk-macros", - "ic-cdk-timers", - "junobuild-shared 0.0.20", - "serde", -] - [[package]] name = "junobuild-collections" version = "0.0.8" @@ -846,7 +832,7 @@ dependencies = [ "ic-cdk", "ic-cdk-macros", "ic-cdk-timers", - "junobuild-shared 0.0.21", + "junobuild-shared", "serde", ] @@ -866,7 +852,7 @@ dependencies = [ [[package]] name = "junobuild-satellite" -version = "0.0.20-patch.3" +version = "0.0.20-patch.4" dependencies = [ "candid", "ciborium", @@ -875,9 +861,9 @@ dependencies = [ "ic-cdk-macros", "ic-cdk-timers", "ic-stable-structures", - "junobuild-collections 0.0.7", - "junobuild-shared 0.0.20", - "junobuild-storage 0.0.10", + "junobuild-collections", + "junobuild-shared", + "junobuild-storage", "junobuild-utils 0.0.4 (registry+https://github.com/rust-lang/crates.io-index)", "rand", "regex", @@ -887,25 +873,6 @@ dependencies = [ "url", ] -[[package]] -name = "junobuild-shared" -version = "0.0.20" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0877f076bb487faf40227f3265a23ff383b674f9e8c920a36c688e3e81b14dfa" -dependencies = [ - "candid", - "ciborium", - "futures", - "ic-cdk", - "ic-cdk-macros", - "ic-ledger-types", - "ic-stable-structures", - "icrc-ledger-types", - "regex", - "serde", - "time", -] - [[package]] name = "junobuild-shared" version = "0.0.21" @@ -923,34 +890,6 @@ dependencies = [ "time", ] -[[package]] -name = "junobuild-storage" -version = "0.0.10" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3815cc6162da1d28a9d3748e414a469f493cd4df1420ca724bc66777bf7923ca" -dependencies = [ - "base64 0.13.1", - "candid", - "globset", - "hex", - "ic-cdk", - "ic-cdk-macros", - "ic-cdk-timers", - "ic-certification", - "ic-representation-independent-hash", - "ic-response-verification", - "ic-stable-structures", - "junobuild-collections 0.0.7", - "junobuild-shared 0.0.20", - "regex", - "serde", - "serde_bytes", - "serde_cbor", - "sha2", - "url", - "urlencoding", -] - [[package]] name = "junobuild-storage" version = "0.0.11" @@ -966,8 +905,8 @@ dependencies = [ "ic-representation-independent-hash", "ic-response-verification", "ic-stable-structures", - "junobuild-collections 0.0.8", - "junobuild-shared 0.0.21", + "junobuild-collections", + "junobuild-shared", "regex", "serde", "serde_bytes", @@ -1074,7 +1013,7 @@ dependencies = [ "ic-cdk-macros", "ic-ledger-types", "icrc-ledger-types", - "junobuild-shared 0.0.21", + "junobuild-shared", "serde", ] @@ -1132,7 +1071,7 @@ dependencies = [ "ic-cdk", "ic-cdk-macros", "ic-cdk-timers", - "junobuild-shared 0.0.21", + "junobuild-shared", "lazy_static", "serde", ] @@ -1153,7 +1092,7 @@ dependencies = [ "ic-cdk-macros", "ic-stable-structures", "isbot", - "junobuild-shared 0.0.21", + "junobuild-shared", "lazy_static", "regex", "serde", diff --git a/src/libs/satellite/Cargo.toml b/src/libs/satellite/Cargo.toml index ab727c841..7ed83864c 100644 --- a/src/libs/satellite/Cargo.toml +++ b/src/libs/satellite/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "junobuild-satellite" -version = "0.0.20-patch.3" +version = "0.0.20-patch.4" authors.workspace = true edition.workspace = true repository.workspace = true @@ -41,7 +41,7 @@ regex.workspace = true url = "2.4.0" getrandom = { version = "0.2", features = ["custom"] } rand = { version = "0.8.5", features = ["getrandom"]} -junobuild-shared = "0.0.20" +junobuild-shared = "0.0.21" junobuild-utils = "0.0.4" -junobuild-collections = "0.0.7" -junobuild-storage = "0.0.10" \ No newline at end of file +junobuild-collections = "0.0.8" +junobuild-storage = "0.0.11" \ No newline at end of file