Skip to content

Commit 69e0b7e

Browse files
build(deps): update webpki-roots requirement from 0.21 to 0.22
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.21.0...v/0.22.0) Signed-off-by: dependabot[bot] <[email protected]>
1 parent e1646a5 commit 69e0b7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

transports/websocket/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ quicksink = "0.1"
1919
rw-stream-sink = "0.2.0"
2020
soketto = { version = "0.4.1", features = ["deflate"] }
2121
url = "2.1"
22-
webpki-roots = "0.21"
22+
webpki-roots = "0.22"
2323

2424
[dev-dependencies]
2525
libp2p-tcp = { path = "../tcp" }

0 commit comments

Comments
 (0)