We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0533443 commit 138158eCopy full SHA for 138158e
ice/Cargo.toml
@@ -31,7 +31,7 @@ waitgroup = "0.1.2"
31
32
[dev-dependencies]
33
tokio-test = "0.4.0" # must match the min version of the `tokio` crate above
34
-regex = "1.6"
+regex = "1"
35
env_logger = "0.9.0"
36
chrono = "0.4.19"
37
ipnet = "2.5.0"
webrtc/Cargo.toml
@@ -36,7 +36,7 @@ rand = "0.8.5"
bytes = "1"
thiserror = "1.0"
38
waitgroup = "0.1.2"
39
40
url = "2.2"
41
rustls = { version = "0.19.0", features = ["dangerous_configuration"]}
42
rcgen = { version = "0.9.2", features = ["pem", "x509-parser"]}
0 commit comments