Skip to content

Commit 33566f1

Browse files
chore: Bump zenoh.* dependencies to 1.7.0
1 parent c228cc9 commit 33566f1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,10 +49,10 @@ tide = "0.16.0"
4949
tokio = { version = "1.35.1", default-features = false } # Default features are disabled due to some crates' requirements
5050
tokio-stream = "0.1.15"
5151
tracing = "0.1"
52-
zenoh = { version = "1.6.2", features = [
52+
zenoh = { version = "1.7.0", features = [
5353
"unstable", "internal", "plugins"
54-
] , git = "https://github.com/eclipse-zenoh/zenoh.git" , branch = "main" }
55-
zenoh-plugin-trait = { version = "1.6.2", default-features = false , git = "https://github.com/eclipse-zenoh/zenoh.git" , branch = "main" }
54+
] }
55+
zenoh-plugin-trait = { version = "1.7.0", default-features = false }
5656

5757
[build-dependencies]
5858
rustc_version = "0.4.0"
@@ -63,4 +63,4 @@ maintainer = "[email protected]"
6363
copyright = "2017, 2022 ZettaScale Technology"
6464
section = "net"
6565
license-file = ["LICENSE", "0"]
66-
depends = "zenohd (=1.6.2)"
66+
depends = "zenohd (=1.7.0)"

0 commit comments

Comments
 (0)