diff --git a/CHANGELOG-UNRELEASED.md b/CHANGELOG-UNRELEASED.md index 98c428cbd8..2f730af61f 100644 --- a/CHANGELOG-UNRELEASED.md +++ b/CHANGELOG-UNRELEASED.md @@ -12,8 +12,6 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm ### Removed -* Replaced `await s.consistency()` with generic JS sleep function in scenario test scaffold template [#2209](https://github.com/holochain/holochain-rust/pull/2209) - ### Fixed ### Security diff --git a/CHANGELOG.md b/CHANGELOG.md index 5f44476927..161dc79310 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,22 @@ 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.52-alpha2] - 2020-10-01 + +### Added + +### Changed + +### Deprecated + +### Removed + +* Replaced `await s.consistency()` with generic JS sleep function in scenario test scaffold template [#2209](https://github.com/holochain/holochain-rust/pull/2209) + +### Fixed + +### Security + ## [0.0.52-alpha1] - 2020-09-17 ### Added diff --git a/Cargo.lock b/Cargo.lock index b3fd6333f6..ac32203b8c 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.15 (registry+https://github.com/rust-lang/crates.io-index)", + "hermit-abi 0.1.16 (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.9 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -475,7 +475,7 @@ dependencies = [ "crossbeam-utils 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)", "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", "maybe-uninit 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "memoffset 0.5.5 (registry+https://github.com/rust-lang/crates.io-index)", + "memoffset 0.5.6 (registry+https://github.com/rust-lang/crates.io-index)", "scopeguard 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -561,11 +561,11 @@ dependencies = [ [[package]] name = "ctor" -version = "0.1.15" +version = "0.1.16" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "quote 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)", - "syn 1.0.41 (registry+https://github.com/rust-lang/crates.io-index)", + "syn 1.0.42 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -750,9 +750,9 @@ name = "failure_derive" version = "0.1.8" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "proc-macro2 1.0.21 (registry+https://github.com/rust-lang/crates.io-index)", + "proc-macro2 1.0.24 (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.41 (registry+https://github.com/rust-lang/crates.io-index)", + "syn 1.0.42 (registry+https://github.com/rust-lang/crates.io-index)", "synstructure 0.12.4 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -932,9 +932,9 @@ version = "0.3.5" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "proc-macro-hack 0.5.18 (registry+https://github.com/rust-lang/crates.io-index)", - "proc-macro2 1.0.21 (registry+https://github.com/rust-lang/crates.io-index)", + "proc-macro2 1.0.24 (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.41 (registry+https://github.com/rust-lang/crates.io-index)", + "syn 1.0.42 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -983,7 +983,7 @@ dependencies = [ "futures-sink 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)", "futures-task 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)", "memchr 2.3.3 (registry+https://github.com/rust-lang/crates.io-index)", - "pin-project 0.4.23 (registry+https://github.com/rust-lang/crates.io-index)", + "pin-project 0.4.25 (registry+https://github.com/rust-lang/crates.io-index)", "pin-utils 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "proc-macro-hack 0.5.18 (registry+https://github.com/rust-lang/crates.io-index)", "proc-macro-nested 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1095,12 +1095,12 @@ dependencies = [ [[package]] name = "hashbrown" -version = "0.9.0" +version = "0.9.1" source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "hc" -version = "0.0.52-alpha1" +version = "0.0.52-alpha2" 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)", @@ -1111,21 +1111,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.52-alpha1", - "holochain_conductor_lib 0.0.52-alpha1", - "holochain_core 0.0.52-alpha1", - "holochain_core_types 0.0.52-alpha1", - "holochain_dpki 0.0.52-alpha1", + "holochain_common 0.0.52-alpha2", + "holochain_conductor_lib 0.0.52-alpha2", + "holochain_core 0.0.52-alpha2", + "holochain_core_types 0.0.52-alpha2", + "holochain_dpki 0.0.52-alpha2", "holochain_json_api 0.0.23 (registry+https://github.com/rust-lang/crates.io-index)", - "holochain_locksmith 0.0.52-alpha1", - "holochain_net 0.0.52-alpha1", + "holochain_locksmith 0.0.52-alpha2", + "holochain_net 0.0.52-alpha2", "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.52-alpha1", + "holochain_wasm_utils 0.0.52-alpha2", "ignore 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", - "in_stream 0.0.52-alpha1", + "in_stream 0.0.52-alpha2", "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)", @@ -1141,7 +1141,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.52-alpha1", + "sim2h 0.0.52-alpha2", "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)", @@ -1161,33 +1161,33 @@ dependencies = [ [[package]] name = "hdk" -version = "0.0.52-alpha1" +version = "0.0.52-alpha2" 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.52-alpha1", - "holochain_core 0.0.52-alpha1", - "holochain_core_types 0.0.52-alpha1", + "holochain_conductor_lib 0.0.52-alpha2", + "holochain_core 0.0.52-alpha2", + "holochain_core_types 0.0.52-alpha2", "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.52-alpha1", + "holochain_wasm_utils 0.0.52-alpha2", "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.52-alpha1", + "test_utils 0.0.52-alpha2", "url 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "hdk_proc_macros" -version = "0.0.52-alpha1" +version = "0.0.52-alpha2" dependencies = [ - "hdk 0.0.52-alpha1", + "hdk 0.0.52-alpha2", "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)", @@ -1203,7 +1203,7 @@ dependencies = [ [[package]] name = "hermit-abi" -version = "0.1.15" +version = "0.1.16" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1234,18 +1234,18 @@ dependencies = [ [[package]] name = "holochain" -version = "0.0.52-alpha1" +version = "0.0.52-alpha2" dependencies = [ "crossbeam-channel 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", - "holochain_common 0.0.52-alpha1", - "holochain_conductor_lib 0.0.52-alpha1", - "holochain_core 0.0.52-alpha1", - "holochain_core_types 0.0.52-alpha1", - "holochain_locksmith 0.0.52-alpha1", + "holochain_common 0.0.52-alpha2", + "holochain_conductor_lib 0.0.52-alpha2", + "holochain_core 0.0.52-alpha2", + "holochain_core_types 0.0.52-alpha2", + "holochain_locksmith 0.0.52-alpha2", "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)", - "holochain_wasm_utils 0.0.52-alpha1", + "holochain_wasm_utils 0.0.52-alpha2", "im 14.0.0 (registry+https://github.com/rust-lang/crates.io-index)", "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", "lib3h_protocol 0.0.42 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1264,7 +1264,7 @@ dependencies = [ [[package]] name = "holochain_common" -version = "0.0.52-alpha1" +version = "0.0.52-alpha2" 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)", @@ -1272,7 +1272,7 @@ dependencies = [ [[package]] name = "holochain_conductor_lib" -version = "0.0.52-alpha1" +version = "0.0.52-alpha2" 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)", @@ -1280,16 +1280,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.52-alpha1", - "holochain_core 0.0.52-alpha1", - "holochain_core_types 0.0.52-alpha1", - "holochain_dpki 0.0.52-alpha1", + "holochain_common 0.0.52-alpha2", + "holochain_core 0.0.52-alpha2", + "holochain_core_types 0.0.52-alpha2", + "holochain_dpki 0.0.52-alpha2", "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.52-alpha1", + "holochain_locksmith 0.0.52-alpha2", "holochain_logging 0.0.7 (registry+https://github.com/rust-lang/crates.io-index)", - "holochain_metrics 0.0.52-alpha1", - "holochain_net 0.0.52-alpha1", + "holochain_metrics 0.0.52-alpha2", + "holochain_net 0.0.52-alpha2", "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)", @@ -1297,7 +1297,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.52-alpha1", + "holochain_wasm_utils 0.0.52-alpha2", "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)", @@ -1326,7 +1326,7 @@ dependencies = [ "structopt 0.2.18 (registry+https://github.com/rust-lang/crates.io-index)", "structopt-derive 0.2.18 (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.52-alpha1", + "test_utils 0.0.52-alpha2", "tiny_http 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)", "tokio 0.1.22 (registry+https://github.com/rust-lang/crates.io-index)", "toml 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1336,14 +1336,14 @@ dependencies = [ [[package]] name = "holochain_conductor_lib_api" -version = "0.0.52-alpha1" +version = "0.0.52-alpha2" dependencies = [ "base64 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)", - "holochain_common 0.0.52-alpha1", - "holochain_core_types 0.0.52-alpha1", - "holochain_locksmith 0.0.52-alpha1", + "holochain_common 0.0.52-alpha2", + "holochain_core_types 0.0.52-alpha2", + "holochain_locksmith 0.0.52-alpha2", "holochain_tracing_macros 0.0.24 (registry+https://github.com/rust-lang/crates.io-index)", - "holochain_wasm_utils 0.0.52-alpha1", + "holochain_wasm_utils 0.0.52-alpha2", "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)", @@ -1356,15 +1356,15 @@ dependencies = [ [[package]] name = "holochain_conductor_wasm" -version = "0.0.52-alpha1" +version = "0.0.52-alpha2" dependencies = [ - "holochain_core_types 0.0.52-alpha1", + "holochain_core_types 0.0.52-alpha2", "wasm-bindgen 0.2.48 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "holochain_core" -version = "0.0.52-alpha1" +version = "0.0.52-alpha2" 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)", @@ -1376,23 +1376,23 @@ dependencies = [ "failure 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", "futures 0.3.5 (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.52-alpha1", - "holochain_conductor_lib_api 0.0.52-alpha1", - "holochain_core_types 0.0.52-alpha1", - "holochain_dpki 0.0.52-alpha1", + "holochain_common 0.0.52-alpha2", + "holochain_conductor_lib_api 0.0.52-alpha2", + "holochain_core_types 0.0.52-alpha2", + "holochain_dpki 0.0.52-alpha2", "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.52-alpha1", + "holochain_locksmith 0.0.52-alpha2", "holochain_logging 0.0.7 (registry+https://github.com/rust-lang/crates.io-index)", - "holochain_metrics 0.0.52-alpha1", - "holochain_net 0.0.52-alpha1", + "holochain_metrics 0.0.52-alpha2", + "holochain_net 0.0.52-alpha2", "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.52-alpha1", + "holochain_wasm_utils 0.0.52-alpha2", "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)", @@ -1414,7 +1414,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.52-alpha1", + "test_utils 0.0.52-alpha2", "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)", @@ -1427,7 +1427,7 @@ dependencies = [ [[package]] name = "holochain_core_types" -version = "0.0.52-alpha1" +version = "0.0.52-alpha2" 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)", @@ -1438,7 +1438,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.52-alpha1", + "holochain_locksmith 0.0.52-alpha2", "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)", @@ -1456,20 +1456,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.52-alpha1", + "test_utils 0.0.52-alpha2", "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.52-alpha1" +version = "0.0.52-alpha2" 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.52-alpha1", - "holochain_core_types 0.0.52-alpha1", + "holochain_common 0.0.52-alpha2", + "holochain_core_types 0.0.52-alpha2", "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)", @@ -1520,7 +1520,7 @@ dependencies = [ [[package]] name = "holochain_locksmith" -version = "0.0.52-alpha1" +version = "0.0.52-alpha2" 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)", @@ -1548,14 +1548,14 @@ dependencies = [ [[package]] name = "holochain_metrics" -version = "0.0.52-alpha1" +version = "0.0.52-alpha2" 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.52-alpha1", - "holochain_locksmith 0.0.52-alpha1", + "holochain_common 0.0.52-alpha2", + "holochain_locksmith 0.0.52-alpha2", "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)", @@ -1585,7 +1585,7 @@ dependencies = [ [[package]] name = "holochain_net" -version = "0.0.52-alpha1" +version = "0.0.52-alpha2" 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)", @@ -1593,19 +1593,19 @@ 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.52-alpha1", - "holochain_conductor_lib_api 0.0.52-alpha1", - "holochain_core_types 0.0.52-alpha1", + "holochain_common 0.0.52-alpha2", + "holochain_conductor_lib_api 0.0.52-alpha2", + "holochain_core_types 0.0.52-alpha2", "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.52-alpha1", + "holochain_locksmith 0.0.52-alpha2", "holochain_logging 0.0.7 (registry+https://github.com/rust-lang/crates.io-index)", - "holochain_metrics 0.0.52-alpha1", + "holochain_metrics 0.0.52-alpha2", "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.52-alpha1", + "in_stream 0.0.52-alpha2", "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)", @@ -1623,7 +1623,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.52-alpha1", + "sim2h 0.0.52-alpha2", "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)", @@ -1735,14 +1735,14 @@ dependencies = [ [[package]] name = "holochain_stress" -version = "0.0.52-alpha1" +version = "0.0.52-alpha2" 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.52-alpha1", + "in_stream 0.0.52-alpha2", "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)", @@ -1754,7 +1754,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.52-alpha1", + "sim2h 0.0.52-alpha2", "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)", @@ -1794,18 +1794,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.21 (registry+https://github.com/rust-lang/crates.io-index)", + "proc-macro2 1.0.24 (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.41 (registry+https://github.com/rust-lang/crates.io-index)", + "syn 1.0.42 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "holochain_wasm_utils" -version = "0.0.52-alpha1" +version = "0.0.52-alpha2" dependencies = [ - "holochain_conductor_lib 0.0.52-alpha1", - "holochain_core 0.0.52-alpha1", - "holochain_core_types 0.0.52-alpha1", + "holochain_conductor_lib 0.0.52-alpha2", + "holochain_core 0.0.52-alpha2", + "holochain_core_types 0.0.52-alpha2", "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)", @@ -1813,7 +1813,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.52-alpha1", + "test_utils 0.0.52-alpha2", ] [[package]] @@ -1971,7 +1971,7 @@ dependencies = [ [[package]] name = "in_stream" -version = "0.0.52-alpha1" +version = "0.0.52-alpha2" 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)", @@ -1997,7 +1997,7 @@ version = "1.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "autocfg 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", - "hashbrown 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", + "hashbrown 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -2413,7 +2413,7 @@ dependencies = [ [[package]] name = "memoffset" -version = "0.5.5" +version = "0.5.6" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "autocfg 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", @@ -2751,7 +2751,7 @@ name = "num_cpus" version = "1.11.1" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "hermit-abi 0.1.15 (registry+https://github.com/rust-lang/crates.io-index)", + "hermit-abi 0.1.16 (registry+https://github.com/rust-lang/crates.io-index)", "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -2798,7 +2798,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "openssl-src" -version = "111.10.2+1.1.1g" +version = "111.11.0+1.1.1h" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "cc 1.0.60 (registry+https://github.com/rust-lang/crates.io-index)", @@ -2812,7 +2812,7 @@ dependencies = [ "autocfg 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", "cc 1.0.60 (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.10.2+1.1.1g (registry+https://github.com/rust-lang/crates.io-index)", + "openssl-src 111.11.0+1.1.1h (registry+https://github.com/rust-lang/crates.io-index)", "pkg-config 0.3.18 (registry+https://github.com/rust-lang/crates.io-index)", "vcpkg 0.2.10 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -2824,7 +2824,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "bincode 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)", "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", - "pin-project 0.4.23 (registry+https://github.com/rust-lang/crates.io-index)", + "pin-project 0.4.25 (registry+https://github.com/rust-lang/crates.io-index)", "prometheus 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", "rand 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", @@ -3012,7 +3012,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)", "crypto-mac 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", - "rayon 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", + "rayon 1.4.1 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -3059,9 +3059,9 @@ 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.21 (registry+https://github.com/rust-lang/crates.io-index)", + "proc-macro2 1.0.24 (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.41 (registry+https://github.com/rust-lang/crates.io-index)", + "syn 1.0.42 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -3097,25 +3097,25 @@ dependencies = [ [[package]] name = "pin-project" -version = "0.4.23" +version = "0.4.25" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "pin-project-internal 0.4.23 (registry+https://github.com/rust-lang/crates.io-index)", + "pin-project-internal 0.4.25 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "pin-project-internal" -version = "0.4.23" +version = "0.4.25" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "proc-macro2 1.0.21 (registry+https://github.com/rust-lang/crates.io-index)", + "proc-macro2 1.0.24 (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.41 (registry+https://github.com/rust-lang/crates.io-index)", + "syn 1.0.42 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "pin-project-lite" -version = "0.1.7" +version = "0.1.10" source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] @@ -3178,7 +3178,7 @@ version = "0.6.1" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "ansi_term 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)", - "ctor 0.1.15 (registry+https://github.com/rust-lang/crates.io-index)", + "ctor 0.1.16 (registry+https://github.com/rust-lang/crates.io-index)", "difference 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)", "output_vt100 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -3201,9 +3201,9 @@ name = "proc-macro-error" version = "0.2.6" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "proc-macro2 1.0.21 (registry+https://github.com/rust-lang/crates.io-index)", + "proc-macro2 1.0.24 (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.41 (registry+https://github.com/rust-lang/crates.io-index)", + "syn 1.0.42 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -3247,7 +3247,7 @@ dependencies = [ [[package]] name = "proc-macro2" -version = "1.0.21" +version = "1.0.24" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "unicode-xid 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", @@ -3297,7 +3297,7 @@ name = "quote" version = "1.0.3" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "proc-macro2 1.0.21 (registry+https://github.com/rust-lang/crates.io-index)", + "proc-macro2 1.0.24 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -3486,18 +3486,18 @@ dependencies = [ [[package]] name = "rayon" -version = "1.4.0" +version = "1.4.1" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "autocfg 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", "crossbeam-deque 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)", "either 1.6.1 (registry+https://github.com/rust-lang/crates.io-index)", - "rayon-core 1.8.0 (registry+https://github.com/rust-lang/crates.io-index)", + "rayon-core 1.8.1 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "rayon-core" -version = "1.8.0" +version = "1.8.1" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "crossbeam-channel 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)", @@ -3970,9 +3970,9 @@ name = "serde_derive" version = "1.0.104" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "proc-macro2 1.0.21 (registry+https://github.com/rust-lang/crates.io-index)", + "proc-macro2 1.0.24 (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.41 (registry+https://github.com/rust-lang/crates.io-index)", + "syn 1.0.42 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -4099,9 +4099,9 @@ 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.21 (registry+https://github.com/rust-lang/crates.io-index)", + "proc-macro2 1.0.24 (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.41 (registry+https://github.com/rust-lang/crates.io-index)", + "syn 1.0.42 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -4132,7 +4132,7 @@ dependencies = [ [[package]] name = "sim2h" -version = "0.0.52-alpha1" +version = "0.0.52-alpha2" 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)", @@ -4142,16 +4142,16 @@ dependencies = [ "env_logger 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)", "futures 0.3.5 (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.52-alpha1", - "holochain_core_types 0.0.52-alpha1", + "holochain_common 0.0.52-alpha2", + "holochain_core_types 0.0.52-alpha2", "holochain_json_api 0.0.23 (registry+https://github.com/rust-lang/crates.io-index)", - "holochain_locksmith 0.0.52-alpha1", - "holochain_metrics 0.0.52-alpha1", + "holochain_locksmith 0.0.52-alpha2", + "holochain_metrics 0.0.52-alpha2", "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.52-alpha1", + "in_stream 0.0.52-alpha2", "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)", @@ -4183,13 +4183,13 @@ dependencies = [ [[package]] name = "sim2h_server" -version = "0.0.52-alpha1" +version = "0.0.52-alpha2" 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.5 (registry+https://github.com/rust-lang/crates.io-index)", - "holochain_common 0.0.52-alpha1", + "holochain_common 0.0.52-alpha2", "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)", @@ -4199,7 +4199,7 @@ dependencies = [ "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)", "protobuf 2.14.0 (registry+https://github.com/rust-lang/crates.io-index)", - "sim2h 0.0.52-alpha1", + "sim2h 0.0.52-alpha2", "structopt 0.2.18 (registry+https://github.com/rust-lang/crates.io-index)", "structopt-derive 0.2.18 (registry+https://github.com/rust-lang/crates.io-index)", "tracing-log 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", @@ -4340,9 +4340,9 @@ 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.21 (registry+https://github.com/rust-lang/crates.io-index)", + "proc-macro2 1.0.24 (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.41 (registry+https://github.com/rust-lang/crates.io-index)", + "syn 1.0.42 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -4372,10 +4372,10 @@ dependencies = [ [[package]] name = "syn" -version = "1.0.41" +version = "1.0.42" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "proc-macro2 1.0.21 (registry+https://github.com/rust-lang/crates.io-index)", + "proc-macro2 1.0.24 (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.1 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -4396,9 +4396,9 @@ name = "synstructure" version = "0.12.4" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "proc-macro2 1.0.21 (registry+https://github.com/rust-lang/crates.io-index)", + "proc-macro2 1.0.24 (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.41 (registry+https://github.com/rust-lang/crates.io-index)", + "syn 1.0.42 (registry+https://github.com/rust-lang/crates.io-index)", "unicode-xid 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -4476,21 +4476,21 @@ dependencies = [ [[package]] name = "test_utils" -version = "0.0.52-alpha1" +version = "0.0.52-alpha2" 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.52-alpha1", - "holochain_conductor_lib 0.0.52-alpha1", - "holochain_core 0.0.52-alpha1", - "holochain_core_types 0.0.52-alpha1", - "holochain_dpki 0.0.52-alpha1", + "hdk 0.0.52-alpha2", + "holochain_conductor_lib 0.0.52-alpha2", + "holochain_core 0.0.52-alpha2", + "holochain_core_types 0.0.52-alpha2", + "holochain_dpki 0.0.52-alpha2", "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.52-alpha1", - "holochain_net 0.0.52-alpha1", + "holochain_locksmith 0.0.52-alpha2", + "holochain_net 0.0.52-alpha2", "holochain_persistence_api 0.0.18 (registry+https://github.com/rust-lang/crates.io-index)", - "holochain_wasm_utils 0.0.52-alpha1", + "holochain_wasm_utils 0.0.52-alpha2", "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)", @@ -4524,9 +4524,9 @@ name = "thiserror-impl" version = "1.0.20" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "proc-macro2 1.0.21 (registry+https://github.com/rust-lang/crates.io-index)", + "proc-macro2 1.0.24 (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.41 (registry+https://github.com/rust-lang/crates.io-index)", + "syn 1.0.42 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -4640,7 +4640,7 @@ dependencies = [ "mio-named-pipes 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", "mio-uds 0.6.7 (registry+https://github.com/rust-lang/crates.io-index)", "num_cpus 1.11.1 (registry+https://github.com/rust-lang/crates.io-index)", - "pin-project-lite 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", + "pin-project-lite 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", "signal-hook-registry 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)", "slab 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", "tokio-macros 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)", @@ -4700,9 +4700,9 @@ name = "tokio-macros" version = "0.2.5" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "proc-macro2 1.0.21 (registry+https://github.com/rust-lang/crates.io-index)", + "proc-macro2 1.0.24 (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.41 (registry+https://github.com/rust-lang/crates.io-index)", + "syn 1.0.42 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -4860,9 +4860,9 @@ name = "tracing-attributes" version = "0.1.11" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "proc-macro2 1.0.21 (registry+https://github.com/rust-lang/crates.io-index)", + "proc-macro2 1.0.24 (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.41 (registry+https://github.com/rust-lang/crates.io-index)", + "syn 1.0.42 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -4878,7 +4878,7 @@ name = "tracing-futures" version = "0.2.2" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "pin-project 0.4.23 (registry+https://github.com/rust-lang/crates.io-index)", + "pin-project 0.4.25 (registry+https://github.com/rust-lang/crates.io-index)", "tracing 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -4934,7 +4934,7 @@ version = "0.1.3" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "quote 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)", - "syn 1.0.41 (registry+https://github.com/rust-lang/crates.io-index)", + "syn 1.0.42 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -4962,11 +4962,11 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "trycp_server" -version = "0.0.52-alpha1" +version = "0.0.52-alpha2" 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.52-alpha1", + "in_stream 0.0.52-alpha2", "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)", @@ -5381,7 +5381,7 @@ dependencies = [ "cranelift-native 0.52.0 (registry+https://github.com/rust-lang/crates.io-index)", "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)", "nix 0.15.0 (registry+https://github.com/rust-lang/crates.io-index)", - "rayon 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", + "rayon 1.4.1 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", "serde-bench 0.0.7 (registry+https://github.com/rust-lang/crates.io-index)", "serde_bytes 0.11.5 (registry+https://github.com/rust-lang/crates.io-index)", @@ -5731,7 +5731,7 @@ dependencies = [ "checksum crypto-mac 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "4434400df11d95d556bac068ddfedd482915eb18fe8bea89bc80b6e4b1c179e5" "checksum csv 1.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "00affe7f6ab566df61b4be3ce8cf16bc2576bca0963ceb0955e45d514bf9a279" "checksum csv-core 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)" = "2b2466559f260f48ad25fe6317b3c8dac77b5bdb5763ac7d9d6103530663bc90" -"checksum ctor 0.1.15 (registry+https://github.com/rust-lang/crates.io-index)" = "39858aa5bac06462d4dd4b9164848eb81ffc4aa5c479746393598fd193afa227" +"checksum ctor 0.1.16 (registry+https://github.com/rust-lang/crates.io-index)" = "7fbaabec2c953050352311293be5c6aba8e141ba19d6811862b232d6fd020484" "checksum detach 0.0.19 (registry+https://github.com/rust-lang/crates.io-index)" = "891f5117f720f720924586e087b7eb385d816afb467a231c2fec64239de00986" "checksum detach 0.0.42 (registry+https://github.com/rust-lang/crates.io-index)" = "1033954d9beee8934c807bd4c94200bc1e857cba0e6b8c0af7eb8e3336f839ea" "checksum deunicode 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)" = "850878694b7933ca4c9569d30a34b55031b9b139ee1fc7b94a527c4ef960d690" @@ -5796,10 +5796,10 @@ dependencies = [ "checksum h2 0.1.26 (registry+https://github.com/rust-lang/crates.io-index)" = "a5b34c246847f938a410a03c5458c7fee2274436675e76d8b903c08efc29c462" "checksum half 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)" = "d36fab90f82edc3c747f9d438e06cf0a491055896f2a279638bb5beed6c40177" "checksum hashbrown 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)" = "3bae29b6653b3412c2e71e9d486db9f9df5d701941d86683005efb9f2d28e3da" -"checksum hashbrown 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "00d63df3d41950fb462ed38308eea019113ad1508da725bbedcd0fa5a85ef5f7" +"checksum hashbrown 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)" = "d7afe4a420e3fe79967a00898cc1f4db7c8a49a9333a29f8a4bd76a253d5cd04" "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.15 (registry+https://github.com/rust-lang/crates.io-index)" = "3deed196b6e7f9e44a2ae8d94225d80302d81208b1bb673fd21fe634645c85a9" +"checksum hermit-abi 0.1.16 (registry+https://github.com/rust-lang/crates.io-index)" = "4c30f6d0bc6b00693347368a67d41b58f2fb851215ff1da49e90fe2c5c667151" "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" @@ -5870,7 +5870,7 @@ dependencies = [ "checksum md5 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)" = "79c56d6a0b07f9e19282511c83fc5b086364cbae4ba8c7d5f190c3d9b0425a48" "checksum memchr 2.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "3728d817d99e5ac407411fa471ff9800a778d88a24685968b36824eaf4bee400" "checksum memmap 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "6585fd95e7bb50d6cc31e20d4cf9afb4e2ba16c5846fc76793f11218da9c475b" -"checksum memoffset 0.5.5 (registry+https://github.com/rust-lang/crates.io-index)" = "c198b026e1bbf08a937e94c6c60f9ec4a2267f5b0d2eec9c1b21b061ce2be55f" +"checksum memoffset 0.5.6 (registry+https://github.com/rust-lang/crates.io-index)" = "043175f069eda7b85febe4a74abbaeff828d9f8b448515d3151a14a3542811aa" "checksum memory_units 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "71d96e3f3c0b6325d8ccd83c33b28acb183edcb6c67938ba104ec546854b0882" "checksum mime 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)" = "ba626b8a6de5da682e1caa06bdb42a335aee5a84db8e5046a3e8ab17ba0a3ae0" "checksum mime 0.3.16 (registry+https://github.com/rust-lang/crates.io-index)" = "2a60c7ce501c71e03a9c9c0d35b861413ae925bd979cc7a4e30d060069aaac8d" @@ -5912,7 +5912,7 @@ 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.10.2+1.1.1g (registry+https://github.com/rust-lang/crates.io-index)" = "a287fdb22e32b5b60624d4a5a7a02dbe82777f730ec0dbc42a0554326fef5a70" +"checksum openssl-src 111.11.0+1.1.1h (registry+https://github.com/rust-lang/crates.io-index)" = "380fe324132bea01f45239fadfec9343adb044615f29930d039bec1ae7b9fa5b" "checksum openssl-sys 0.9.58 (registry+https://github.com/rust-lang/crates.io-index)" = "a842db4709b604f0fe5d1170ae3565899be2ad3d9cbc72dedc789ac0511f78de" "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" @@ -5943,9 +5943,9 @@ dependencies = [ "checksum pest_meta 2.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "54be6e404f5317079812fc8f9f5279de376d8856929e21c184ecf6bbd692a11d" "checksum petgraph 0.4.13 (registry+https://github.com/rust-lang/crates.io-index)" = "9c3659d1ee90221741f65dd128d9998311b0e40c5d3c23a62445938214abce4f" "checksum pickledb 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "f84c239b2c2dc17025deda2d513de8218f1afd9ec7c34de45797ab35cf97d8a0" -"checksum pin-project 0.4.23 (registry+https://github.com/rust-lang/crates.io-index)" = "ca4433fff2ae79342e497d9f8ee990d174071408f28f726d6d83af93e58e48aa" -"checksum pin-project-internal 0.4.23 (registry+https://github.com/rust-lang/crates.io-index)" = "2c0e815c3ee9a031fdf5af21c10aa17c573c9c6a566328d99e3936c34e36461f" -"checksum pin-project-lite 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)" = "282adbf10f2698a7a77f8e983a74b2d18176c19a7fd32a45446139ae7b02b715" +"checksum pin-project 0.4.25 (registry+https://github.com/rust-lang/crates.io-index)" = "2b9e280448854bd91559252582173b3bd1f8e094a0e644791c0628ca9b1f144f" +"checksum pin-project-internal 0.4.25 (registry+https://github.com/rust-lang/crates.io-index)" = "c8c8b352676bc6a4c3d71970560b913cea444a7a921cc2e2d920225e4b91edaa" +"checksum pin-project-lite 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)" = "e555d9e657502182ac97b539fb3dae8b79cda19e3e4f8ffb5e8de4f18df93c95" "checksum pin-utils 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184" "checksum pkg-config 0.3.18 (registry+https://github.com/rust-lang/crates.io-index)" = "d36492546b6af1463394d46f0c834346f31548646f6ba10849802c9c9a27ac33" "checksum plugin 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)" = "1a6a0dc3910bc8db877ffed8e457763b317cf880df4ae19109b9f77d277cf6e0" @@ -5963,7 +5963,7 @@ dependencies = [ "checksum proc-macro-nested 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "eba180dafb9038b050a4c280019bbedf9f2467b61e5d892dcad585bb57aadc5a" "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.21 (registry+https://github.com/rust-lang/crates.io-index)" = "36e28516df94f3dd551a587da5357459d9b36d945a7c37c3557928c1c2ff2a2c" +"checksum proc-macro2 1.0.24 (registry+https://github.com/rust-lang/crates.io-index)" = "1e0704ee1a7e00d7bb417d0770ea303c1bccbabf0ef1667dae92b5967f5f8a71" "checksum prometheus 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "5567486d5778e2c6455b1b90ff1c558f29e751fc018130fa182e15828e728af1" "checksum protobuf 2.14.0 (registry+https://github.com/rust-lang/crates.io-index)" = "8e86d370532557ae7573551a1ec8235a0f8d6cb276c7c9e6aa490b511c447485" "checksum quick-error 1.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0" @@ -5989,8 +5989,8 @@ dependencies = [ "checksum rand_xorshift 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "cbf7e9e623549b0e21f6e97cf8ecf247c1a8fd2e8a992ae265314300b2455d5c" "checksum rand_xoshiro 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "a9fcdd2e881d02f1d9390ae47ad8e5696a9e4be7b547a1da2afbc61973217004" "checksum raw-cpuid 7.0.3 (registry+https://github.com/rust-lang/crates.io-index)" = "b4a349ca83373cfa5d6dbb66fd76e58b2cca08da71a5f6400de0a0a6a9bceeaf" -"checksum rayon 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "cfd016f0c045ad38b5251be2c9c0ab806917f82da4d36b2a327e5166adad9270" -"checksum rayon-core 1.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "91739a34c4355b5434ce54c9086c5895604a9c278586d1f1aa95e04f66b525a0" +"checksum rayon 1.4.1 (registry+https://github.com/rust-lang/crates.io-index)" = "dcf6960dc9a5b4ee8d3e4c5787b4a112a8818e0290a42ff664ad60692fdf2032" +"checksum rayon-core 1.8.1 (registry+https://github.com/rust-lang/crates.io-index)" = "e8c4fec834fb6e6d2dd5eece3c7b432a52f0ba887cf40e595190c4107edc08bf" "checksum rcgen 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "473b47fadc41518b93a9fde7401fe30736f1a2f33708f0d5bc747c6d2daee37f" "checksum rdrand 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "678054eb77286b51581ba43620cc911abf02758c91f93f479767aed0f90458b2" "checksum redox_syscall 0.1.57 (registry+https://github.com/rust-lang/crates.io-index)" = "41cc0f7e4d5d4544e8861606a285bb08d3e70712ccc7d2b84d7c0ccfaf4b05ce" @@ -6074,7 +6074,7 @@ dependencies = [ "checksum subtle 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "2d67a5a62ba6e01cb2192ff309324cb4875d0c451d55fe2319433abe7a05a8ee" "checksum syn 0.12.15 (registry+https://github.com/rust-lang/crates.io-index)" = "c97c05b8ebc34ddd6b967994d5c6e9852fa92f8b82b3858c39451f97346dcce5" "checksum syn 0.15.31 (registry+https://github.com/rust-lang/crates.io-index)" = "d2b4cfac95805274c6afdb12d8f770fa2d27c045953e7b630a81801953699a9a" -"checksum syn 1.0.41 (registry+https://github.com/rust-lang/crates.io-index)" = "6690e3e9f692504b941dc6c3b188fd28df054f7fb8469ab40680df52fdcc842b" +"checksum syn 1.0.42 (registry+https://github.com/rust-lang/crates.io-index)" = "9c51d92969d209b54a98397e1b91c8ae82d8c87a7bb87df0b29aa2ad81454228" "checksum synstructure 0.10.2 (registry+https://github.com/rust-lang/crates.io-index)" = "02353edf96d6e4dc81aea2d8490a7e9db177bf8acb0e951c24940bf866cb313f" "checksum synstructure 0.12.4 (registry+https://github.com/rust-lang/crates.io-index)" = "b834f2d66f734cb897113e34aaff2f1ab4719ca946f9a7358dba8f8064148701" "checksum take_mut 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "f764005d11ee5f36500a149ace24e00e3da98b0158b3e2d53a7495660d3f4d60" diff --git a/app_spec/zomes/blog/code/Cargo.toml b/app_spec/zomes/blog/code/Cargo.toml index 004af954ec..2b64177a0e 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.52-alpha1" +version = "0.0.52-alpha2" 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 2620e7f0de..04b24e85ce 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.52-alpha1" +version = "0.0.52-alpha2" authors = ["Julian Laubstein "] edition = "2018" diff --git a/app_spec/zomes/simple/code/Cargo.toml b/app_spec/zomes/simple/code/Cargo.toml index 5a596840c8..a12c06b57f 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.52-alpha1" +version = "0.0.52-alpha2" authors = ["Ashanti Mutinta "] edition = "2018" diff --git a/app_spec/zomes/summer/code/Cargo.toml b/app_spec/zomes/summer/code/Cargo.toml index 781c181091..e9e36a03fa 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.52-alpha1" +version = "0.0.52-alpha2" 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 81766bc105..98f9bd064a 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.52-alpha1" +version = "0.0.52-alpha2" 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 1bfcb2fb85..04bfd6742c 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.52-alpha1" +version = "0.0.52-alpha2" 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 143bd787da..24022e9e34 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.52-alpha1" +version = "0.0.52-alpha2" 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 81e5d1885f..ef26708248 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.52-alpha1" +version = "0.0.52-alpha2" authors = ["Holochain Core Dev Team "] [dependencies] diff --git a/config.nix b/config.nix index 3fd29df705..ddf2e23b44 100644 --- a/config.nix +++ b/config.nix @@ -1,7 +1,7 @@ let - release-commit = "3bca5c4dd7be3fbe8f9bb3649586f35d3400237e"; - current = "0.0.52-alpha1"; - previous = "0.0.51-alpha4"; + release-commit = "e3794688ddbf27545bbf12e8d9b07ae153efb680"; + current = "0.0.52-alpha2"; + previous = "0.0.52-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 717dc8bac3..642ae87b3a 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.52-alpha1" +version = "0.0.52-alpha2" authors = ["Holochain Core Dev Team "] [lib] diff --git a/crates/cli/Cargo.toml b/crates/cli/Cargo.toml index 8f5666e3a3..179b4d281b 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.52-alpha1" +version = "0.0.52-alpha2" authors = ["Holochain Core Dev Team "] [dependencies] -holochain_core_types = { version = "=0.0.52-alpha1", path = "../core_types" } -holochain_core = { version = "=0.0.52-alpha1", path = "../core" } -holochain_common = { version = "=0.0.52-alpha1", path = "../common" } -holochain_conductor_lib = { version = "=0.0.52-alpha1", path = "../conductor_lib" } -holochain_net = { version = "=0.0.52-alpha1", path = "../net" } -holochain_dpki = { version = "=0.0.52-alpha1", path = "../dpki" } -holochain_locksmith = { version = "=0.0.52-alpha1", path = "../locksmith" } +holochain_core_types = { version = "=0.0.52-alpha2", path = "../core_types" } +holochain_core = { version = "=0.0.52-alpha2", path = "../core" } +holochain_common = { version = "=0.0.52-alpha2", path = "../common" } +holochain_conductor_lib = { version = "=0.0.52-alpha2", path = "../conductor_lib" } +holochain_net = { version = "=0.0.52-alpha2", path = "../net" } +holochain_dpki = { version = "=0.0.52-alpha2", path = "../dpki" } +holochain_locksmith = { version = "=0.0.52-alpha2", path = "../locksmith" } holochain_tracing = "=0.0.24" holochain_tracing_macros = "=0.0.24" newrelic = { version = "=0.2.2", optional = true } -sim2h = { version = "=0.0.52-alpha1", path = "../sim2h" } +sim2h = { version = "=0.0.52-alpha2", path = "../sim2h" } lib3h_crypto_api = "=0.0.42" -in_stream = { version = "=0.0.52-alpha1", path = "../in_stream" } +in_stream = { version = "=0.0.52-alpha2", 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 91694ee2b0..b600c6c3c1 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.52-alpha1" +version = "0.0.52-alpha2" authors = ["Holochain Core Dev Team "] edition = "2018" diff --git a/crates/conductor_api/Cargo.toml b/crates/conductor_api/Cargo.toml index 836ddaac83..f75c083200 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.52-alpha1" +version = "0.0.52-alpha2" authors = ["Holochain Core Dev Team "] edition = "2018" [dependencies] -holochain_core_types = { version = "=0.0.52-alpha1", path = "../core_types" } -holochain_wasm_utils = { version = "=0.0.52-alpha1", path = "../wasm_utils" } -holochain_locksmith = { version = "=0.0.52-alpha1", path = "../locksmith" } +holochain_core_types = { version = "=0.0.52-alpha2", path = "../core_types" } +holochain_wasm_utils = { version = "=0.0.52-alpha2", path = "../wasm_utils" } +holochain_locksmith = { version = "=0.0.52-alpha2", path = "../locksmith" } holochain_tracing_macros = "=0.0.24" -holochain_common = { version = "=0.0.52-alpha1", path = "../common" } +holochain_common = { version = "=0.0.52-alpha2", 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 2b428a16fb..6f553398d9 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.52-alpha1" +version = "0.0.52-alpha2" authors = ["Holochain Core Dev Team "] edition = "2018" [dependencies] -holochain_core = { version = "=0.0.52-alpha1", path = "../core" } -holochain_core_types = { version = "=0.0.52-alpha1", path = "../core_types" } -holochain_locksmith = { version = "=0.0.52-alpha1", path = "../locksmith" } +holochain_core = { version = "=0.0.52-alpha2", path = "../core" } +holochain_core_types = { version = "=0.0.52-alpha2", path = "../core_types" } +holochain_locksmith = { version = "=0.0.52-alpha2", path = "../locksmith" } holochain_json_derive = "=0.0.23" holochain_json_api = "=0.0.23" holochain_persistence_api = "=0.0.18" @@ -19,15 +19,15 @@ 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.52-alpha1", path = "../common" } -holochain_dpki = { version = "=0.0.52-alpha1", path = "../dpki" } -holochain_net = { version = "=0.0.52-alpha1", path = "../net" } +holochain_common = { version = "=0.0.52-alpha2", path = "../common" } +holochain_dpki = { version = "=0.0.52-alpha2", path = "../dpki" } +holochain_net = { version = "=0.0.52-alpha2", path = "../net" } holochain_tracing = "=0.0.24" holochain_tracing_macros = "=0.0.24" lib3h = "=0.0.42" lib3h_protocol = "=0.0.42" lib3h_sodium = "=0.0.42" -holochain_metrics = { version = "=0.0.52-alpha1", path = "../metrics" } +holochain_metrics = { version = "=0.0.52-alpha2", path = "../metrics" } chrono = "=0.4.6" serde = "=1.0.104" serde_json = { version = "=1.0.47", features = ["preserve_order"] } @@ -61,9 +61,9 @@ tokio = "=0.1.22" protobuf = "=2.14.0" [dev-dependencies] -test_utils = { version = "=0.0.52-alpha1", path = "../../test_utils" } +test_utils = { version = "=0.0.52-alpha2", path = "../../test_utils" } tempfile = "=3.0.7" -holochain_wasm_utils = { version = "=0.0.52-alpha1", path = "../wasm_utils" } +holochain_wasm_utils = { version = "=0.0.52-alpha2", path = "../wasm_utils" } structopt-derive = "=0.2.18" structopt = "=0.2.18" pretty_assertions = "=0.6.1" diff --git a/crates/conductor_lib/test-bridge-caller/Cargo.toml b/crates/conductor_lib/test-bridge-caller/Cargo.toml index 6c53e12d11..8ad714ef09 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.52-alpha1" +version = "0.0.52-alpha2" 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 d8354b50cd..ecb26e3efc 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.52-alpha1" +version = "0.0.52-alpha2" authors = ["Holochain Core Dev Team "] [lib] diff --git a/crates/core/Cargo.toml b/crates/core/Cargo.toml index 6617058fd1..25cb157bd5 100644 --- a/crates/core/Cargo.toml +++ b/crates/core/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "holochain_core" -version = "0.0.52-alpha1" +version = "0.0.52-alpha2" 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.5", features = [ "thread-pool" ] } -holochain_net = { version = "=0.0.52-alpha1", path = "../net" } -holochain_wasm_utils = { version = "=0.0.52-alpha1", path = "../wasm_utils" } -holochain_common = { version = "=0.0.52-alpha1", path = "../common" } -holochain_conductor_lib_api = { version = "=0.0.52-alpha1", path = "../conductor_api" } +holochain_net = { version = "=0.0.52-alpha2", path = "../net" } +holochain_wasm_utils = { version = "=0.0.52-alpha2", path = "../wasm_utils" } +holochain_common = { version = "=0.0.52-alpha2", path = "../common" } +holochain_conductor_lib_api = { version = "=0.0.52-alpha2", 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.52-alpha1", path = "../core_types" } -holochain_dpki = { version = "=0.0.52-alpha1", path = "../dpki" } -holochain_locksmith = { version = "=0.0.52-alpha1", path = "../locksmith" } -holochain_metrics = { version = "=0.0.52-alpha1", path = "../metrics" } +holochain_core_types = { version = "=0.0.52-alpha2", path = "../core_types" } +holochain_dpki = { version = "=0.0.52-alpha2", path = "../dpki" } +holochain_locksmith = { version = "=0.0.52-alpha2", path = "../locksmith" } +holochain_metrics = { version = "=0.0.52-alpha2", path = "../metrics" } holochain_tracing = "=0.0.24" protobuf = "=2.14.0" holochain_tracing_macros = "=0.0.24" @@ -65,7 +65,7 @@ newrelic = { version = "=0.2.2", optional = true } [dev-dependencies] wabt = "=0.7.4" -test_utils = { version = "=0.0.52-alpha1", path = "../../test_utils" } +test_utils = { version = "=0.0.52-alpha2", 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 3fc9075f34..db0143b91c 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.52-alpha1" +version = "0.0.52-alpha2" authors = ["Holochain Core Dev Team "] [lib] diff --git a/crates/core_types/Cargo.toml b/crates/core_types/Cargo.toml index 141c140a29..8db6d79876 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.52-alpha1" +version = "0.0.52-alpha2" 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.52-alpha1", path = "../locksmith" } +holochain_locksmith = { version = "=0.0.52-alpha2", 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.52-alpha1", path = "../../test_utils"} +test_utils = { version = "=0.0.52-alpha2", path = "../../test_utils"} maplit = "=1.0.2" [build-dependencies] diff --git a/crates/dpki/Cargo.toml b/crates/dpki/Cargo.toml index 155b5b47c9..77f2440e9f 100644 --- a/crates/dpki/Cargo.toml +++ b/crates/dpki/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "holochain_dpki" -version = "0.0.52-alpha1" +version = "0.0.52-alpha2" 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.52-alpha1", path = "../core_types" } +holochain_core_types = { version = "=0.0.52-alpha2", 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.52-alpha1", path = "../common" } +holochain_common = { version = "=0.0.52-alpha2", path = "../common" } protobuf = "=2.14.0" [features] diff --git a/crates/hdk/Cargo.toml b/crates/hdk/Cargo.toml index adde00e47d..61825a8f3a 100644 --- a/crates/hdk/Cargo.toml +++ b/crates/hdk/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "hdk" edition = "2018" -version = "0.0.52-alpha1" +version = "0.0.52-alpha2" 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.52-alpha1", path = "../wasm_utils" } -holochain_core_types = { version = "=0.0.52-alpha1", path = "../core_types" } +holochain_wasm_utils = { version = "=0.0.52-alpha2", path = "../wasm_utils" } +holochain_core_types = { version = "=0.0.52-alpha2", 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.52-alpha1", path = "../../test_utils" } -holochain_conductor_lib = { version = "=0.0.52-alpha1", path = "../conductor_lib" } -holochain_core = { version = "=0.0.52-alpha1", path = "../core" } -holochain_core_types = { version = "=0.0.52-alpha1", path = "../core_types" } +test_utils = { version = "=0.0.52-alpha2", path = "../../test_utils" } +holochain_conductor_lib = { version = "=0.0.52-alpha2", path = "../conductor_lib" } +holochain_core = { version = "=0.0.52-alpha2", path = "../core" } +holochain_core_types = { version = "=0.0.52-alpha2", 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 a024197832..0488bb931a 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.52-alpha1" +version = "0.0.52-alpha2" authors = ["Holochain Core Dev Team "] [lib] diff --git a/crates/hdk_v2/Cargo.toml b/crates/hdk_v2/Cargo.toml index 096a41fa55..abd918bd05 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.52-alpha1" +version = "0.0.52-alpha2" 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.52-alpha1", path = "../hdk" } +hdk = { version = "=0.0.52-alpha2", path = "../hdk" } diff --git a/crates/hdk_v2/wasm-test/Cargo.toml b/crates/hdk_v2/wasm-test/Cargo.toml index e059ca144e..e261606ed2 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.52-alpha1" +version = "0.0.52-alpha2" authors = ["Holochain Core Dev Team "] [lib] diff --git a/crates/holochain/Cargo.toml b/crates/holochain/Cargo.toml index b9337f6093..6e8bb4af3d 100644 --- a/crates/holochain/Cargo.toml +++ b/crates/holochain/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "holochain" -version = "0.0.52-alpha1" +version = "0.0.52-alpha2" description = "holochain" license = "GPL-3.0-only" homepage = "https://github.com/holochain/holochain-rust" @@ -10,14 +10,14 @@ authors = ["Holochain Core Dev Team "] [dependencies] crossbeam-channel = "=0.3.8" holochain_persistence_api = "=0.0.18" -holochain_core = { version = "=0.0.52-alpha1", path = "../core" } -holochain_core_types = { version = "=0.0.52-alpha1", path = "../core_types" } -holochain_conductor_lib = { version = "=0.0.52-alpha1", path = "../conductor_lib" } -holochain_wasm_utils = { version = "=0.0.52-alpha1", path = "../wasm_utils" } +holochain_core = { version = "=0.0.52-alpha2", path = "../core" } +holochain_core_types = { version = "=0.0.52-alpha2", path = "../core_types" } +holochain_conductor_lib = { version = "=0.0.52-alpha2", path = "../conductor_lib" } +holochain_wasm_utils = { version = "=0.0.52-alpha2", path = "../wasm_utils" } lib3h_sodium = "=0.0.42" lib3h_protocol = "=0.0.42" -holochain_common = { version = "=0.0.52-alpha1", path = "../common" } -holochain_locksmith = { version = "=0.0.52-alpha1", path = "../locksmith" } +holochain_common = { version = "=0.0.52-alpha2", path = "../common" } +holochain_locksmith = { version = "=0.0.52-alpha2", path = "../locksmith" } holochain_tracing = "=0.0.24" holochain_tracing_macros = "=0.0.24" structopt-derive = "=0.2.18" diff --git a/crates/holochain_wasm/Cargo.toml b/crates/holochain_wasm/Cargo.toml index c3490981f2..3d2f0ac357 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.52-alpha1" +version = "0.0.52-alpha2" description = "holochain wasm" license = "GPL-3.0-only" homepage = "https://github.com/holochain/holochain-rust" @@ -13,6 +13,6 @@ name = "holochain_conductor_wasm" crate-type = ["cdylib"] [dependencies] -holochain_core_types = { version = "=0.0.52-alpha1", path = "../core_types" } +holochain_core_types = { version = "=0.0.52-alpha2", path = "../core_types" } wasm-bindgen = "=0.2.48" diff --git a/crates/in_stream/Cargo.toml b/crates/in_stream/Cargo.toml index 712b160740..6fd6c4fa08 100644 --- a/crates/in_stream/Cargo.toml +++ b/crates/in_stream/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "in_stream" -version = "0.0.52-alpha1" +version = "0.0.52-alpha2" 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 0546593492..02cebce364 100644 --- a/crates/locksmith/Cargo.toml +++ b/crates/locksmith/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "holochain_locksmith" -version = "0.0.52-alpha1" +version = "0.0.52-alpha2" 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 126d1d953c..27882e552e 100644 --- a/crates/metrics/Cargo.toml +++ b/crates/metrics/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "holochain_metrics" -version = "0.0.52-alpha1" +version = "0.0.52-alpha2" 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.52-alpha1", path = "../locksmith" } +holochain_locksmith = { version = "=0.0.52-alpha2", path = "../locksmith" } holochain_tracing_macros = "=0.0.24" -holochain_common = { version = "=0.0.52-alpha1", path = "../common" } +holochain_common = { version = "=0.0.52-alpha2", 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 977f4c028b..a9c32d84b7 100644 --- a/crates/net/Cargo.toml +++ b/crates/net/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "holochain_net" -version = "0.0.52-alpha1" +version = "0.0.52-alpha2" 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.52-alpha1", path = "../sim2h" } +sim2h = { version = "=0.0.52-alpha2", 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.52-alpha1", path = "../metrics" } -holochain_conductor_lib_api = { version = "=0.0.52-alpha1", path = "../conductor_api" } -holochain_core_types = { version = "=0.0.52-alpha1", path = "../core_types" } -holochain_locksmith = { version = "=0.0.52-alpha1", path = "../locksmith" } +holochain_metrics = { version = "=0.0.52-alpha2", path = "../metrics" } +holochain_conductor_lib_api = { version = "=0.0.52-alpha2", path = "../conductor_api" } +holochain_core_types = { version = "=0.0.52-alpha2", path = "../core_types" } +holochain_locksmith = { version = "=0.0.52-alpha2", 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.52-alpha1", path = "../common" } -in_stream = { version = "=0.0.52-alpha1", path = "../in_stream" } +holochain_common = { version = "=0.0.52-alpha2", path = "../common" } +in_stream = { version = "=0.0.52-alpha2", 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 b2e5a5da38..ea316cae48 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.52-alpha1" +version = "0.0.52-alpha2" authors = ["Wim Looman "] edition = "2018" publish = false diff --git a/crates/sim2h/Cargo.toml b/crates/sim2h/Cargo.toml index 36a6714bee..f8d88554cb 100644 --- a/crates/sim2h/Cargo.toml +++ b/crates/sim2h/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sim2h" -version = "0.0.52-alpha1" +version = "0.0.52-alpha2" authors = ["Holochain Core Dev Team "] edition = "2018" description = "A simulation of lib3h" @@ -23,14 +23,14 @@ 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.52-alpha1", path = "../core_types" } -holochain_locksmith = { version = "=0.0.52-alpha1", path = "../locksmith" } -holochain_metrics = { version = "=0.0.52-alpha1", path = "../metrics" } -holochain_common = { version = "=0.0.52-alpha1", path = "../common" } +holochain_core_types = { version = "=0.0.52-alpha2", path = "../core_types" } +holochain_locksmith = { version = "=0.0.52-alpha2", path = "../locksmith" } +holochain_metrics = { version = "=0.0.52-alpha2", path = "../metrics" } +holochain_common = { version = "=0.0.52-alpha2", path = "../common" } holochain_tracing_macros = "=0.0.24" protobuf = "=2.14.0" im = { version = "=14.0.0", features = ["serde"] } -in_stream = { version = "=0.0.52-alpha1", path = "../in_stream" } +in_stream = { version = "=0.0.52-alpha2", 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 8003e4896f..6b5f2da071 100644 --- a/crates/sim2h_server/Cargo.toml +++ b/crates/sim2h_server/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sim2h_server" -version = "0.0.52-alpha1" +version = "0.0.52-alpha2" 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.52-alpha1", path = "../sim2h" } -holochain_common = { version = "=0.0.52-alpha1", path = "../common" } +sim2h = { version = "=0.0.52-alpha2", path = "../sim2h" } +holochain_common = { version = "=0.0.52-alpha2", 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 10d940f985..08f9b8670a 100644 --- a/crates/stress/Cargo.toml +++ b/crates/stress/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "holochain_stress" -version = "0.0.52-alpha1" +version = "0.0.52-alpha2" 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.52-alpha1", path = "../sim2h" } -in_stream = { version = "=0.0.52-alpha1", path = "../in_stream" } +sim2h = { version = "=0.0.52-alpha2", path = "../sim2h" } +in_stream = { version = "=0.0.52-alpha2", 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 40fda4cb1a..a42cebbdee 100644 --- a/crates/trycp_server/Cargo.toml +++ b/crates/trycp_server/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "trycp_server" -version = "0.0.52-alpha1" +version = "0.0.52-alpha2" 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.52-alpha1", path = "../in_stream" } +in_stream = { version = "=0.0.52-alpha2", path = "../in_stream" } log = "0.4.8" env_logger = "0.7.0" structopt-derive = "=0.2.18" diff --git a/crates/wasm_utils/Cargo.toml b/crates/wasm_utils/Cargo.toml index d5c3794f1d..bd07485196 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.52-alpha1" +version = "0.0.52-alpha2" 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.52-alpha1", path = "../core_types" } +holochain_core_types = { version = "=0.0.52-alpha2", 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.52-alpha1", path = "../../test_utils" } -holochain_core = { version = "=0.0.52-alpha1", path = "../core" } -holochain_conductor_lib = { version = "=0.0.52-alpha1", path = "../conductor_lib" } +test_utils = { version = "=0.0.52-alpha2", path = "../../test_utils" } +holochain_core = { version = "=0.0.52-alpha2", path = "../core" } +holochain_conductor_lib = { version = "=0.0.52-alpha2", 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 8a78cd65f2..56bef8ef45 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.52-alpha1" +version = "0.0.52-alpha2" authors = ["Holochain Core Dev Team "] [lib] diff --git a/test_utils/Cargo.toml b/test_utils/Cargo.toml index f0fbf9e81f..6bfeba280f 100644 --- a/test_utils/Cargo.toml +++ b/test_utils/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "test_utils" -version = "0.0.52-alpha1" +version = "0.0.52-alpha2" 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.52-alpha1", path = "../crates/hdk" } -holochain_net = { version = "=0.0.52-alpha1", path = "../crates/net" } -holochain_core = { version = "=0.0.52-alpha1", path = "../crates/core" } -holochain_conductor_lib = { version = "=0.0.52-alpha1", path = "../crates/conductor_lib" } -holochain_core_types = { version = "=0.0.52-alpha1", path = "../crates/core_types" } -holochain_dpki = { version = "=0.0.52-alpha1", path = "../crates/dpki" } -holochain_wasm_utils = { version = "=0.0.52-alpha1", path = "../crates/wasm_utils" } -holochain_locksmith = { version = "=0.0.52-alpha1", path = "../crates/locksmith" } +hdk = { version = "=0.0.52-alpha2", path = "../crates/hdk" } +holochain_net = { version = "=0.0.52-alpha2", path = "../crates/net" } +holochain_core = { version = "=0.0.52-alpha2", path = "../crates/core" } +holochain_conductor_lib = { version = "=0.0.52-alpha2", path = "../crates/conductor_lib" } +holochain_core_types = { version = "=0.0.52-alpha2", path = "../crates/core_types" } +holochain_dpki = { version = "=0.0.52-alpha2", path = "../crates/dpki" } +holochain_wasm_utils = { version = "=0.0.52-alpha2", path = "../crates/wasm_utils" } +holochain_locksmith = { version = "=0.0.52-alpha2", path = "../crates/locksmith" } holochain_persistence_api = "=0.0.18" holochain_json_api = "=0.0.23" holochain_json_derive = "=0.0.23"