Skip to content

Commit fb6c124

Browse files
chore: Bump /zenoh.*/ dependencies to 1.3.2
1 parent 251efb7 commit fb6c124

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

Cargo.toml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -43,19 +43,19 @@ serde_json = "1.0.114"
4343
test-case = { version = "3.3.1" }
4444
tokio = { version = "1.35.1", default-features = false } # Default features are disabled due to some crates' requirements
4545
tracing = "0.1"
46-
zenoh = { version = "1.3.1", features = [
46+
zenoh = { version = "1.3.2", features = [
4747
"plugins",
4848
"unstable",
49-
] , git = "https://github.com/eclipse-zenoh/zenoh.git" , branch = "main" }
50-
zenoh-config = { version = "1.3.1", default-features = false , git = "https://github.com/eclipse-zenoh/zenoh.git" , branch = "main" }
51-
zenoh-ext = { version = "1.3.1", features = [
49+
] }
50+
zenoh-config = { version = "1.3.2", default-features = false }
51+
zenoh-ext = { version = "1.3.2", features = [
5252
"unstable",
53-
] , git = "https://github.com/eclipse-zenoh/zenoh.git" , branch = "main" }
54-
zenoh-plugin-ros2dds = { version = "1.3.1", path = "zenoh-plugin-ros2dds/", default-features = false }
55-
zenoh-plugin-rest = { version = "1.3.1", default-features = false, features = [
53+
] }
54+
zenoh-plugin-ros2dds = { version = "1.3.2", path = "zenoh-plugin-ros2dds/", default-features = false }
55+
zenoh-plugin-rest = { version = "1.3.2", default-features = false, features = [
5656
"static_plugin",
57-
] , git = "https://github.com/eclipse-zenoh/zenoh.git" , branch = "main" }
58-
zenoh-plugin-trait = { version = "1.3.1", default-features = false , git = "https://github.com/eclipse-zenoh/zenoh.git" , branch = "main" }
57+
] }
58+
zenoh-plugin-trait = { version = "1.3.2", default-features = false }
5959

6060
[profile.release]
6161
codegen-units = 1

zenoh-plugin-ros2dds/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,4 +64,4 @@ maintainer = "[email protected]"
6464
copyright = "2017, 2022 ZettaScale Technology Inc."
6565
section = "net"
6666
license-file = ["../LICENSE", "0"]
67-
depends = "zenohd (=1.3.1)"
67+
depends = "zenohd (=1.3.2)"

0 commit comments

Comments
 (0)