Skip to content

Commit dbf5a85

Browse files
Update webpki-roots requirement from 0.18 to 0.20 (#1757)
* Update webpki-roots requirement from 0.18 to 0.20 Updates the requirements on [webpki-roots](https://github.com/ctz/webpki-roots) to permit the latest version. - [Release notes](https://github.com/ctz/webpki-roots/releases) - [Commits](rustls/webpki-roots@v/0.18.0...v/0.20.0) Signed-off-by: dependabot[bot] <[email protected]> * *: Update patch version in CHANGELOG and Cargo.toml Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Max Inden <[email protected]>
1 parent 7aac4e9 commit dbf5a85

File tree

4 files changed

+8
-4
lines changed

4 files changed

+8
-4
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525

2626
# Version 0.28.2 [unreleased]
2727

28-
- Update `libp2p-gossipsub` and `libp2p-noise`.
28+
- Update `libp2p-gossipsub`, `libp2p-noise` and `libp2p-websocket`.
2929

3030
# Version 0.28.1 [2020-09-10]
3131

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ libp2p-deflate = { version = "0.22.0", path = "protocols/deflate", optional = tr
9090
libp2p-dns = { version = "0.22.0", path = "transports/dns", optional = true }
9191
libp2p-mdns = { version = "0.22.0", path = "protocols/mdns", optional = true }
9292
libp2p-tcp = { version = "0.22.0", path = "transports/tcp", optional = true }
93-
libp2p-websocket = { version = "0.23.0", path = "transports/websocket", optional = true }
93+
libp2p-websocket = { version = "0.23.1", path = "transports/websocket", optional = true }
9494

9595
[dev-dependencies]
9696
async-std = "1.6.2"

transports/websocket/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# 0.23.1 [unreleased]
2+
3+
- Update dependencies.
4+
15
# 0.23.0 [2020-09-09]
26

37
- Bump `libp2p-core` dependency.

transports/websocket/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "libp2p-websocket"
33
edition = "2018"
44
description = "WebSocket transport for libp2p"
5-
version = "0.23.0"
5+
version = "0.23.1"
66
authors = ["Parity Technologies <[email protected]>"]
77
license = "MIT"
88
repository = "https://github.com/libp2p/rust-libp2p"
@@ -21,7 +21,7 @@ rw-stream-sink = "0.2.0"
2121
soketto = { version = "0.4.1", features = ["deflate"] }
2222
url = "2.1"
2323
webpki = "0.21"
24-
webpki-roots = "0.18"
24+
webpki-roots = "0.20"
2525

2626
[dev-dependencies]
2727
libp2p-tcp = { path = "../tcp", features = ["async-std"] }

0 commit comments

Comments
 (0)