diff --git a/Cargo.toml b/Cargo.toml index 078e966..b03c5d7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -46,7 +46,7 @@ serde = { version = "1.0", features = ["derive"] } serde_json = { version = "1.0" } tokio = { version = "1.38", features = ["full"] } tokio-macros = { version = "2.3" } -up-rust = { git = "https://github.com/eclipse-uprotocol/up-rust", rev = "da722852004f657fa8d0282369fcfccb0ccda112" } +up-rust = "0.2.0" url = { version = "2.5" } uuid = { version = "1.7", features = ["v8"] }