diff --git a/Cargo.toml b/Cargo.toml index 782f0c7..99ce9a5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,11 +9,11 @@ crate-type = ["cdylib"] [dependencies] # We keep those holochain dependencies separate from the root project to avoid irrelevant incompatibilities holochain_integrity_types = "0.3.5" -holochain_types = "0.3.5" +holochain_types = "0.3.6-rc.0" holochain_zome_types = "0.3.5" holo_hash = "0.3.5" kitsune_p2p_timestamp = "0.3.5" -lair_keystore_api = "0.4.6" +lair_keystore_api = "0.4.7" hex = "0.4.3" futures = "0.3"