Skip to content

Commit 6ebcdc3

Browse files
author
yngrtc
committed
bump dtls version to v0.7.1
1 parent ada0a12 commit 6ebcdc3

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

dtls/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## Unreleased
44

5+
## v0.7.1
6+
57
* Added support for insecure/deprecated signature verification algorithms [#342](https://github.com/webrtc-rs/webrtc/pull/342) by [@chuigda](https://github.com/chuigda).
68

79
## v0.7.0

dtls/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "webrtc-dtls"
3-
version = "0.7.0"
3+
version = "0.7.1"
44
authors = ["Rain Liu <[email protected]>"]
55
edition = "2021"
66
description = "A pure Rust implementation of DTLS"

webrtc/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ rust-version = "1.60.0"
1515

1616
[dependencies]
1717
data = { version = "0.6.1", path = "../data", package = "webrtc-data" }
18-
dtls = { version = "0.7.0", path = "../dtls", package = "webrtc-dtls" }
18+
dtls = { version = "0.7.1", path = "../dtls", package = "webrtc-dtls" }
1919
ice = { version = "0.9.0", path = "../ice", package = "webrtc-ice" }
2020
interceptor = { version = "0.8.2", path = "../interceptor" }
2121
mdns = { version = "0.5.0", path = "../mdns", package = "webrtc-mdns" }

0 commit comments

Comments
 (0)