diff --git a/Cargo.lock b/Cargo.lock index c7f68ed..1573e17 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1004,7 +1004,8 @@ dependencies = [ [[package]] name = "cyclors" version = "0.2.2" -source = "git+https://github.com/ZettaScaleLabs/cyclors.git?branch=issue-24-0_2_1#c16c140ced8b7984b6b630e51d55db584aa4a30f" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "676d44e2cd6eebb5a41b3f623e9fa3b60258400c7eef42f375c02719dc1ea504" dependencies = [ "bincode", "bindgen", diff --git a/Cargo.toml b/Cargo.toml index 226c0ff..8746665 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -29,8 +29,7 @@ async-trait = "0.1.66" bincode = "1.3.3" cdr = "0.2.4" clap = "4.4.11" -#cyclors = "0.2.1" -cyclors = { git = "https://github.com/ZettaScaleLabs/cyclors.git", branch = "issue-24-0_2_1" } +cyclors = "0.2.2" derivative = "2.2.0" flume = "0.11.0" futures = "0.3.26"