From 681d3873a96072b2ac1e287daf3677431db30afa Mon Sep 17 00:00:00 2001 From: Eric Harris-Braun Date: Thu, 9 Apr 2020 15:07:25 -0400 Subject: [PATCH] Release v0.0.47-alpha1 --- CHANGELOG-UNRELEASED.md | 4 +- CHANGELOG.md | 17 + Cargo.lock | 326 +++++++++--------- app_spec/zomes/blog/code/Cargo.toml | 2 +- app_spec/zomes/converse/code/Cargo.toml | 2 +- app_spec/zomes/simple/code/Cargo.toml | 2 +- app_spec/zomes/summer/code/Cargo.toml | 2 +- .../zomes/blog/code/Cargo.toml | 2 +- .../zomes/converse/code/Cargo.toml | 2 +- .../zomes/simple/code/Cargo.toml | 2 +- .../zomes/summer/code/Cargo.toml | 2 +- config.nix | 6 +- core_api_c_binding/Cargo.toml | 2 +- crates/cli/Cargo.toml | 20 +- crates/common/Cargo.toml | 2 +- crates/conductor_api/Cargo.toml | 10 +- crates/conductor_lib/Cargo.toml | 20 +- .../test-bridge-caller/Cargo.toml | 2 +- crates/conductor_lib/wasm-test/Cargo.toml | 2 +- crates/core/Cargo.toml | 20 +- .../src/nucleus/actions/wasm-test/Cargo.toml | 2 +- crates/core_types/Cargo.toml | 6 +- crates/dpki/Cargo.toml | 6 +- crates/hdk/Cargo.toml | 14 +- crates/hdk/wasm-test/Cargo.toml | 2 +- crates/hdk_v2/Cargo.toml | 4 +- crates/hdk_v2/wasm-test/Cargo.toml | 2 +- crates/holochain/Cargo.toml | 10 +- crates/holochain_wasm/Cargo.toml | 4 +- crates/in_stream/Cargo.toml | 2 +- crates/locksmith/Cargo.toml | 2 +- crates/metrics/Cargo.toml | 6 +- crates/net/Cargo.toml | 16 +- crates/remove-dev-dependencies/Cargo.toml | 2 +- crates/sim2h/Cargo.toml | 12 +- crates/sim2h_server/Cargo.toml | 6 +- crates/stress/Cargo.toml | 6 +- crates/trycp_server/Cargo.toml | 4 +- crates/wasm_utils/Cargo.toml | 10 +- .../wasm-test/integration-test/Cargo.toml | 2 +- test_utils/Cargo.toml | 18 +- 41 files changed, 299 insertions(+), 284 deletions(-) diff --git a/CHANGELOG-UNRELEASED.md b/CHANGELOG-UNRELEASED.md index 914e90c50d..2f730af61f 100644 --- a/CHANGELOG-UNRELEASED.md +++ b/CHANGELOG-UNRELEASED.md @@ -14,7 +14,5 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm ### Fixed -- futures bug that caused CPU over-consumption [#2175](https://github.com/holochain/holochain-rust/pull/2175) -- validation bug that treated network timeout as a validation failure instead of a retry [#2176](https://github.com/holochain/holochain-rust/pull/2176) - ### Security + diff --git a/CHANGELOG.md b/CHANGELOG.md index 9694dcdec9..00eb939188 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,23 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.0.47-alpha1] - 2020-04-09 + +### Added + +### Changed + +### Deprecated + +### Removed + +### Fixed + +- futures bug that caused CPU over-consumption [#2175](https://github.com/holochain/holochain-rust/pull/2175) +- validation bug that treated network timeout as a validation failure instead of a retry [#2176](https://github.com/holochain/holochain-rust/pull/2176) + +### Security + ## [0.0.46-alpha1] - 2020-03-27 ### Added diff --git a/Cargo.lock b/Cargo.lock index 8194dbad17..474c615524 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -57,7 +57,7 @@ name = "atty" version = "0.2.14" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "hermit-abi 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)", + "hermit-abi 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)", "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -384,9 +384,9 @@ dependencies = [ "cranelift-codegen-shared 0.52.0 (registry+https://github.com/rust-lang/crates.io-index)", "cranelift-entity 0.52.0 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", - "smallvec 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", + "smallvec 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", "target-lexicon 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", - "thiserror 1.0.13 (registry+https://github.com/rust-lang/crates.io-index)", + "thiserror 1.0.14 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -628,7 +628,7 @@ version = "1.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)", - "socket2 0.3.11 (registry+https://github.com/rust-lang/crates.io-index)", + "socket2 0.3.12 (registry+https://github.com/rust-lang/crates.io-index)", "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -681,7 +681,7 @@ dependencies = [ [[package]] name = "errno" -version = "0.2.4" +version = "0.2.5" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "errno-dragonfly 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", @@ -730,7 +730,7 @@ name = "failure_derive" version = "0.1.7" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "proc-macro2 1.0.9 (registry+https://github.com/rust-lang/crates.io-index)", + "proc-macro2 1.0.10 (registry+https://github.com/rust-lang/crates.io-index)", "quote 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)", "syn 1.0.17 (registry+https://github.com/rust-lang/crates.io-index)", "synstructure 0.12.3 (registry+https://github.com/rust-lang/crates.io-index)", @@ -743,7 +743,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "filetime" -version = "0.2.8" +version = "0.2.9" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", @@ -911,8 +911,8 @@ name = "futures-macro" version = "0.3.4" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "proc-macro-hack 0.5.14 (registry+https://github.com/rust-lang/crates.io-index)", - "proc-macro2 1.0.9 (registry+https://github.com/rust-lang/crates.io-index)", + "proc-macro-hack 0.5.15 (registry+https://github.com/rust-lang/crates.io-index)", + "proc-macro2 1.0.10 (registry+https://github.com/rust-lang/crates.io-index)", "quote 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)", "syn 1.0.17 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -961,7 +961,7 @@ dependencies = [ "futures-task 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)", "memchr 2.3.3 (registry+https://github.com/rust-lang/crates.io-index)", "pin-utils 0.1.0-alpha.4 (registry+https://github.com/rust-lang/crates.io-index)", - "proc-macro-hack 0.5.14 (registry+https://github.com/rust-lang/crates.io-index)", + "proc-macro-hack 0.5.15 (registry+https://github.com/rust-lang/crates.io-index)", "proc-macro-nested 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", "slab 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -1071,7 +1071,7 @@ dependencies = [ [[package]] name = "hc" -version = "0.0.46-alpha1" +version = "0.0.47-alpha1" dependencies = [ "assert_cmd 0.10.2 (registry+https://github.com/rust-lang/crates.io-index)", "base64 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1082,21 +1082,21 @@ dependencies = [ "flate2 1.0.12 (registry+https://github.com/rust-lang/crates.io-index)", "glob 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", "hcid 0.0.6 (registry+https://github.com/rust-lang/crates.io-index)", - "holochain_common 0.0.46-alpha1", - "holochain_conductor_lib 0.0.46-alpha1", - "holochain_core 0.0.46-alpha1", - "holochain_core_types 0.0.46-alpha1", - "holochain_dpki 0.0.46-alpha1", + "holochain_common 0.0.47-alpha1", + "holochain_conductor_lib 0.0.47-alpha1", + "holochain_core 0.0.47-alpha1", + "holochain_core_types 0.0.47-alpha1", + "holochain_dpki 0.0.47-alpha1", "holochain_json_api 0.0.23 (registry+https://github.com/rust-lang/crates.io-index)", - "holochain_locksmith 0.0.46-alpha1", - "holochain_net 0.0.46-alpha1", + "holochain_locksmith 0.0.47-alpha1", + "holochain_net 0.0.47-alpha1", "holochain_persistence_api 0.0.18 (registry+https://github.com/rust-lang/crates.io-index)", "holochain_persistence_file 0.0.18 (registry+https://github.com/rust-lang/crates.io-index)", "holochain_tracing 0.0.24 (registry+https://github.com/rust-lang/crates.io-index)", "holochain_tracing_macros 0.0.24 (registry+https://github.com/rust-lang/crates.io-index)", - "holochain_wasm_utils 0.0.46-alpha1", + "holochain_wasm_utils 0.0.47-alpha1", "ignore 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", - "in_stream 0.0.46-alpha1", + "in_stream 0.0.47-alpha1", "json-patch 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", "lib3h_crypto_api 0.0.42 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1111,7 +1111,7 @@ dependencies = [ "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", "serde_derive 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", "serde_json 1.0.47 (registry+https://github.com/rust-lang/crates.io-index)", - "sim2h 0.0.46-alpha1", + "sim2h 0.0.47-alpha1", "structopt 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", "tar 0.4.26 (registry+https://github.com/rust-lang/crates.io-index)", "tempfile 3.0.7 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1131,33 +1131,33 @@ dependencies = [ [[package]] name = "hdk" -version = "0.0.46-alpha1" +version = "0.0.47-alpha1" dependencies = [ "bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)", "boolinator 2.4.0 (registry+https://github.com/rust-lang/crates.io-index)", "env_logger 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)", - "holochain_conductor_lib 0.0.46-alpha1", - "holochain_core 0.0.46-alpha1", - "holochain_core_types 0.0.46-alpha1", + "holochain_conductor_lib 0.0.47-alpha1", + "holochain_core 0.0.47-alpha1", + "holochain_core_types 0.0.47-alpha1", "holochain_json_api 0.0.23 (registry+https://github.com/rust-lang/crates.io-index)", "holochain_json_derive 0.0.23 (registry+https://github.com/rust-lang/crates.io-index)", "holochain_persistence_api 0.0.18 (registry+https://github.com/rust-lang/crates.io-index)", - "holochain_wasm_utils 0.0.46-alpha1", + "holochain_wasm_utils 0.0.47-alpha1", "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", "pretty_assertions 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", "serde_derive 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", "serde_json 1.0.47 (registry+https://github.com/rust-lang/crates.io-index)", "tempfile 3.0.7 (registry+https://github.com/rust-lang/crates.io-index)", - "test_utils 0.0.46-alpha1", + "test_utils 0.0.47-alpha1", "url 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "hdk_proc_macros" -version = "0.0.46-alpha1" +version = "0.0.47-alpha1" dependencies = [ - "hdk 0.0.46-alpha1", + "hdk 0.0.47-alpha1", "proc-macro2 0.4.27 (registry+https://github.com/rust-lang/crates.io-index)", "quote 0.6.11 (registry+https://github.com/rust-lang/crates.io-index)", "syn 0.15.31 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1173,7 +1173,7 @@ dependencies = [ [[package]] name = "hermit-abi" -version = "0.1.8" +version = "0.1.10" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1204,13 +1204,13 @@ dependencies = [ [[package]] name = "holochain" -version = "0.0.46-alpha1" +version = "0.0.47-alpha1" dependencies = [ "crossbeam-channel 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", - "holochain_common 0.0.46-alpha1", - "holochain_conductor_lib 0.0.46-alpha1", - "holochain_core_types 0.0.46-alpha1", - "holochain_locksmith 0.0.46-alpha1", + "holochain_common 0.0.47-alpha1", + "holochain_conductor_lib 0.0.47-alpha1", + "holochain_core_types 0.0.47-alpha1", + "holochain_locksmith 0.0.47-alpha1", "holochain_tracing 0.0.24 (registry+https://github.com/rust-lang/crates.io-index)", "holochain_tracing_macros 0.0.24 (registry+https://github.com/rust-lang/crates.io-index)", "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1225,7 +1225,7 @@ dependencies = [ [[package]] name = "holochain_common" -version = "0.0.46-alpha1" +version = "0.0.47-alpha1" dependencies = [ "directories 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1233,7 +1233,7 @@ dependencies = [ [[package]] name = "holochain_conductor_lib" -version = "0.0.46-alpha1" +version = "0.0.47-alpha1" dependencies = [ "base64 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)", "boolinator 2.4.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1241,16 +1241,16 @@ dependencies = [ "colored 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)", "crossbeam-channel 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", "fs_extra 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", - "holochain_common 0.0.46-alpha1", - "holochain_core 0.0.46-alpha1", - "holochain_core_types 0.0.46-alpha1", - "holochain_dpki 0.0.46-alpha1", + "holochain_common 0.0.47-alpha1", + "holochain_core 0.0.47-alpha1", + "holochain_core_types 0.0.47-alpha1", + "holochain_dpki 0.0.47-alpha1", "holochain_json_api 0.0.23 (registry+https://github.com/rust-lang/crates.io-index)", "holochain_json_derive 0.0.23 (registry+https://github.com/rust-lang/crates.io-index)", - "holochain_locksmith 0.0.46-alpha1", + "holochain_locksmith 0.0.47-alpha1", "holochain_logging 0.0.7 (registry+https://github.com/rust-lang/crates.io-index)", - "holochain_metrics 0.0.46-alpha1", - "holochain_net 0.0.46-alpha1", + "holochain_metrics 0.0.47-alpha1", + "holochain_net 0.0.47-alpha1", "holochain_persistence_api 0.0.18 (registry+https://github.com/rust-lang/crates.io-index)", "holochain_persistence_file 0.0.18 (registry+https://github.com/rust-lang/crates.io-index)", "holochain_persistence_lmdb 0.0.18 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1258,7 +1258,7 @@ dependencies = [ "holochain_persistence_pickle 0.0.18 (registry+https://github.com/rust-lang/crates.io-index)", "holochain_tracing 0.0.24 (registry+https://github.com/rust-lang/crates.io-index)", "holochain_tracing_macros 0.0.24 (registry+https://github.com/rust-lang/crates.io-index)", - "holochain_wasm_utils 0.0.46-alpha1", + "holochain_wasm_utils 0.0.47-alpha1", "hyper 0.12.25 (registry+https://github.com/rust-lang/crates.io-index)", "json-patch 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", "jsonrpc-core 14.0.1 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1284,7 +1284,7 @@ dependencies = [ "snowflake 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", "structopt 0.2.15 (registry+https://github.com/rust-lang/crates.io-index)", "tempfile 3.0.7 (registry+https://github.com/rust-lang/crates.io-index)", - "test_utils 0.0.46-alpha1", + "test_utils 0.0.47-alpha1", "tiny_http 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)", "toml 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", "url 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1293,14 +1293,14 @@ dependencies = [ [[package]] name = "holochain_conductor_lib_api" -version = "0.0.46-alpha1" +version = "0.0.47-alpha1" dependencies = [ "base64 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)", - "holochain_common 0.0.46-alpha1", - "holochain_core_types 0.0.46-alpha1", - "holochain_locksmith 0.0.46-alpha1", + "holochain_common 0.0.47-alpha1", + "holochain_core_types 0.0.47-alpha1", + "holochain_locksmith 0.0.47-alpha1", "holochain_tracing_macros 0.0.24 (registry+https://github.com/rust-lang/crates.io-index)", - "holochain_wasm_utils 0.0.46-alpha1", + "holochain_wasm_utils 0.0.47-alpha1", "jsonrpc-core 14.0.1 (registry+https://github.com/rust-lang/crates.io-index)", "jsonrpc-lite 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1312,15 +1312,15 @@ dependencies = [ [[package]] name = "holochain_conductor_wasm" -version = "0.0.46-alpha1" +version = "0.0.47-alpha1" dependencies = [ - "holochain_core_types 0.0.46-alpha1", + "holochain_core_types 0.0.47-alpha1", "wasm-bindgen 0.2.32 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "holochain_core" -version = "0.0.46-alpha1" +version = "0.0.47-alpha1" dependencies = [ "base64 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)", "bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1332,23 +1332,23 @@ dependencies = [ "failure 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", "futures 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)", "globset 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", - "holochain_common 0.0.46-alpha1", - "holochain_conductor_lib_api 0.0.46-alpha1", - "holochain_core_types 0.0.46-alpha1", - "holochain_dpki 0.0.46-alpha1", + "holochain_common 0.0.47-alpha1", + "holochain_conductor_lib_api 0.0.47-alpha1", + "holochain_core_types 0.0.47-alpha1", + "holochain_dpki 0.0.47-alpha1", "holochain_json_api 0.0.23 (registry+https://github.com/rust-lang/crates.io-index)", "holochain_json_derive 0.0.23 (registry+https://github.com/rust-lang/crates.io-index)", - "holochain_locksmith 0.0.46-alpha1", + "holochain_locksmith 0.0.47-alpha1", "holochain_logging 0.0.7 (registry+https://github.com/rust-lang/crates.io-index)", - "holochain_metrics 0.0.46-alpha1", - "holochain_net 0.0.46-alpha1", + "holochain_metrics 0.0.47-alpha1", + "holochain_net 0.0.47-alpha1", "holochain_persistence_api 0.0.18 (registry+https://github.com/rust-lang/crates.io-index)", "holochain_persistence_file 0.0.18 (registry+https://github.com/rust-lang/crates.io-index)", "holochain_persistence_lmdb 0.0.18 (registry+https://github.com/rust-lang/crates.io-index)", "holochain_persistence_mem 0.0.18 (registry+https://github.com/rust-lang/crates.io-index)", "holochain_tracing 0.0.24 (registry+https://github.com/rust-lang/crates.io-index)", "holochain_tracing_macros 0.0.24 (registry+https://github.com/rust-lang/crates.io-index)", - "holochain_wasm_utils 0.0.46-alpha1", + "holochain_wasm_utils 0.0.47-alpha1", "im 14.0.0 (registry+https://github.com/rust-lang/crates.io-index)", "itertools 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)", "jsonrpc-core 14.0.1 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1369,7 +1369,7 @@ dependencies = [ "serde_json 1.0.47 (registry+https://github.com/rust-lang/crates.io-index)", "snowflake 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", "tempfile 3.0.7 (registry+https://github.com/rust-lang/crates.io-index)", - "test_utils 0.0.46-alpha1", + "test_utils 0.0.47-alpha1", "threadpool 1.7.1 (registry+https://github.com/rust-lang/crates.io-index)", "toml 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", "tracing 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1382,7 +1382,7 @@ dependencies = [ [[package]] name = "holochain_core_types" -version = "0.0.46-alpha1" +version = "0.0.47-alpha1" dependencies = [ "arrayref 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)", "backtrace 0.3.27 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1393,7 +1393,7 @@ dependencies = [ "hcid 0.0.6 (registry+https://github.com/rust-lang/crates.io-index)", "holochain_json_api 0.0.23 (registry+https://github.com/rust-lang/crates.io-index)", "holochain_json_derive 0.0.23 (registry+https://github.com/rust-lang/crates.io-index)", - "holochain_locksmith 0.0.46-alpha1", + "holochain_locksmith 0.0.47-alpha1", "holochain_logging 0.0.7 (registry+https://github.com/rust-lang/crates.io-index)", "holochain_persistence_api 0.0.18 (registry+https://github.com/rust-lang/crates.io-index)", "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1411,20 +1411,20 @@ dependencies = [ "serde_json 1.0.47 (registry+https://github.com/rust-lang/crates.io-index)", "shrinkwraprs 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", "snowflake 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", - "test_utils 0.0.46-alpha1", + "test_utils 0.0.47-alpha1", "uuid 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)", "wasmi 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "holochain_dpki" -version = "0.0.46-alpha1" +version = "0.0.47-alpha1" dependencies = [ "base64 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)", "bip39 0.6.0-beta.1 (registry+https://github.com/rust-lang/crates.io-index)", "hcid 0.0.6 (registry+https://github.com/rust-lang/crates.io-index)", - "holochain_common 0.0.46-alpha1", - "holochain_core_types 0.0.46-alpha1", + "holochain_common 0.0.47-alpha1", + "holochain_core_types 0.0.47-alpha1", "holochain_persistence_api 0.0.18 (registry+https://github.com/rust-lang/crates.io-index)", "holochain_tracing_macros 0.0.24 (registry+https://github.com/rust-lang/crates.io-index)", "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1474,7 +1474,7 @@ dependencies = [ [[package]] name = "holochain_locksmith" -version = "0.0.46-alpha1" +version = "0.0.47-alpha1" dependencies = [ "backtrace 0.3.27 (registry+https://github.com/rust-lang/crates.io-index)", "chrono 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1502,14 +1502,14 @@ dependencies = [ [[package]] name = "holochain_metrics" -version = "0.0.46-alpha1" +version = "0.0.47-alpha1" dependencies = [ "chrono 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", "crossbeam-channel 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", "csv 1.1.3 (registry+https://github.com/rust-lang/crates.io-index)", "env_logger 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)", - "holochain_common 0.0.46-alpha1", - "holochain_locksmith 0.0.46-alpha1", + "holochain_common 0.0.47-alpha1", + "holochain_locksmith 0.0.47-alpha1", "holochain_logging 0.0.7 (registry+https://github.com/rust-lang/crates.io-index)", "holochain_tracing_macros 0.0.24 (registry+https://github.com/rust-lang/crates.io-index)", "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1538,7 +1538,7 @@ dependencies = [ [[package]] name = "holochain_net" -version = "0.0.46-alpha1" +version = "0.0.47-alpha1" dependencies = [ "base64 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)", "crossbeam-channel 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1546,18 +1546,18 @@ dependencies = [ "env_logger 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)", "failure 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", "hcid 0.0.6 (registry+https://github.com/rust-lang/crates.io-index)", - "holochain_common 0.0.46-alpha1", - "holochain_conductor_lib_api 0.0.46-alpha1", - "holochain_core_types 0.0.46-alpha1", + "holochain_common 0.0.47-alpha1", + "holochain_conductor_lib_api 0.0.47-alpha1", + "holochain_core_types 0.0.47-alpha1", "holochain_json_api 0.0.23 (registry+https://github.com/rust-lang/crates.io-index)", "holochain_json_derive 0.0.23 (registry+https://github.com/rust-lang/crates.io-index)", - "holochain_locksmith 0.0.46-alpha1", + "holochain_locksmith 0.0.47-alpha1", "holochain_logging 0.0.7 (registry+https://github.com/rust-lang/crates.io-index)", - "holochain_metrics 0.0.46-alpha1", + "holochain_metrics 0.0.47-alpha1", "holochain_persistence_api 0.0.18 (registry+https://github.com/rust-lang/crates.io-index)", "holochain_tracing 0.0.24 (registry+https://github.com/rust-lang/crates.io-index)", "holochain_tracing_macros 0.0.24 (registry+https://github.com/rust-lang/crates.io-index)", - "in_stream 0.0.46-alpha1", + "in_stream 0.0.47-alpha1", "jsonrpc-core 14.0.1 (registry+https://github.com/rust-lang/crates.io-index)", "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", "lib3h 0.0.42 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1574,7 +1574,7 @@ dependencies = [ "serde_bytes 0.10.5 (registry+https://github.com/rust-lang/crates.io-index)", "serde_derive 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", "serde_json 1.0.47 (registry+https://github.com/rust-lang/crates.io-index)", - "sim2h 0.0.46-alpha1", + "sim2h 0.0.47-alpha1", "snowflake 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", "tempfile 3.0.7 (registry+https://github.com/rust-lang/crates.io-index)", "tokio 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1686,14 +1686,14 @@ dependencies = [ [[package]] name = "holochain_stress" -version = "0.0.46-alpha1" +version = "0.0.47-alpha1" dependencies = [ "base64 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)", "crossbeam-channel 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", "env_logger 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)", "hcid 0.0.6 (registry+https://github.com/rust-lang/crates.io-index)", "holochain_tracing 0.0.24 (registry+https://github.com/rust-lang/crates.io-index)", - "in_stream 0.0.46-alpha1", + "in_stream 0.0.47-alpha1", "lib3h_crypto_api 0.0.42 (registry+https://github.com/rust-lang/crates.io-index)", "lib3h_protocol 0.0.42 (registry+https://github.com/rust-lang/crates.io-index)", "lib3h_sodium 0.0.42 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1705,7 +1705,7 @@ dependencies = [ "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", "serde_derive 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", "serde_json 1.0.47 (registry+https://github.com/rust-lang/crates.io-index)", - "sim2h 0.0.46-alpha1", + "sim2h 0.0.47-alpha1", "structopt 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", "tokio 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)", "toml 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1745,18 +1745,18 @@ dependencies = [ "holochain_tracing 0.0.24 (registry+https://github.com/rust-lang/crates.io-index)", "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", - "proc-macro2 1.0.9 (registry+https://github.com/rust-lang/crates.io-index)", + "proc-macro2 1.0.10 (registry+https://github.com/rust-lang/crates.io-index)", "quote 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)", "syn 1.0.17 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "holochain_wasm_utils" -version = "0.0.46-alpha1" +version = "0.0.47-alpha1" dependencies = [ - "holochain_conductor_lib 0.0.46-alpha1", - "holochain_core 0.0.46-alpha1", - "holochain_core_types 0.0.46-alpha1", + "holochain_conductor_lib 0.0.47-alpha1", + "holochain_core 0.0.47-alpha1", + "holochain_core_types 0.0.47-alpha1", "holochain_json_api 0.0.23 (registry+https://github.com/rust-lang/crates.io-index)", "holochain_json_derive 0.0.23 (registry+https://github.com/rust-lang/crates.io-index)", "holochain_persistence_api 0.0.18 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1764,7 +1764,7 @@ dependencies = [ "serde_derive 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", "serde_json 1.0.47 (registry+https://github.com/rust-lang/crates.io-index)", "tempfile 3.0.7 (registry+https://github.com/rust-lang/crates.io-index)", - "test_utils 0.0.46-alpha1", + "test_utils 0.0.47-alpha1", ] [[package]] @@ -1903,7 +1903,7 @@ dependencies = [ "same-file 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", "thread_local 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", "walkdir 2.3.1 (registry+https://github.com/rust-lang/crates.io-index)", - "winapi-util 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", + "winapi-util 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -1922,7 +1922,7 @@ dependencies = [ [[package]] name = "in_stream" -version = "0.0.46-alpha1" +version = "0.0.47-alpha1" dependencies = [ "crossbeam-channel 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", "env_logger 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)", @@ -2461,7 +2461,7 @@ name = "miow" version = "0.3.3" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "socket2 0.3.11 (registry+https://github.com/rust-lang/crates.io-index)", + "socket2 0.3.12 (registry+https://github.com/rust-lang/crates.io-index)", "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -2516,7 +2516,7 @@ dependencies = [ "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", "openssl 0.10.25 (registry+https://github.com/rust-lang/crates.io-index)", "openssl-probe 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", - "openssl-sys 0.9.54 (registry+https://github.com/rust-lang/crates.io-index)", + "openssl-sys 0.9.55 (registry+https://github.com/rust-lang/crates.io-index)", "schannel 0.1.18 (registry+https://github.com/rust-lang/crates.io-index)", "security-framework 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)", "security-framework-sys 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", @@ -2683,7 +2683,7 @@ name = "num_cpus" version = "1.11.1" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "hermit-abi 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)", + "hermit-abi 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -2715,7 +2715,7 @@ dependencies = [ "foreign-types 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)", "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)", - "openssl-sys 0.9.54 (registry+https://github.com/rust-lang/crates.io-index)", + "openssl-sys 0.9.55 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -2725,7 +2725,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "openssl-src" -version = "111.7.0+1.1.1e" +version = "111.8.1+1.1.1f" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "cc 1.0.50 (registry+https://github.com/rust-lang/crates.io-index)", @@ -2733,13 +2733,13 @@ dependencies = [ [[package]] name = "openssl-sys" -version = "0.9.54" +version = "0.9.55" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "autocfg 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", "cc 1.0.50 (registry+https://github.com/rust-lang/crates.io-index)", "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)", - "openssl-src 111.7.0+1.1.1e (registry+https://github.com/rust-lang/crates.io-index)", + "openssl-src 111.8.1+1.1.1f (registry+https://github.com/rust-lang/crates.io-index)", "pkg-config 0.3.17 (registry+https://github.com/rust-lang/crates.io-index)", "vcpkg 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -2928,7 +2928,7 @@ dependencies = [ "cloudabi 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)", "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)", "redox_syscall 0.1.56 (registry+https://github.com/rust-lang/crates.io-index)", - "smallvec 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", + "smallvec 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -2976,7 +2976,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "pest 2.1.3 (registry+https://github.com/rust-lang/crates.io-index)", "pest_meta 2.1.3 (registry+https://github.com/rust-lang/crates.io-index)", - "proc-macro2 1.0.9 (registry+https://github.com/rust-lang/crates.io-index)", + "proc-macro2 1.0.10 (registry+https://github.com/rust-lang/crates.io-index)", "quote 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)", "syn 1.0.17 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -3025,7 +3025,7 @@ name = "pin-project-internal" version = "0.4.8" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "proc-macro2 1.0.9 (registry+https://github.com/rust-lang/crates.io-index)", + "proc-macro2 1.0.10 (registry+https://github.com/rust-lang/crates.io-index)", "quote 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)", "syn 1.0.17 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -3118,7 +3118,7 @@ name = "proc-macro-error" version = "0.2.6" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "proc-macro2 1.0.9 (registry+https://github.com/rust-lang/crates.io-index)", + "proc-macro2 1.0.10 (registry+https://github.com/rust-lang/crates.io-index)", "quote 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)", "syn 1.0.17 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -3133,7 +3133,7 @@ dependencies = [ [[package]] name = "proc-macro-hack" -version = "0.5.14" +version = "0.5.15" source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] @@ -3164,7 +3164,7 @@ dependencies = [ [[package]] name = "proc-macro2" -version = "1.0.9" +version = "1.0.10" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "unicode-xid 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -3178,14 +3178,14 @@ dependencies = [ "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", "fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", - "protobuf 2.12.0 (registry+https://github.com/rust-lang/crates.io-index)", + "protobuf 2.13.0 (registry+https://github.com/rust-lang/crates.io-index)", "quick-error 1.2.3 (registry+https://github.com/rust-lang/crates.io-index)", "spin 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "protobuf" -version = "2.12.0" +version = "2.13.0" source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] @@ -3214,7 +3214,7 @@ name = "quote" version = "1.0.3" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "proc-macro2 1.0.9 (registry+https://github.com/rust-lang/crates.io-index)", + "proc-macro2 1.0.10 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -3758,7 +3758,7 @@ name = "same-file" version = "1.0.6" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "winapi-util 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", + "winapi-util 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -3861,7 +3861,7 @@ name = "serde_derive" version = "1.0.104" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "proc-macro2 1.0.9 (registry+https://github.com/rust-lang/crates.io-index)", + "proc-macro2 1.0.10 (registry+https://github.com/rust-lang/crates.io-index)", "quote 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)", "syn 1.0.17 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -3990,7 +3990,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)", "itertools 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)", - "proc-macro2 1.0.9 (registry+https://github.com/rust-lang/crates.io-index)", + "proc-macro2 1.0.10 (registry+https://github.com/rust-lang/crates.io-index)", "quote 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)", "syn 1.0.17 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -4015,7 +4015,7 @@ dependencies = [ [[package]] name = "sim2h" -version = "0.0.46-alpha1" +version = "0.0.47-alpha1" dependencies = [ "backtrace 0.3.27 (registry+https://github.com/rust-lang/crates.io-index)", "base64 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)", @@ -4025,16 +4025,16 @@ dependencies = [ "env_logger 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)", "futures 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)", "hcid 0.0.6 (registry+https://github.com/rust-lang/crates.io-index)", - "holochain_common 0.0.46-alpha1", - "holochain_core_types 0.0.46-alpha1", + "holochain_common 0.0.47-alpha1", + "holochain_core_types 0.0.47-alpha1", "holochain_json_api 0.0.23 (registry+https://github.com/rust-lang/crates.io-index)", - "holochain_locksmith 0.0.46-alpha1", - "holochain_metrics 0.0.46-alpha1", + "holochain_locksmith 0.0.47-alpha1", + "holochain_metrics 0.0.47-alpha1", "holochain_persistence_api 0.0.18 (registry+https://github.com/rust-lang/crates.io-index)", "holochain_tracing 0.0.24 (registry+https://github.com/rust-lang/crates.io-index)", "holochain_tracing_macros 0.0.24 (registry+https://github.com/rust-lang/crates.io-index)", "im 14.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "in_stream 0.0.46-alpha1", + "in_stream 0.0.47-alpha1", "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", "lib3h 0.0.42 (registry+https://github.com/rust-lang/crates.io-index)", "lib3h_crypto_api 0.0.42 (registry+https://github.com/rust-lang/crates.io-index)", @@ -4065,13 +4065,13 @@ dependencies = [ [[package]] name = "sim2h_server" -version = "0.0.46-alpha1" +version = "0.0.47-alpha1" dependencies = [ "crossbeam-channel 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", "detach 0.0.19 (registry+https://github.com/rust-lang/crates.io-index)", "env_logger 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)", "futures 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)", - "holochain_common 0.0.46-alpha1", + "holochain_common 0.0.47-alpha1", "holochain_tracing 0.0.24 (registry+https://github.com/rust-lang/crates.io-index)", "holochain_tracing_macros 0.0.24 (registry+https://github.com/rust-lang/crates.io-index)", "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -4080,7 +4080,7 @@ dependencies = [ "lib3h_sodium 0.0.42 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", "newrelic 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", - "sim2h 0.0.46-alpha1", + "sim2h 0.0.47-alpha1", "structopt 0.2.15 (registry+https://github.com/rust-lang/crates.io-index)", "tracing-log 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -4117,7 +4117,7 @@ dependencies = [ [[package]] name = "smallvec" -version = "1.2.0" +version = "1.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] @@ -4131,7 +4131,7 @@ dependencies = [ [[package]] name = "socket2" -version = "0.3.11" +version = "0.3.12" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", @@ -4215,7 +4215,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "heck 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", "proc-macro-error 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)", - "proc-macro2 1.0.9 (registry+https://github.com/rust-lang/crates.io-index)", + "proc-macro2 1.0.10 (registry+https://github.com/rust-lang/crates.io-index)", "quote 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)", "syn 1.0.17 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -4250,7 +4250,7 @@ name = "syn" version = "1.0.17" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "proc-macro2 1.0.9 (registry+https://github.com/rust-lang/crates.io-index)", + "proc-macro2 1.0.10 (registry+https://github.com/rust-lang/crates.io-index)", "quote 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)", "unicode-xid 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -4271,7 +4271,7 @@ name = "synstructure" version = "0.12.3" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "proc-macro2 1.0.9 (registry+https://github.com/rust-lang/crates.io-index)", + "proc-macro2 1.0.10 (registry+https://github.com/rust-lang/crates.io-index)", "quote 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)", "syn 1.0.17 (registry+https://github.com/rust-lang/crates.io-index)", "unicode-xid 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -4287,7 +4287,7 @@ name = "tar" version = "0.4.26" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "filetime 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", + "filetime 0.2.9 (registry+https://github.com/rust-lang/crates.io-index)", "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)", "redox_syscall 0.1.56 (registry+https://github.com/rust-lang/crates.io-index)", "xattr 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", @@ -4346,26 +4346,26 @@ name = "termcolor" version = "1.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "winapi-util 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", + "winapi-util 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "test_utils" -version = "0.0.46-alpha1" +version = "0.0.47-alpha1" dependencies = [ "base64 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)", "crossbeam-channel 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", - "hdk 0.0.46-alpha1", - "holochain_conductor_lib 0.0.46-alpha1", - "holochain_core 0.0.46-alpha1", - "holochain_core_types 0.0.46-alpha1", - "holochain_dpki 0.0.46-alpha1", + "hdk 0.0.47-alpha1", + "holochain_conductor_lib 0.0.47-alpha1", + "holochain_core 0.0.47-alpha1", + "holochain_core_types 0.0.47-alpha1", + "holochain_dpki 0.0.47-alpha1", "holochain_json_api 0.0.23 (registry+https://github.com/rust-lang/crates.io-index)", "holochain_json_derive 0.0.23 (registry+https://github.com/rust-lang/crates.io-index)", - "holochain_locksmith 0.0.46-alpha1", - "holochain_net 0.0.46-alpha1", + "holochain_locksmith 0.0.47-alpha1", + "holochain_net 0.0.47-alpha1", "holochain_persistence_api 0.0.18 (registry+https://github.com/rust-lang/crates.io-index)", - "holochain_wasm_utils 0.0.46-alpha1", + "holochain_wasm_utils 0.0.47-alpha1", "jsonrpc-ws-server 14.0.6 (registry+https://github.com/rust-lang/crates.io-index)", "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", "lib3h_sodium 0.0.42 (registry+https://github.com/rust-lang/crates.io-index)", @@ -4388,18 +4388,18 @@ dependencies = [ [[package]] name = "thiserror" -version = "1.0.13" +version = "1.0.14" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "thiserror-impl 1.0.13 (registry+https://github.com/rust-lang/crates.io-index)", + "thiserror-impl 1.0.14 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "thiserror-impl" -version = "1.0.13" +version = "1.0.14" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "proc-macro2 1.0.9 (registry+https://github.com/rust-lang/crates.io-index)", + "proc-macro2 1.0.10 (registry+https://github.com/rust-lang/crates.io-index)", "quote 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)", "syn 1.0.17 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -4570,7 +4570,7 @@ name = "tokio-macros" version = "0.2.5" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "proc-macro2 1.0.9 (registry+https://github.com/rust-lang/crates.io-index)", + "proc-macro2 1.0.10 (registry+https://github.com/rust-lang/crates.io-index)", "quote 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)", "syn 1.0.17 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -4783,7 +4783,7 @@ dependencies = [ "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", "serde_json 1.0.47 (registry+https://github.com/rust-lang/crates.io-index)", "sharded-slab 0.0.8 (registry+https://github.com/rust-lang/crates.io-index)", - "smallvec 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", + "smallvec 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", "tracing-core 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", "tracing-log 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", "tracing-serde 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", @@ -4831,11 +4831,11 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "trycp_server" -version = "0.0.46-alpha1" +version = "0.0.47-alpha1" dependencies = [ "base64 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)", "env_logger 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)", - "in_stream 0.0.46-alpha1", + "in_stream 0.0.47-alpha1", "jsonrpc-core 14.0.1 (registry+https://github.com/rust-lang/crates.io-index)", "jsonrpc-ws-server 14.0.6 (registry+https://github.com/rust-lang/crates.io-index)", "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -4975,7 +4975,7 @@ name = "unicode-normalization" version = "0.1.12" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "smallvec 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", + "smallvec 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -5152,7 +5152,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "same-file 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", - "winapi-util 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", + "winapi-util 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -5249,7 +5249,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "cranelift-codegen 0.52.0 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", - "smallvec 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", + "smallvec 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", "target-lexicon 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -5261,7 +5261,7 @@ dependencies = [ "cranelift-codegen 0.52.0 (registry+https://github.com/rust-lang/crates.io-index)", "cranelift-entity 0.52.0 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", - "thiserror 1.0.13 (registry+https://github.com/rust-lang/crates.io-index)", + "thiserror 1.0.14 (registry+https://github.com/rust-lang/crates.io-index)", "wasmer-clif-fork-frontend 0.52.0 (registry+https://github.com/rust-lang/crates.io-index)", "wasmparser 0.45.2 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -5288,7 +5288,7 @@ dependencies = [ "blake2b_simd 0.5.10 (registry+https://github.com/rust-lang/crates.io-index)", "cc 1.0.50 (registry+https://github.com/rust-lang/crates.io-index)", "digest 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)", - "errno 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)", + "errno 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)", "hex 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)", "indexmap 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)", "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -5357,7 +5357,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "winapi-util" -version = "0.1.3" +version = "0.1.4" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", @@ -5565,14 +5565,14 @@ dependencies = [ "checksum encoding_rs 0.8.22 (registry+https://github.com/rust-lang/crates.io-index)" = "cd8d03faa7fe0c1431609dfad7bbe827af30f82e1e2ae6f7ee4fca6bd764bc28" "checksum env_logger 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)" = "b61fa891024a945da30a9581546e8cfaf5602c7b3f4c137a2805cf388f92075a" "checksum env_logger 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)" = "44533bbbb3bb3c1fa17d9f2e4e38bbbaf8396ba82193c4cb1b6445d711445d36" -"checksum errno 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)" = "c2a071601ed01b988f896ab14b95e67335d1eeb50190932a1320f7fe3cadc84e" +"checksum errno 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)" = "b480f641ccf0faf324e20c1d3e53d81b7484c698b42ea677f6907ae4db195371" "checksum errno-dragonfly 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "14ca354e36190500e1e1fb267c647932382b54053c50b14970856c0b00a35067" "checksum error-chain 0.12.2 (registry+https://github.com/rust-lang/crates.io-index)" = "d371106cc88ffdfb1eabd7111e432da544f16f3e2d7bf1dfe8bf575f1df045cd" "checksum escargot 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "19db1f7e74438642a5018cdf263bb1325b2e792f02dd0a3ca6d6c0f0d7b1d5a5" "checksum failure 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)" = "b8529c2421efa3066a5cbd8063d2244603824daccb6936b079010bb2aa89464b" "checksum failure_derive 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)" = "030a733c8287d6213886dd487564ff5c8f6aae10278b3588ed177f9d18f8d231" "checksum fake-simd 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "e88a8acf291dafb59c2d96e8f59828f3838bb1a70398823ade51a84de6a6deed" -"checksum filetime 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)" = "1ff6d4dab0aa0c8e6346d46052e93b13a16cf847b54ed357087c35011048cc7d" +"checksum filetime 0.2.9 (registry+https://github.com/rust-lang/crates.io-index)" = "f59efc38004c988e4201d11d263b8171f49a2e7ec0bdbb71773433f271504a5e" "checksum fixedbitset 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)" = "86d4de0081402f5e88cdac65c8dcdcc73118c1a7a465e2a05f0da05843a8ea33" "checksum flate2 1.0.12 (registry+https://github.com/rust-lang/crates.io-index)" = "ad3c5233c9a940c8719031b423d7e6c16af66e031cb0420b0896f5245bf181d3" "checksum float-cmp 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "134a8fa843d80a51a5b77d36d42bc2def9edcb0262c914861d08129fd1926600" @@ -5614,7 +5614,7 @@ dependencies = [ "checksum hashbrown 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)" = "3bae29b6653b3412c2e71e9d486db9f9df5d701941d86683005efb9f2d28e3da" "checksum hcid 0.0.6 (registry+https://github.com/rust-lang/crates.io-index)" = "9e5ea27f6b17df2ded5dcfc492ecd0db719d00b144dbaaf2df1658a7e38cfd2e" "checksum heck 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "20564e78d53d2bb135c343b3f47714a56af2061f1c928fdb541dc7b9fdd94205" -"checksum hermit-abi 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)" = "1010591b26bbfe835e9faeabeb11866061cc7dcebffd56ad7d0942d0e61aefd8" +"checksum hermit-abi 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)" = "725cf19794cf90aa94e65050cb4191ff5d8fa87a498383774c47b332e3af952e" "checksum hex 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "805026a5d0141ffc30abb3be3173848ad46a1b1664fe632428479619a3644d77" "checksum hmac 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)" = "44f3bdb08579d99d7dc761c0e266f13b5f2ab8c8c703b9fc9ef333cd8f48f55e" "checksum hmac 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)" = "5dcb5e64cda4c23119ab41ba960d1e170a774c8e4b9d9e6a9bc18aabf5e59695" @@ -5724,8 +5724,8 @@ dependencies = [ "checksum opaque-debug 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "2839e79665f131bdb5782e51f2c6c9599c133c6098982a54c794358bf432529c" "checksum openssl 0.10.25 (registry+https://github.com/rust-lang/crates.io-index)" = "2f372b2b53ce10fb823a337aaa674e3a7d072b957c6264d0f4ff0bd86e657449" "checksum openssl-probe 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "77af24da69f9d9341038eba93a073b1fdaaa1b788221b00a69bce9e762cb32de" -"checksum openssl-src 111.7.0+1.1.1e (registry+https://github.com/rust-lang/crates.io-index)" = "6fde5a8c01ef8aa31ff8d0aaf9bae248581ed8840fca0b66e51cc9f294a8cb2c" -"checksum openssl-sys 0.9.54 (registry+https://github.com/rust-lang/crates.io-index)" = "1024c0a59774200a555087a6da3f253a9095a5f344e353b212ac4c8b8e450986" +"checksum openssl-src 111.8.1+1.1.1f (registry+https://github.com/rust-lang/crates.io-index)" = "f04f0299a91de598dde58d2e99101895498dcf3d58896a3297798f28b27c8b72" +"checksum openssl-sys 0.9.55 (registry+https://github.com/rust-lang/crates.io-index)" = "7717097d810a0f2e2323f9e5d11e71608355e24828410b55b9d4f18aa5f9a5d8" "checksum opentelemetry 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b0f23b371ce3a653bfeac9b2a64036f6d5f0edd34302f3115bb3790a2e408e40" "checksum opentelemetry-jaeger 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "9bd192c86ceefc45c4f50fb9b71696ced11f5842e032a72ade6783df7549d925" "checksum ordered-float 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "18869315e81473c951eb56ad5558bbc56978562d3ecfb87abb7a1e944cea4518" @@ -5769,14 +5769,14 @@ dependencies = [ "checksum prettytable-rs 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "0fd04b170004fa2daccf418a7f8253aaf033c27760b5f225889024cf66d7ac2e" "checksum proc-macro-error 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)" = "aeccfe4d5d8ea175d5f0e4a2ad0637e0f4121d63bd99d356fb1f39ab2e7c6097" "checksum proc-macro-hack 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "463bf29e7f11344e58c9e01f171470ab15c925c6822ad75028cc1c0e1d1eb63b" -"checksum proc-macro-hack 0.5.14 (registry+https://github.com/rust-lang/crates.io-index)" = "fcfdefadc3d57ca21cf17990a28ef4c0f7c61383a28cb7604cf4a18e6ede1420" +"checksum proc-macro-hack 0.5.15 (registry+https://github.com/rust-lang/crates.io-index)" = "0d659fe7c6d27f25e9d80a1a094c223f5246f6a6596453e09d7229bf42750b63" "checksum proc-macro-hack-impl 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "38c47dcb1594802de8c02f3b899e2018c78291168a22c281be21ea0fb4796842" "checksum proc-macro-nested 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "8e946095f9d3ed29ec38de908c22f95d9ac008e424c7bcae54c75a79c527c694" "checksum proc-macro2 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "cd07deb3c6d1d9ff827999c7f9b04cdfd66b1b17ae508e14fe47b620f2282ae0" "checksum proc-macro2 0.4.27 (registry+https://github.com/rust-lang/crates.io-index)" = "4d317f9caece796be1980837fd5cb3dfec5613ebdb04ad0956deea83ce168915" -"checksum proc-macro2 1.0.9 (registry+https://github.com/rust-lang/crates.io-index)" = "6c09721c6781493a2a492a96b5a5bf19b65917fe6728884e7c44dd0c60ca3435" +"checksum proc-macro2 1.0.10 (registry+https://github.com/rust-lang/crates.io-index)" = "df246d292ff63439fea9bc8c0a270bed0e390d5ebd4db4ba15aba81111b5abe3" "checksum prometheus 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "5567486d5778e2c6455b1b90ff1c558f29e751fc018130fa182e15828e728af1" -"checksum protobuf 2.12.0 (registry+https://github.com/rust-lang/crates.io-index)" = "71964f34fd51cf04882d7ae3325fa0794d4cad66a03d0003f38d8ae4f63ba126" +"checksum protobuf 2.13.0 (registry+https://github.com/rust-lang/crates.io-index)" = "12b869b619141004a542c9e585b40c1432e7b0d67a826f68cb5fa4c1ee9aff56" "checksum quick-error 1.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0" "checksum quote 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "1eca14c727ad12702eb4b6bfb5a232287dcf8385cb8ca83a3eeaf6519c44c408" "checksum quote 0.6.11 (registry+https://github.com/rust-lang/crates.io-index)" = "cdd8e04bd9c52e0342b406469d494fcb033be4bdbe5c606016defbb1681411e1" @@ -5865,9 +5865,9 @@ dependencies = [ "checksum slab 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "c111b5bd5695e56cffe5129854aa230b39c93a305372fdbb2668ca2394eea9f8" "checksum slug 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "b3bc762e6a4b6c6fcaade73e77f9ebc6991b676f88bb2358bddb56560f073373" "checksum smallvec 0.6.13 (registry+https://github.com/rust-lang/crates.io-index)" = "f7b0758c52e15a8b5e3691eae6cc559f08eee9406e548a4477ba4e67770a82b6" -"checksum smallvec 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "5c2fb2ec9bcd216a5b0d0ccf31ab17b5ed1d627960edff65bbe95d3ce221cefc" +"checksum smallvec 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "05720e22615919e4734f6a99ceae50d00226c3c5aca406e102ebc33298214e0a" "checksum snowflake 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "27207bb65232eda1f588cf46db2fee75c0808d557f6b3cf19a75f5d6d7c94df1" -"checksum socket2 0.3.11 (registry+https://github.com/rust-lang/crates.io-index)" = "e8b74de517221a2cb01a53349cf54182acdc31a074727d3079068448c0676d85" +"checksum socket2 0.3.12 (registry+https://github.com/rust-lang/crates.io-index)" = "03088793f677dce356f3ccc2edb1b314ad191ab702a5de3faf49304f7e104918" "checksum spin 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)" = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d" "checksum stable_deref_trait 1.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "dba1a27d3efae4351c8051072d619e3ade2820635c3958d826bfea39d59b54c8" "checksum streaming-stats 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "fd8abbec7f4bc18e9e761572465226e63f88c1cb90ee8b3f403a81631ef9fd50" @@ -5892,8 +5892,8 @@ dependencies = [ "checksum term 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)" = "edd106a334b7657c10b7c540a0106114feadeb4dc314513e97df481d5d966f42" "checksum termcolor 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "bb6bfa289a4d7c5766392812c0a1f4c1ba45afa1ad47803c11e1f407d846d75f" "checksum textwrap 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)" = "d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060" -"checksum thiserror 1.0.13 (registry+https://github.com/rust-lang/crates.io-index)" = "e3711fd1c4e75b3eff12ba5c40dba762b6b65c5476e8174c1a664772060c49bf" -"checksum thiserror-impl 1.0.13 (registry+https://github.com/rust-lang/crates.io-index)" = "ae2b85ba4c9aa32dd3343bd80eb8d22e9b54b7688c17ea3907f236885353b233" +"checksum thiserror 1.0.14 (registry+https://github.com/rust-lang/crates.io-index)" = "f0570dc61221295909abdb95c739f2e74325e14293b2026b0a7e195091ec54ae" +"checksum thiserror-impl 1.0.14 (registry+https://github.com/rust-lang/crates.io-index)" = "227362df41d566be41a28f64401e07a043157c21c14b9785a0d8e256f940a8fd" "checksum thread_local 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)" = "c6b53e329000edc2b34dbe8545fd20e55a333362d0a321909685a19bd28c3f1b" "checksum threadpool 1.7.1 (registry+https://github.com/rust-lang/crates.io-index)" = "e2f0c90a5f3459330ac8bc0d2f879c693bb7a2f59689c1083fc4ef83834da865" "checksum thrift 0.13.0 (registry+https://github.com/rust-lang/crates.io-index)" = "0c6d965454947cc7266d22716ebfd07b18d84ebaf35eec558586bbb2a8cb6b5b" @@ -5993,7 +5993,7 @@ dependencies = [ "checksum winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)" = "8093091eeb260906a183e6ae1abdba2ef5ef2257a21801128899c3fc699229c6" "checksum winapi-build 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "2d315eee3b34aca4797b2da6b13ed88266e6d612562a0c46390af8299fc699bc" "checksum winapi-i686-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" -"checksum winapi-util 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "4ccfbf554c6ad11084fb7517daca16cfdcaccbdadba4fc336f032a8b12c2ad80" +"checksum winapi-util 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "fa515c5163a99cc82bab70fd3bfdd36d827be85de63737b40fcef2ce084a436e" "checksum winapi-x86_64-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" "checksum winutil 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "7daf138b6b14196e3830a588acf1e86966c694d3e8fb026fb105b8b5dca07e6e" "checksum ws 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "3dcacc3ba9c1ee43e3fd0846a25489ff22f8906e90775d51b6edbae4b95d71f4" diff --git a/app_spec/zomes/blog/code/Cargo.toml b/app_spec/zomes/blog/code/Cargo.toml index 24646ff1b3..5684f0b472 100644 --- a/app_spec/zomes/blog/code/Cargo.toml +++ b/app_spec/zomes/blog/code/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "blog" -version = "0.0.46-alpha1" +version = "0.0.47-alpha1" authors = ["Holochain Core Dev Team "] edition = "2018" diff --git a/app_spec/zomes/converse/code/Cargo.toml b/app_spec/zomes/converse/code/Cargo.toml index 2494eb61f1..4644b2ff39 100644 --- a/app_spec/zomes/converse/code/Cargo.toml +++ b/app_spec/zomes/converse/code/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "converse" -version = "0.0.46-alpha1" +version = "0.0.47-alpha1" authors = ["Julian Laubstein "] edition = "2018" diff --git a/app_spec/zomes/simple/code/Cargo.toml b/app_spec/zomes/simple/code/Cargo.toml index be0a390683..4d0cdb16ec 100644 --- a/app_spec/zomes/simple/code/Cargo.toml +++ b/app_spec/zomes/simple/code/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "simple" -version = "0.0.46-alpha1" +version = "0.0.47-alpha1" authors = ["Ashanti Mutinta "] edition = "2018" diff --git a/app_spec/zomes/summer/code/Cargo.toml b/app_spec/zomes/summer/code/Cargo.toml index a5b3481416..d1fde8ccba 100644 --- a/app_spec/zomes/summer/code/Cargo.toml +++ b/app_spec/zomes/summer/code/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "summer" -version = "0.0.46-alpha1" +version = "0.0.47-alpha1" authors = ["Holochain Core Dev Team "] edition = "2018" diff --git a/app_spec_proc_macro/zomes/blog/code/Cargo.toml b/app_spec_proc_macro/zomes/blog/code/Cargo.toml index 730057c3c8..b14563c485 100644 --- a/app_spec_proc_macro/zomes/blog/code/Cargo.toml +++ b/app_spec_proc_macro/zomes/blog/code/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "blog" -version = "0.0.46-alpha1" +version = "0.0.47-alpha1" authors = ["Holochain Core Dev Team "] edition = "2018" diff --git a/app_spec_proc_macro/zomes/converse/code/Cargo.toml b/app_spec_proc_macro/zomes/converse/code/Cargo.toml index ea3e179bdf..187888de94 100644 --- a/app_spec_proc_macro/zomes/converse/code/Cargo.toml +++ b/app_spec_proc_macro/zomes/converse/code/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "converse" -version = "0.0.46-alpha1" +version = "0.0.47-alpha1" authors = ["Julian Laubstein "] edition = "2018" diff --git a/app_spec_proc_macro/zomes/simple/code/Cargo.toml b/app_spec_proc_macro/zomes/simple/code/Cargo.toml index c035128415..e1214bdb30 100644 --- a/app_spec_proc_macro/zomes/simple/code/Cargo.toml +++ b/app_spec_proc_macro/zomes/simple/code/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "simple" -version = "0.0.46-alpha1" +version = "0.0.47-alpha1" authors = ["Ashanti Mutinta "] edition = "2018" diff --git a/app_spec_proc_macro/zomes/summer/code/Cargo.toml b/app_spec_proc_macro/zomes/summer/code/Cargo.toml index e009ac27f4..6b6f6f63ae 100644 --- a/app_spec_proc_macro/zomes/summer/code/Cargo.toml +++ b/app_spec_proc_macro/zomes/summer/code/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "summer" -version = "0.0.46-alpha1" +version = "0.0.47-alpha1" authors = ["Holochain Core Dev Team "] [dependencies] diff --git a/config.nix b/config.nix index 74bb105594..fa5e31c3db 100644 --- a/config.nix +++ b/config.nix @@ -1,7 +1,7 @@ let - release-commit = "f3a06c296babf1d562d41e51737590f136020cf2"; - current = "0.0.46-alpha1"; - previous = "0.0.45-alpha1"; + release-commit = "2f27775c5e16087cf5e0bb40126946468f8b1f9a"; + current = "0.0.47-alpha1"; + previous = "0.0.46-alpha1"; # tag will ultimately be current version when it hits holonix # https://github.com/holochain/holonix/blob/master/release/default.nix#L7 tag = "v${current}"; diff --git a/core_api_c_binding/Cargo.toml b/core_api_c_binding/Cargo.toml index 2b025691e6..c0a658e48a 100644 --- a/core_api_c_binding/Cargo.toml +++ b/core_api_c_binding/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "holochain_core_api_c_binding" -version = "0.0.46-alpha1" +version = "0.0.47-alpha1" authors = ["Holochain Core Dev Team "] [lib] diff --git a/crates/cli/Cargo.toml b/crates/cli/Cargo.toml index 36fb616ddd..22ad4a2920 100644 --- a/crates/cli/Cargo.toml +++ b/crates/cli/Cargo.toml @@ -4,23 +4,23 @@ description = "holochain app scaffolding tools" license = "GPL-3.0-only" homepage = "https://github.com/holochain/holochain-rust" documentation = "https://github.com/holochain/holochain-rust" -version = "0.0.46-alpha1" +version = "0.0.47-alpha1" authors = ["Holochain Core Dev Team "] [dependencies] -holochain_core_types = { version = "=0.0.46-alpha1", path = "../core_types" } -holochain_core = { version = "=0.0.46-alpha1", path = "../core" } -holochain_common = { version = "=0.0.46-alpha1", path = "../common" } -holochain_conductor_lib = { version = "=0.0.46-alpha1", path = "../conductor_lib" } -holochain_net = { version = "=0.0.46-alpha1", path = "../net" } -holochain_dpki = { version = "=0.0.46-alpha1", path = "../dpki" } -holochain_locksmith = { version = "=0.0.46-alpha1", path = "../locksmith" } +holochain_core_types = { version = "=0.0.47-alpha1", path = "../core_types" } +holochain_core = { version = "=0.0.47-alpha1", path = "../core" } +holochain_common = { version = "=0.0.47-alpha1", path = "../common" } +holochain_conductor_lib = { version = "=0.0.47-alpha1", path = "../conductor_lib" } +holochain_net = { version = "=0.0.47-alpha1", path = "../net" } +holochain_dpki = { version = "=0.0.47-alpha1", path = "../dpki" } +holochain_locksmith = { version = "=0.0.47-alpha1", path = "../locksmith" } holochain_tracing = "=0.0.24" holochain_tracing_macros = "=0.0.24" newrelic = { version = "=0.2.2", optional = true } -sim2h = { version = "=0.0.46-alpha1", path = "../sim2h" } +sim2h = { version = "=0.0.47-alpha1", path = "../sim2h" } lib3h_crypto_api = "=0.0.42" -in_stream = { version = "=0.0.46-alpha1", path = "../in_stream" } +in_stream = { version = "=0.0.47-alpha1", path = "../in_stream" } url2 = "=0.0.4" lib3h_sodium = "=0.0.42" holochain_json_api = "=0.0.23" diff --git a/crates/common/Cargo.toml b/crates/common/Cargo.toml index 27abddcdbf..a0c062e46d 100644 --- a/crates/common/Cargo.toml +++ b/crates/common/Cargo.toml @@ -4,7 +4,7 @@ description = "holochain core commons" license = "GPL-3.0-only" homepage = "https://github.com/holochain/holochain-rust" documentation = "https://github.com/holochain/holochain-rust" -version = "0.0.46-alpha1" +version = "0.0.47-alpha1" authors = ["Holochain Core Dev Team "] edition = "2018" diff --git a/crates/conductor_api/Cargo.toml b/crates/conductor_api/Cargo.toml index 298bd623a5..a0b4b7065b 100644 --- a/crates/conductor_api/Cargo.toml +++ b/crates/conductor_api/Cargo.toml @@ -4,16 +4,16 @@ description = "holochain conductor lib api" license = "GPL-3.0-only" homepage = "https://github.com/holochain/holochain-rust" documentation = "https://github.com/holochain/holochain-rust" -version = "0.0.46-alpha1" +version = "0.0.47-alpha1" authors = ["Holochain Core Dev Team "] edition = "2018" [dependencies] -holochain_core_types = { version = "=0.0.46-alpha1", path = "../core_types" } -holochain_wasm_utils = { version = "=0.0.46-alpha1", path = "../wasm_utils" } -holochain_locksmith = { version = "=0.0.46-alpha1", path = "../locksmith" } +holochain_core_types = { version = "=0.0.47-alpha1", path = "../core_types" } +holochain_wasm_utils = { version = "=0.0.47-alpha1", path = "../wasm_utils" } +holochain_locksmith = { version = "=0.0.47-alpha1", path = "../locksmith" } holochain_tracing_macros = "=0.0.24" -holochain_common = { version = "=0.0.46-alpha1", path = "../common" } +holochain_common = { version = "=0.0.47-alpha1", path = "../common" } newrelic = { version = "=0.2.2", optional = true } jsonrpc-core = "=14.0.1" jsonrpc-lite = "=0.5.0" diff --git a/crates/conductor_lib/Cargo.toml b/crates/conductor_lib/Cargo.toml index 1db46fb564..122671d2cb 100644 --- a/crates/conductor_lib/Cargo.toml +++ b/crates/conductor_lib/Cargo.toml @@ -4,14 +4,14 @@ description = "holochain conductor library" license = "GPL-3.0-only" homepage = "https://github.com/holochain/holochain-rust" documentation = "https://github.com/holochain/holochain-rust" -version = "0.0.46-alpha1" +version = "0.0.47-alpha1" authors = ["Holochain Core Dev Team "] edition = "2018" [dependencies] -holochain_core = { version = "=0.0.46-alpha1", path = "../core" } -holochain_core_types = { version = "=0.0.46-alpha1", path = "../core_types" } -holochain_locksmith = { version = "=0.0.46-alpha1", path = "../locksmith" } +holochain_core = { version = "=0.0.47-alpha1", path = "../core" } +holochain_core_types = { version = "=0.0.47-alpha1", path = "../core_types" } +holochain_locksmith = { version = "=0.0.47-alpha1", path = "../locksmith" } holochain_json_derive = "=0.0.23" holochain_json_api = "=0.0.23" holochain_persistence_api = "=0.0.18" @@ -19,14 +19,14 @@ holochain_persistence_mem = "=0.0.18" holochain_persistence_file = "=0.0.18" holochain_persistence_pickle = "=0.0.18" holochain_persistence_lmdb = "=0.0.18" -holochain_common = { version = "=0.0.46-alpha1", path = "../common" } -holochain_dpki = { version = "=0.0.46-alpha1", path = "../dpki" } -holochain_net = { version = "=0.0.46-alpha1", path = "../net" } +holochain_common = { version = "=0.0.47-alpha1", path = "../common" } +holochain_dpki = { version = "=0.0.47-alpha1", path = "../dpki" } +holochain_net = { version = "=0.0.47-alpha1", path = "../net" } holochain_tracing = "=0.0.24" holochain_tracing_macros = "=0.0.24" lib3h = "=0.0.42" lib3h_sodium = "=0.0.42" -holochain_metrics = { version = "=0.0.46-alpha1", path = "../metrics" } +holochain_metrics = { version = "=0.0.47-alpha1", path = "../metrics" } chrono = "=0.4.6" serde = "=1.0.104" serde_json = { version = "=1.0.47", features = ["preserve_order"] } @@ -57,9 +57,9 @@ url = { version = "=2.1.0", features = ["serde"] } snowflake = "=1.3.0" newrelic = { version = "=0.2.2", optional = true } [dev-dependencies] -test_utils = { version = "=0.0.46-alpha1", path = "../../test_utils" } +test_utils = { version = "=0.0.47-alpha1", path = "../../test_utils" } tempfile = "=3.0.7" -holochain_wasm_utils = { version = "=0.0.46-alpha1", path = "../wasm_utils" } +holochain_wasm_utils = { version = "=0.0.47-alpha1", path = "../wasm_utils" } structopt = "=0.2.15" pretty_assertions = "=0.6.1" ws = "=0.8.0" diff --git a/crates/conductor_lib/test-bridge-caller/Cargo.toml b/crates/conductor_lib/test-bridge-caller/Cargo.toml index 35d90f2401..1c2cb4083f 100644 --- a/crates/conductor_lib/test-bridge-caller/Cargo.toml +++ b/crates/conductor_lib/test-bridge-caller/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "test-bridge-caller" -version = "0.0.46-alpha1" +version = "0.0.47-alpha1" authors = ["Holochain Core Dev Team "] [lib] diff --git a/crates/conductor_lib/wasm-test/Cargo.toml b/crates/conductor_lib/wasm-test/Cargo.toml index 4410200734..bf502a421f 100644 --- a/crates/conductor_lib/wasm-test/Cargo.toml +++ b/crates/conductor_lib/wasm-test/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "example_api_wasm" -version = "0.0.46-alpha1" +version = "0.0.47-alpha1" authors = ["Holochain Core Dev Team "] [lib] diff --git a/crates/core/Cargo.toml b/crates/core/Cargo.toml index 474b1284b5..7c0ef47b79 100644 --- a/crates/core/Cargo.toml +++ b/crates/core/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "holochain_core" -version = "0.0.46-alpha1" +version = "0.0.47-alpha1" description = "holochain core" license = "GPL-3.0-only" homepage = "https://github.com/holochain/holochain-rust" @@ -26,10 +26,10 @@ num-traits = "=0.2.6" num-derive = "=0.2.4" toml = "=0.5.0" futures = { version = "=0.3.2", features = [ "thread-pool" ] } -holochain_net = { version = "=0.0.46-alpha1", path = "../net" } -holochain_wasm_utils = { version = "=0.0.46-alpha1", path = "../wasm_utils" } -holochain_common = { version = "=0.0.46-alpha1", path = "../common" } -holochain_conductor_lib_api = { version = "=0.0.46-alpha1", path = "../conductor_api" } +holochain_net = { version = "=0.0.47-alpha1", path = "../net" } +holochain_wasm_utils = { version = "=0.0.47-alpha1", path = "../wasm_utils" } +holochain_common = { version = "=0.0.47-alpha1", path = "../common" } +holochain_conductor_lib_api = { version = "=0.0.47-alpha1", path = "../conductor_api" } lib3h_protocol = "=0.0.42" lib3h_sodium = "=0.0.42" holochain_json_derive = "=0.0.23" @@ -37,10 +37,10 @@ holochain_json_api = "=0.0.23" holochain_persistence_api = "=0.0.18" holochain_persistence_file = "=0.0.18" holochain_persistence_mem = "=0.0.18" -holochain_core_types = { version = "=0.0.46-alpha1", path = "../core_types" } -holochain_dpki = { version = "=0.0.46-alpha1", path = "../dpki" } -holochain_locksmith = { version = "=0.0.46-alpha1", path = "../locksmith" } -holochain_metrics = { version = "=0.0.46-alpha1", path = "../metrics" } +holochain_core_types = { version = "=0.0.47-alpha1", path = "../core_types" } +holochain_dpki = { version = "=0.0.47-alpha1", path = "../dpki" } +holochain_locksmith = { version = "=0.0.47-alpha1", path = "../locksmith" } +holochain_metrics = { version = "=0.0.47-alpha1", path = "../metrics" } holochain_tracing = "=0.0.24" holochain_tracing_macros = "=0.0.24" log = "=0.4.8" @@ -64,7 +64,7 @@ newrelic = { version = "=0.2.2", optional = true } [dev-dependencies] wabt = "=0.7.4" -test_utils = { version = "=0.0.46-alpha1", path = "../../test_utils" } +test_utils = { version = "=0.0.47-alpha1", path = "../../test_utils" } tempfile = "=3.0.7" holochain_persistence_lmdb = "=0.0.18" diff --git a/crates/core/src/nucleus/actions/wasm-test/Cargo.toml b/crates/core/src/nucleus/actions/wasm-test/Cargo.toml index c7e4f36cb5..b5b2a3a057 100644 --- a/crates/core/src/nucleus/actions/wasm-test/Cargo.toml +++ b/crates/core/src/nucleus/actions/wasm-test/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "nucleus-actions-tests" -version = "0.0.46-alpha1" +version = "0.0.47-alpha1" authors = ["Holochain Core Dev Team "] [lib] diff --git a/crates/core_types/Cargo.toml b/crates/core_types/Cargo.toml index 4971b0bc63..629a1b10ef 100644 --- a/crates/core_types/Cargo.toml +++ b/crates/core_types/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "holochain_core_types" -version = "0.0.46-alpha1" +version = "0.0.47-alpha1" authors = ["Holochain Core Dev Team "] build = "build.rs" description = "core types needed for all holochain development" @@ -30,7 +30,7 @@ objekt= "=0.1.2" holochain_persistence_api = "=0.0.18" holochain_json_derive = "=0.0.23" holochain_json_api = "=0.0.23" -holochain_locksmith = { version = "=0.0.46-alpha1", path = "../locksmith" } +holochain_locksmith = { version = "=0.0.47-alpha1", path = "../locksmith" } uuid = { version = "=0.7.1", features = ["v4"] } regex = "=1.1.2" shrinkwraprs = "=0.2.1" @@ -41,7 +41,7 @@ log = "=0.4.8" holochain_logging = "=0.0.7" [dev-dependencies] -test_utils = { version = "=0.0.46-alpha1", path = "../../test_utils"} +test_utils = { version = "=0.0.47-alpha1", path = "../../test_utils"} maplit = "=1.0.2" [build-dependencies] diff --git a/crates/dpki/Cargo.toml b/crates/dpki/Cargo.toml index b56f5fbeb1..1bc3f41dfe 100644 --- a/crates/dpki/Cargo.toml +++ b/crates/dpki/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "holochain_dpki" -version = "0.0.46-alpha1" +version = "0.0.47-alpha1" description = "holochain dpki" license = "GPL-3.0-only" homepage = "https://github.com/holochain/holochain-rust" @@ -11,7 +11,7 @@ edition = "2018" [dependencies] lazy_static = "=1.4.0" base64 = "=0.10.1" -holochain_core_types = { version = "=0.0.46-alpha1", path = "../core_types" } +holochain_core_types = { version = "=0.0.47-alpha1", path = "../core_types" } holochain_tracing_macros = "=0.0.24" newrelic = { version = "=0.2.2", optional = true } lib3h_sodium = "=0.0.42" @@ -21,7 +21,7 @@ serde_derive = "=1.0.104" serde_json = { version = "=1.0.47", features = ["preserve_order"] } hcid = "=0.0.6" bip39 = "=0.6.0-beta.1" -holochain_common = { version = "=0.0.46-alpha1", path = "../common" } +holochain_common = { version = "=0.0.47-alpha1", path = "../common" } [features] default = [] diff --git a/crates/hdk/Cargo.toml b/crates/hdk/Cargo.toml index bdc5189e44..a75926131a 100644 --- a/crates/hdk/Cargo.toml +++ b/crates/hdk/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "hdk" edition = "2018" -version = "0.0.46-alpha1" +version = "0.0.47-alpha1" description = "holochain hdk" license = "GPL-3.0-only" repository = "https://github.com/holochain/holochain-rust" @@ -14,8 +14,8 @@ serde_derive = "=1.0.104" serde_json = { version = "=1.0.47", features = ["preserve_order"] } bitflags = "=1.2.1" lazy_static = "=1.4.0" -holochain_wasm_utils = { version = "=0.0.46-alpha1", path = "../wasm_utils" } -holochain_core_types = { version = "=0.0.46-alpha1", path = "../core_types" } +holochain_wasm_utils = { version = "=0.0.47-alpha1", path = "../wasm_utils" } +holochain_core_types = { version = "=0.0.47-alpha1", path = "../core_types" } holochain_json_api = "=0.0.23" holochain_json_derive = "=0.0.23" holochain_persistence_api = "=0.0.18" @@ -24,9 +24,9 @@ env_logger = "=0.6.1" url = "=2.1.0" [dev-dependencies] -test_utils = { version = "=0.0.46-alpha1", path = "../../test_utils" } -holochain_conductor_lib = { version = "=0.0.46-alpha1", path = "../conductor_lib" } -holochain_core = { version = "=0.0.46-alpha1", path = "../core" } -holochain_core_types = { version = "=0.0.46-alpha1", path = "../core_types" } +test_utils = { version = "=0.0.47-alpha1", path = "../../test_utils" } +holochain_conductor_lib = { version = "=0.0.47-alpha1", path = "../conductor_lib" } +holochain_core = { version = "=0.0.47-alpha1", path = "../core" } +holochain_core_types = { version = "=0.0.47-alpha1", path = "../core_types" } tempfile = "=3.0.7" boolinator = "=2.4.0" diff --git a/crates/hdk/wasm-test/Cargo.toml b/crates/hdk/wasm-test/Cargo.toml index 99a3e940f1..c6c58604a2 100644 --- a/crates/hdk/wasm-test/Cargo.toml +++ b/crates/hdk/wasm-test/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "test-globals" -version = "0.0.46-alpha1" +version = "0.0.47-alpha1" authors = ["Holochain Core Dev Team "] [lib] diff --git a/crates/hdk_v2/Cargo.toml b/crates/hdk_v2/Cargo.toml index 2aee55036d..369c44d920 100644 --- a/crates/hdk_v2/Cargo.toml +++ b/crates/hdk_v2/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "hdk_proc_macros" -version = "0.0.46-alpha1" +version = "0.0.47-alpha1" description = "holochain hdk v2 (with proc macros)" license = "GPL-3.0-only" homepage = "https://github.com/holochain/holochain-rust" @@ -15,4 +15,4 @@ proc-macro = true syn = { version = "=0.15.31", features = ["full", "extra-traits"]} quote = "=0.6.11" proc-macro2 = "=0.4.27" -hdk = { version = "=0.0.46-alpha1", path = "../hdk" } +hdk = { version = "=0.0.47-alpha1", path = "../hdk" } diff --git a/crates/hdk_v2/wasm-test/Cargo.toml b/crates/hdk_v2/wasm-test/Cargo.toml index 507da775f9..8b97a9a5f7 100644 --- a/crates/hdk_v2/wasm-test/Cargo.toml +++ b/crates/hdk_v2/wasm-test/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "test-proc-macro" -version = "0.0.46-alpha1" +version = "0.0.47-alpha1" authors = ["Holochain Core Dev Team "] [lib] diff --git a/crates/holochain/Cargo.toml b/crates/holochain/Cargo.toml index faa3600cfa..cb8a950715 100644 --- a/crates/holochain/Cargo.toml +++ b/crates/holochain/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "holochain" -version = "0.0.46-alpha1" +version = "0.0.47-alpha1" description = "holochain" license = "GPL-3.0-only" homepage = "https://github.com/holochain/holochain-rust" @@ -9,11 +9,11 @@ authors = ["Holochain Core Dev Team "] [dependencies] crossbeam-channel = "=0.3.8" -holochain_core_types = { version = "=0.0.46-alpha1", path = "../core_types" } -holochain_conductor_lib = { version = "=0.0.46-alpha1", path = "../conductor_lib" } +holochain_core_types = { version = "=0.0.47-alpha1", path = "../core_types" } +holochain_conductor_lib = { version = "=0.0.47-alpha1", path = "../conductor_lib" } lib3h_sodium = "=0.0.42" -holochain_common = { version = "=0.0.46-alpha1", path = "../common" } -holochain_locksmith = { version = "=0.0.46-alpha1", path = "../locksmith" } +holochain_common = { version = "=0.0.47-alpha1", path = "../common" } +holochain_locksmith = { version = "=0.0.47-alpha1", path = "../locksmith" } holochain_tracing = "=0.0.24" holochain_tracing_macros = "=0.0.24" structopt = "=0.2.15" diff --git a/crates/holochain_wasm/Cargo.toml b/crates/holochain_wasm/Cargo.toml index 7d31231296..7dccdf690b 100644 --- a/crates/holochain_wasm/Cargo.toml +++ b/crates/holochain_wasm/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "holochain_conductor_wasm" -version = "0.0.46-alpha1" +version = "0.0.47-alpha1" description = "holochain wasm" license = "GPL-3.0-only" homepage = "https://github.com/holochain/holochain-rust" @@ -13,5 +13,5 @@ name = "holochain_conductor_wasm" crate-type = ["cdylib"] [dependencies] -holochain_core_types = { version = "=0.0.46-alpha1", path = "../core_types" } +holochain_core_types = { version = "=0.0.47-alpha1", path = "../core_types" } wasm-bindgen = "=0.2.32" diff --git a/crates/in_stream/Cargo.toml b/crates/in_stream/Cargo.toml index ef723aa6d8..993aa620d5 100644 --- a/crates/in_stream/Cargo.toml +++ b/crates/in_stream/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "in_stream" -version = "0.0.46-alpha1" +version = "0.0.47-alpha1" authors = ["Holochain Core Dev Team "] edition = "2018" description = "trait system for facilitating non-blocking stream chaining with handshaking" diff --git a/crates/locksmith/Cargo.toml b/crates/locksmith/Cargo.toml index 6a52203ffb..cd3990a240 100644 --- a/crates/locksmith/Cargo.toml +++ b/crates/locksmith/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "holochain_locksmith" -version = "0.0.46-alpha1" +version = "0.0.47-alpha1" authors = ["Holochain Core Dev Team "] edition = "2018" description = "helpers for mutex deadlock diagnosis" diff --git a/crates/metrics/Cargo.toml b/crates/metrics/Cargo.toml index bdf04a6e3c..e98f38691b 100644 --- a/crates/metrics/Cargo.toml +++ b/crates/metrics/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "holochain_metrics" -version = "0.0.46-alpha1" +version = "0.0.47-alpha1" description = "Holochain analytics from logs and other metrics" license = "GPL-3.0-only" authors = ["Holochain Core Dev Team "] @@ -11,9 +11,9 @@ serde_json = "=1.0.47" shrinkwraprs = "=0.2.1" serde = { version = "=1.0.104", features = ["rc"] } serde_derive = "=1.0.104" -holochain_locksmith = { version = "=0.0.46-alpha1", path = "../locksmith" } +holochain_locksmith = { version = "=0.0.47-alpha1", path = "../locksmith" } holochain_tracing_macros = "=0.0.24" -holochain_common = { version = "=0.0.46-alpha1", path = "../common" } +holochain_common = { version = "=0.0.47-alpha1", path = "../common" } lazy_static = "=1.4.0" num-traits = "=0.2.6" num-derive = "=0.2.4" diff --git a/crates/net/Cargo.toml b/crates/net/Cargo.toml index 544eb1fe31..18b2f9c811 100644 --- a/crates/net/Cargo.toml +++ b/crates/net/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "holochain_net" -version = "0.0.46-alpha1" +version = "0.0.47-alpha1" description = "holochain net" license = "GPL-3.0-only" homepage = "https://github.com/holochain/holochain-rust" @@ -17,23 +17,23 @@ tempfile = "=3.0.7" [dependencies] failure = "=0.1.7" -sim2h = { version = "=0.0.46-alpha1", path = "../sim2h" } +sim2h = { version = "=0.0.47-alpha1", path = "../sim2h" } lib3h_sodium = "=0.0.42" lib3h_protocol = "=0.0.42" lib3h = "=0.0.42" lib3h_zombie_actor = "=0.0.42" detach = "=0.0.19" holochain_tracing = "=0.0.24" -holochain_metrics = { version = "=0.0.46-alpha1", path = "../metrics" } -holochain_conductor_lib_api = { version = "=0.0.46-alpha1", path = "../conductor_api" } -holochain_core_types = { version = "=0.0.46-alpha1", path = "../core_types" } -holochain_locksmith = { version = "=0.0.46-alpha1", path = "../locksmith" } +holochain_metrics = { version = "=0.0.47-alpha1", path = "../metrics" } +holochain_conductor_lib_api = { version = "=0.0.47-alpha1", path = "../conductor_api" } +holochain_core_types = { version = "=0.0.47-alpha1", path = "../core_types" } +holochain_locksmith = { version = "=0.0.47-alpha1", path = "../locksmith" } holochain_json_derive = "=0.0.23" holochain_json_api = "=0.0.23" holochain_tracing_macros = "=0.0.24" holochain_persistence_api = "=0.0.18" -holochain_common = { version = "=0.0.46-alpha1", path = "../common" } -in_stream = { version = "=0.0.46-alpha1", path = "../in_stream" } +holochain_common = { version = "=0.0.47-alpha1", path = "../common" } +in_stream = { version = "=0.0.47-alpha1", path = "../in_stream" } lazy_static = "=1.4.0" reqwest = "=0.9.11" serde = "=1.0.104" diff --git a/crates/remove-dev-dependencies/Cargo.toml b/crates/remove-dev-dependencies/Cargo.toml index 418649e35f..af1d57e653 100644 --- a/crates/remove-dev-dependencies/Cargo.toml +++ b/crates/remove-dev-dependencies/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "remove-dev-dependencies" description = "adapted from futures-rs to workaround a cargo bug" -version = "0.0.46-alpha1" +version = "0.0.47-alpha1" authors = ["Wim Looman "] edition = "2018" publish = false diff --git a/crates/sim2h/Cargo.toml b/crates/sim2h/Cargo.toml index 1ad6e0aa3d..fdc0ad8e29 100644 --- a/crates/sim2h/Cargo.toml +++ b/crates/sim2h/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sim2h" -version = "0.0.46-alpha1" +version = "0.0.47-alpha1" authors = ["Holochain Core Dev Team "] edition = "2018" description = "A simulation of lib3h" @@ -23,13 +23,13 @@ lib3h_sodium = "=0.0.42" lib3h_protocol = "=0.0.42" lib3h_zombie_actor = "=0.0.42" holochain_tracing = "=0.0.24" -holochain_core_types = { version = "=0.0.46-alpha1", path = "../core_types" } -holochain_locksmith = { version = "=0.0.46-alpha1", path = "../locksmith" } -holochain_metrics = { version = "=0.0.46-alpha1", path = "../metrics" } -holochain_common = { version = "=0.0.46-alpha1", path = "../common" } +holochain_core_types = { version = "=0.0.47-alpha1", path = "../core_types" } +holochain_locksmith = { version = "=0.0.47-alpha1", path = "../locksmith" } +holochain_metrics = { version = "=0.0.47-alpha1", path = "../metrics" } +holochain_common = { version = "=0.0.47-alpha1", path = "../common" } holochain_tracing_macros = "=0.0.24" im = { version = "=14.0.0", features = ["serde"] } -in_stream = { version = "=0.0.46-alpha1", path = "../in_stream" } +in_stream = { version = "=0.0.47-alpha1", path = "../in_stream" } uuid = { version = "0.4", features = ["v4"] } #log = "=0.4.8" env_logger = "=0.6.1" diff --git a/crates/sim2h_server/Cargo.toml b/crates/sim2h_server/Cargo.toml index 19a415f50b..dc1a5b93bd 100644 --- a/crates/sim2h_server/Cargo.toml +++ b/crates/sim2h_server/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sim2h_server" -version = "0.0.46-alpha1" +version = "0.0.47-alpha1" authors = ["Holochain Core Dev Team "] edition = "2018" description = "A simulation of lib3h - server executable" @@ -13,8 +13,8 @@ repository = "https://github.com/holochain/sim2h" [dependencies] crossbeam-channel = "=0.3.8" -sim2h = { version = "=0.0.46-alpha1", path = "../sim2h" } -holochain_common = { version = "=0.0.46-alpha1", path = "../common" } +sim2h = { version = "=0.0.47-alpha1", path = "../sim2h" } +holochain_common = { version = "=0.0.47-alpha1", path = "../common" } holochain_tracing = "=0.0.24" holochain_tracing_macros = "=0.0.24" newrelic = { version = "=0.2.2", optional = true } diff --git a/crates/stress/Cargo.toml b/crates/stress/Cargo.toml index f572672d89..4a3c45da85 100644 --- a/crates/stress/Cargo.toml +++ b/crates/stress/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "holochain_stress" -version = "0.0.46-alpha1" +version = "0.0.47-alpha1" description = "holochain stress tests" license = "GPL-3.0-only" homepage = "https://github.com/holochain/holochain-rust" @@ -26,8 +26,8 @@ prettytable-rs = "=0.8.0" serde = "=1.0.104" serde_derive = "=1.0.104" serde_json = { version = "=1.0.47", features = ["preserve_order"] } -sim2h = { version = "=0.0.46-alpha1", path = "../sim2h" } -in_stream = { version = "=0.0.46-alpha1", path = "../in_stream" } +sim2h = { version = "=0.0.47-alpha1", path = "../sim2h" } +in_stream = { version = "=0.0.47-alpha1", path = "../in_stream" } structopt = "=0.3.3" tokio = { version = "=0.2.11", features = ["full"] } toml = "=0.5.0" diff --git a/crates/trycp_server/Cargo.toml b/crates/trycp_server/Cargo.toml index 159949f1ff..7fefa54703 100644 --- a/crates/trycp_server/Cargo.toml +++ b/crates/trycp_server/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "trycp_server" -version = "0.0.46-alpha1" +version = "0.0.47-alpha1" authors = ["Holochain Core Dev Team "] edition = "2018" description = "Conductor provisioner server for try-o-rama" @@ -12,7 +12,7 @@ documentation = "https://github.com/holochain/holochain-rust" repository = "https://github.com/holochain/holochain-rust" [dependencies] -in_stream = { version = "=0.0.46-alpha1", path = "../in_stream" } +in_stream = { version = "=0.0.47-alpha1", path = "../in_stream" } log = "0.4.8" env_logger = "0.7.0" structopt = "0.2.15" diff --git a/crates/wasm_utils/Cargo.toml b/crates/wasm_utils/Cargo.toml index 9455f3aa61..12400ad376 100644 --- a/crates/wasm_utils/Cargo.toml +++ b/crates/wasm_utils/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "holochain_wasm_utils" -version = "0.0.46-alpha1" +version = "0.0.47-alpha1" description = "holochain wasm utils" license = "GPL-3.0-only" homepage = "https://github.com/holochain/holochain-rust" @@ -11,13 +11,13 @@ authors = ["Holochain Core Dev Team "] serde = "=1.0.104" serde_derive = "=1.0.104" serde_json = { version = "=1.0.47", features = ["preserve_order"] } -holochain_core_types = { version = "=0.0.46-alpha1", path = "../core_types" } +holochain_core_types = { version = "=0.0.47-alpha1", path = "../core_types" } holochain_json_derive = "=0.0.23" holochain_persistence_api = "=0.0.18" holochain_json_api = "=0.0.23" [dev-dependencies] -test_utils = { version = "=0.0.46-alpha1", path = "../../test_utils" } -holochain_core = { version = "=0.0.46-alpha1", path = "../core" } -holochain_conductor_lib = { version = "=0.0.46-alpha1", path = "../conductor_lib" } +test_utils = { version = "=0.0.47-alpha1", path = "../../test_utils" } +holochain_core = { version = "=0.0.47-alpha1", path = "../core" } +holochain_conductor_lib = { version = "=0.0.47-alpha1", path = "../conductor_lib" } tempfile = "=3.0.7" diff --git a/crates/wasm_utils/wasm-test/integration-test/Cargo.toml b/crates/wasm_utils/wasm-test/integration-test/Cargo.toml index b5e152b6d8..2d75a61db8 100644 --- a/crates/wasm_utils/wasm-test/integration-test/Cargo.toml +++ b/crates/wasm_utils/wasm-test/integration-test/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "wasm-integration-test" -version = "0.0.46-alpha1" +version = "0.0.47-alpha1" authors = ["Holochain Core Dev Team "] [lib] diff --git a/test_utils/Cargo.toml b/test_utils/Cargo.toml index f931d8e744..e02d06fb11 100644 --- a/test_utils/Cargo.toml +++ b/test_utils/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "test_utils" -version = "0.0.46-alpha1" +version = "0.0.47-alpha1" authors = ["Holochain Core Dev Team "] description = "holochain test utils" license = "GPL-3.0-only" @@ -9,14 +9,14 @@ documentation = "https://github.com/holochain/holochain-rust" edition = "2018" [dependencies] -hdk = { version = "=0.0.46-alpha1", path = "../crates/hdk" } -holochain_net = { version = "=0.0.46-alpha1", path = "../crates/net" } -holochain_core = { version = "=0.0.46-alpha1", path = "../crates/core" } -holochain_conductor_lib = { version = "=0.0.46-alpha1", path = "../crates/conductor_lib" } -holochain_core_types = { version = "=0.0.46-alpha1", path = "../crates/core_types" } -holochain_dpki = { version = "=0.0.46-alpha1", path = "../crates/dpki" } -holochain_wasm_utils = { version = "=0.0.46-alpha1", path = "../crates/wasm_utils" } -holochain_locksmith = { version = "=0.0.46-alpha1", path = "../crates/locksmith" } +hdk = { version = "=0.0.47-alpha1", path = "../crates/hdk" } +holochain_net = { version = "=0.0.47-alpha1", path = "../crates/net" } +holochain_core = { version = "=0.0.47-alpha1", path = "../crates/core" } +holochain_conductor_lib = { version = "=0.0.47-alpha1", path = "../crates/conductor_lib" } +holochain_core_types = { version = "=0.0.47-alpha1", path = "../crates/core_types" } +holochain_dpki = { version = "=0.0.47-alpha1", path = "../crates/dpki" } +holochain_wasm_utils = { version = "=0.0.47-alpha1", path = "../crates/wasm_utils" } +holochain_locksmith = { version = "=0.0.47-alpha1", path = "../crates/locksmith" } holochain_persistence_api = "=0.0.18" holochain_json_api = "=0.0.23" holochain_json_derive = "=0.0.23"