Skip to content

Commit 1429fce

Browse files
build(deps): Update webpki-roots requirement from 0.21 to 0.22
Updates the requirements on [webpki-roots](https://github.com/rustls/webpki-roots) to permit the latest version. - [Release notes](https://github.com/rustls/webpki-roots/releases) - [Commits](rustls/webpki-roots@v/0.21.0...v/0.22.4) --- updated-dependencies: - dependency-name: webpki-roots dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 20183c1 commit 1429fce

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)