Skip to content

Commit 138158e

Browse files
authored
relax regex version requirement (webrtc-rs#276)
1 parent 0533443 commit 138158e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ice/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ waitgroup = "0.1.2"
3131

3232
[dev-dependencies]
3333
tokio-test = "0.4.0" # must match the min version of the `tokio` crate above
34-
regex = "1.6"
34+
regex = "1"
3535
env_logger = "0.9.0"
3636
chrono = "0.4.19"
3737
ipnet = "2.5.0"

webrtc/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ rand = "0.8.5"
3636
bytes = "1"
3737
thiserror = "1.0"
3838
waitgroup = "0.1.2"
39-
regex = "1.6"
39+
regex = "1"
4040
url = "2.2"
4141
rustls = { version = "0.19.0", features = ["dangerous_configuration"]}
4242
rcgen = { version = "0.9.2", features = ["pem", "x509-parser"]}

0 commit comments

Comments
 (0)