diff --git a/Cargo.lock b/Cargo.lock index 41980a624..bbdee961a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4381,7 +4381,7 @@ version = "1.6.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "97fee6b57c6a41524a810daee9286c02d7752c4253064d0b05472833a438f675" dependencies = [ - "cfg-if 1.0.0", + "cfg-if 0.1.10", "static_assertions", ] @@ -5042,8 +5042,9 @@ checksum = "6a5cbf750400958819fb6178eaa83bee5cd9c29a26a40cc241df8c70fdd46984" [[package]] name = "z-serial" -version = "0.2.3" -source = "git+https://github.com/ZettaScaleLabs/z-serial/?branch=feat/state-machine#d7496e671215ee04316bcb1f4b31b437d1ee87af" +version = "0.3.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e1f288ec253cd9add72c2cf8c24d6525a3d81481b0407a4d53c23c16c871c38c" dependencies = [ "cobs", "futures", diff --git a/Cargo.toml b/Cargo.toml index 57d570731..4e5f70f93 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -187,7 +187,7 @@ vec_map = "0.8.2" webpki-roots = "0.26.5" winapi = { version = "0.3.9", features = ["iphlpapi", "winerror"] } x509-parser = "0.16.0" -z-serial = "0.2.3" +z-serial = "0.3.0" either = "1.13.0" prost = "0.13.2" tls-listener = { version = "0.10.2", features = ["rustls-ring"] } @@ -223,9 +223,6 @@ zenoh = { version = "1.0.0-dev", path = "zenoh", default-features = false } zenoh-runtime = { version = "1.0.0-dev", path = "commons/zenoh-runtime" } zenoh-task = { version = "1.0.0-dev", path = "commons/zenoh-task" } -[patch.crates-io] -z-serial = { git = "https://github.com/ZettaScaleLabs/z-serial/", branch = "feat/state-machine" } - [profile.dev] debug = true opt-level = 0