Skip to content

Commit

Permalink
deps: bump z-serial
Browse files Browse the repository at this point in the history
Signed-off-by: Gabriele Baldoni <[email protected]>
  • Loading branch information
gabrik committed Dec 10, 2024
1 parent e8abf3c commit ada2184
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
7 changes: 4 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 1 addition & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"] }
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit ada2184

Please sign in to comment.