diff --git a/Cargo.lock b/Cargo.lock index 539c358d..ed6f901e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -932,7 +932,8 @@ dependencies = [ [[package]] name = "cyclors" version = "0.2.0" -source = "git+https://github.com/kydos/cyclors?branch=master#8f831b3b0a7fc8a63098a82a5c079dc3562405a7" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "4d5dd59d4f968f55433ddcf3ceba06a6734d620577ca6ed9f62eacc55f6eb02c" dependencies = [ "bincode", "bindgen", diff --git a/Cargo.toml b/Cargo.toml index 52c44cdf..d2df41b0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -38,7 +38,7 @@ async-trait = "0.1.66" bincode = "1.3.3" cdr = "0.2.4" clap = "3.2.23" -cyclors = { git = "https://github.com/kydos/cyclors", branch = "master" } +cyclors = "0.2.0" derivative = "2.2.0" env_logger = "0.10.0" flume = "0.11.0"