From 5bc97377b60c1c958cf84e8c79a9ded384fce361 Mon Sep 17 00:00:00 2001 From: matthme <36768177+matthme@users.noreply.github.com> Date: Wed, 4 Dec 2024 14:46:52 +0000 Subject: [PATCH] bump to holochain 0.4.0-rc.2 (#135) --- Cargo.toml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 1ac25be..14e1886 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -31,22 +31,22 @@ async-trait = "0.1" parking_lot = "0.12.1" holo_hash = { version = "0.4.0-rc.0", features = ["encoding"] } -holochain_conductor_api = "0.4.0-rc.1" -holochain_websocket = "0.4.0-rc.1" +holochain_conductor_api = "0.4.0-rc.2" +holochain_websocket = "0.4.0-rc.2" holochain_serialized_bytes = "0.0.55" -holochain_types = "0.4.0-rc.1" +holochain_types = "0.4.0-rc.2" holochain_nonce = "0.4.0-rc.0" holochain_zome_types = { workspace = true } -lair_keystore_api = { version = "0.5.2", optional = true } -kitsune_p2p_types = "0.4.0-rc.1" +lair_keystore_api = { version = "0.5.3", optional = true } +kitsune_p2p_types = "0.4.0-rc.2" tokio = { version = "1.36", features = ["rt"] } [dev-dependencies] arbitrary = "1.2" fixt = "0.4.0-rc.0" -holochain = { version = "0.4.0-rc.1", features = ["test_utils"] } +holochain = { version = "0.4.0-rc.2", features = ["test_utils"] } rand = "0.8" serde_yaml = "0.9"