Skip to content

Commit

Permalink
deps: update zenoh
Browse files Browse the repository at this point in the history
Signed-off-by: Gabriele Baldoni <[email protected]>
  • Loading branch information
gabrik committed Nov 22, 2024
1 parent 33f2180 commit 6102f41
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ darling = "0.20"
env_logger = "0.11.0"
flume = { version = "0.11" }
futures = "0.3.28"
tracing = "0.1"
proc-macro2 = "1.0"
quote = "1.0"
serde = { version = "1.0.160", features = ["derive"] }
Expand All @@ -62,10 +61,11 @@ tokio = { version = "1.35.1", default-features = false, features = [
"rt",
"time",
] }
zenoh = { version= "1.0.2", default-features = false }
zenoh-codec = { version= "1.0.2" }
zenoh-core = { version= "1.0.2" }
zenoh-ext = { version= "1.0.2" }
zenoh-macros = { version= "1.0.2" }
zenoh-protocol = { version= "1.0.2" }
zenoh-util = { version= "1.0.2" }
tracing = "0.1"
zenoh = { version = "1.0.3", default-features = false }
zenoh-codec = { version = "1.0.3" }
zenoh-core = { version = "1.0.3" }
zenoh-ext = { version = "1.0.3" }
zenoh-macros = { version = "1.0.3" }
zenoh-protocol = { version = "1.0.3" }
zenoh-util = { version = "1.0.3" }

0 comments on commit 6102f41

Please sign in to comment.