Skip to content

Commit 3bacf36

Browse files
committed
downgrade x509-parser to fix minimial-versions tests
1 parent e215e90 commit 3bacf36

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dtls/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ tokio = { version = "1.19", features = ["full"] }
3737
async-trait = "0.1.56"
3838
x25519-dalek = "2.0.0-pre.1"
3939
signature = "1.2.2"
40-
x509-parser = "0.14.0"
40+
x509-parser = "0.13.2"
4141
der-parser = "8.1"
4242
rcgen = "0.10.0"
4343
ring = "0.16.19"

webrtc/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ rand = "0.8.5"
3939
bytes = "1"
4040
thiserror = "1.0"
4141
waitgroup = "0.1.2"
42-
regex = "1"
42+
regex = "1.7.1"
4343
url = "2.2"
4444
rustls = { version = "0.19.0", features = ["dangerous_configuration"]}
4545
rcgen = { version = "0.10.0", features = ["pem", "x509-parser"]}

0 commit comments

Comments
 (0)