diff --git a/Cargo.lock b/Cargo.lock index b9bc212..d8ccd77 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1010,9 +1010,9 @@ checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55" [[package]] name = "libc" -version = "0.2.90" +version = "0.2.91" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ba4aede83fc3617411dc6993bc8c70919750c1c257c6ca6a502aed6e0e2394ae" +checksum = "8916b1f6ca17130ec6568feccee27c156ad12037880833a3b842a823236502e7" [[package]] name = "libloading" @@ -2323,7 +2323,8 @@ checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" [[package]] name = "zenoh" version = "0.5.0-beta.8" -source = "git+https://github.com/eclipse-zenoh/zenoh#9a4f886f8f073d3e92f93072c44d18fd1c9f151b" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "11919a95163e94564d91794af769a324a16f9404aa775d1731fced6ad3cf12d2" dependencies = [ "async-rustls", "async-std", @@ -2358,7 +2359,8 @@ dependencies = [ [[package]] name = "zenoh-util" version = "0.5.0-beta.8" -source = "git+https://github.com/eclipse-zenoh/zenoh#9a4f886f8f073d3e92f93072c44d18fd1c9f151b" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "536af37fc591c7d3786338e71f87e3d2bd97985b3fbdb7952aa2f219c635a331" dependencies = [ "aes-soft", "async-std", @@ -2408,7 +2410,8 @@ dependencies = [ [[package]] name = "zenoh_backend_traits" version = "0.5.0-beta.8" -source = "git+https://github.com/eclipse-zenoh/zenoh#9a4f886f8f073d3e92f93072c44d18fd1c9f151b" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "171d1f4ea6bb71ab061892797cae1b0aba751d879dbecbd8564c814bac447523" dependencies = [ "async-std", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index cc7b046..feef7cf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -25,9 +25,9 @@ name = "zbackend_fs" crate-type = ["cdylib"] [dependencies] -zenoh_backend_traits = { git = "https://github.com/eclipse-zenoh/zenoh" } -zenoh = { git = "https://github.com/eclipse-zenoh/zenoh" } -zenoh-util = { git = "https://github.com/eclipse-zenoh/zenoh" } +zenoh_backend_traits = "0.5.0-beta.8" +zenoh = "0.5.0-beta.8" +zenoh-util = "0.5.0-beta.8" async-std = "=1.9.0" async-trait = "0.1.42" uhlc = "0.2.1"