Skip to content

Commit c14faf4

Browse files
chore: Bump /zenoh.*/ dependencies to 1.3.4
1 parent 28f59c7 commit c14faf4

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
@@ -48,22 +48,22 @@ serde = "1.0.210"
4848
serde_json = "1.0.128"
4949
tokio = { version = "1.40.0", default-features = false } # Default features are disabled due to some crates' requirements
5050
tracing = "0.1"
51-
zenoh = { version = "1.3.3", features = [
51+
zenoh = { version = "1.3.4", features = [
5252
"plugins",
5353
"unstable",
5454
"internal",
5555
"internal_config",
5656

57-
] , git = "https://github.com/eclipse-zenoh/zenoh.git" , branch = "main" }
58-
zenoh-config = { version = "1.3.3", default-features = false , git = "https://github.com/eclipse-zenoh/zenoh.git" , branch = "main" }
59-
zenoh-ext = { version = "1.3.3", features = [
57+
] }
58+
zenoh-config = { version = "1.3.4", default-features = false }
59+
zenoh-ext = { version = "1.3.4", features = [
6060
"unstable",
61-
] , git = "https://github.com/eclipse-zenoh/zenoh.git" , branch = "main" }
62-
zenoh-plugin-mqtt = { version = "1.3.3", path = "zenoh-plugin-mqtt/", default-features = false }
63-
zenoh-plugin-rest = { version = "1.3.3", default-features = false, features = [
61+
] }
62+
zenoh-plugin-mqtt = { version = "1.3.4", path = "zenoh-plugin-mqtt/", default-features = false }
63+
zenoh-plugin-rest = { version = "1.3.4", default-features = false, features = [
6464
"static_plugin",
65-
] , git = "https://github.com/eclipse-zenoh/zenoh.git" , branch = "main" }
66-
zenoh-plugin-trait = { version = "1.3.3", default-features = false , git = "https://github.com/eclipse-zenoh/zenoh.git" , branch = "main" }
65+
] }
66+
zenoh-plugin-trait = { version = "1.3.4", default-features = false }
6767

6868

6969
[profile.release]

zenoh-plugin-mqtt/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,4 +65,4 @@ maintainer = "zenoh-dev@eclipse.org"
6565
copyright = "2017, 2020 ADLINK Technology Inc."
6666
section = "net"
6767
license-file = ["../LICENSE", "0"]
68-
depends = "zenohd (=1.3.3)"
68+
depends = "zenohd (=1.3.4)"

0 commit comments

Comments
 (0)