Skip to content

Commit 4bf18f9

Browse files
committed
upgrade util version
1 parent f2bd737 commit 4bf18f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/mdns/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ default = [ "reuse_port" ]
1616
reuse_port = []
1717

1818
[dependencies]
19-
util = { package = "webrtc-util", version = "0.1.18", default-features = false, features = ["error", "ifaces"] }
19+
util = { package = "webrtc-util", version = "0.1.19", default-features = false, features = ["error", "ifaces"] }
2020
lazy_static = "1.3.0"
2121
tokio = { version = "^1.0", features = ["full"] }
2222
log = "0.4"

0 commit comments

Comments
 (0)