Skip to content

Commit fafa723

Browse files
Bump webpki-roots from 0.26.0 to 0.26.1 (#12)
* Bump webpki-roots from 0.26.0 to 0.26.1 Bumps [webpki-roots](https://github.com/rustls/webpki-roots) from 0.26.0 to 0.26.1. - [Release notes](https://github.com/rustls/webpki-roots/releases) - [Commits](rustls/webpki-roots@v/0.26.0...v/0.26.1) --- updated-dependencies: - dependency-name: webpki-roots dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * Update Cargo.toml --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Tony Arcieri <bascule@gmail.com>
1 parent 0a4d1c5 commit fafa723

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,4 +57,4 @@ tls-listener = { version = "0.9.1", features = ["rt", "rustls"] }
5757
tokio = { version = "1.32.0", features = ["rt-multi-thread", "macros", "io-std", "io-util", "net", "signal"] }
5858
tokio-rustls = { version = "0.25.0", default-features = false, features = ["tls12"] }
5959
tokio-stream = { version = "0.1.14", features = ["net"] }
60-
webpki-roots = "0.26.0"
60+
webpki-roots = "0.26"

0 commit comments

Comments
 (0)