Skip to content

Commit 9a82586

Browse files
chore: Bump /zenoh.*/ dependencies to 1.2.1
1 parent 1c8c0d0 commit 9a82586

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

Cargo.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -48,17 +48,17 @@ serde_json = "1.0.114"
4848
tokio = { version = "1.35.1", default-features = false } # Default features are disabled due to some crates' requirements
4949
tracing = "0.1"
5050

51-
zenoh = { git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "main", version = "1.2.0", features = [
51+
zenoh = { version = "1.2.1", features = [
5252
"plugins",
5353
"unstable",
5454
] }
55-
zenoh-config = { git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "main", version = "1.2.0", default-features = false }
56-
zenoh-ext = { git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "main", version = "1.2.0", features = [
55+
zenoh-config = { version = "1.2.1", default-features = false }
56+
zenoh-ext = { version = "1.2.1", features = [
5757
"unstable",
5858
] }
59-
zenoh-plugin-dds = { version = "1.2.0", path = "zenoh-plugin-dds/", default-features = false }
60-
zenoh-plugin-rest = { git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "main", version = "1.2.0", default-features = false, features=["static_plugin"]}
61-
zenoh-plugin-trait = { git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "main", version = "1.2.0", default-features = false }
59+
zenoh-plugin-dds = { version = "1.2.1", path = "zenoh-plugin-dds/", default-features = false }
60+
zenoh-plugin-rest = { version = "1.2.1", default-features = false, features=["static_plugin"]}
61+
zenoh-plugin-trait = { version = "1.2.1", default-features = false }
6262

6363
[profile.release]
6464
codegen-units = 1

zenoh-plugin-dds/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,4 +62,4 @@ maintainer = "zenoh-dev@eclipse.org"
6262
copyright = "2017, 2022 ZettaScale Technology Inc."
6363
section = "net"
6464
license-file = ["../LICENSE", "0"]
65-
depends = "zenohd (=1.2.0)"
65+
depends = "zenohd (=1.2.1)"

0 commit comments

Comments
 (0)