Skip to content

Commit c26afdc

Browse files
chore: Bump ^zenoh(?!-plugin-ros2dds)[a-zA-Z0-9-_]*$ dependencies to 1.6.1
1 parent 9af1b85 commit c26afdc

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

Cargo.toml

Lines changed: 8 additions & 8 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.5.1", features = [
46+
zenoh = { version = "1.6.1", features = [
4747
"plugins",
4848
"unstable",
49-
] , git = "https://github.com/eclipse-zenoh/zenoh.git" , branch = "main" }
50-
zenoh-config = { version = "1.5.1", default-features = false , git = "https://github.com/eclipse-zenoh/zenoh.git" , branch = "main" }
51-
zenoh-ext = { version = "1.5.1", features = [
49+
] }
50+
zenoh-config = { version = "1.6.1", default-features = false }
51+
zenoh-ext = { version = "1.6.1", features = [
5252
"unstable",
53-
] , git = "https://github.com/eclipse-zenoh/zenoh.git" , branch = "main" }
53+
] }
5454
zenoh-plugin-ros2dds = { version = "1.6.1", path = "zenoh-plugin-ros2dds/", default-features = false }
55-
zenoh-plugin-rest = { version = "1.5.1", default-features = false, features = [
55+
zenoh-plugin-rest = { version = "1.6.1", default-features = false, features = [
5656
"static_plugin",
57-
] , git = "https://github.com/eclipse-zenoh/zenoh.git" , branch = "main" }
58-
zenoh-plugin-trait = { version = "1.5.1", default-features = false , git = "https://github.com/eclipse-zenoh/zenoh.git" , branch = "main" }
57+
] }
58+
zenoh-plugin-trait = { version = "1.6.1", default-features = false }
5959

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

0 commit comments

Comments
 (0)