Skip to content

Commit e7d803d

Browse files
fix(deps): bump webpki-roots from 0.26.8 to 1.0.1
Bumps [webpki-roots](https://github.com/rustls/webpki-roots) from 0.26.8 to 1.0.1. - [Release notes](https://github.com/rustls/webpki-roots/releases) - [Commits](rustls/webpki-roots@v/0.26.8...v/1.0.1) --- updated-dependencies: - dependency-name: webpki-roots dependency-version: 1.0.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent bed5a9b commit e7d803d

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

Cargo.lock

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ winnow = "0.6.2"
170170
# https://github.com/seanmonstar/reqwest/blob/v0.12.12/Cargo.toml
171171
rustls = "0.23.23"
172172
rustls-native-certs = "0.8.1"
173-
webpki-roots = "=0.26.8"
173+
webpki-roots = "=1.0.1"
174174

175175

176176
[workspace.lints.rust]

crates/chat-cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ unicode-width = "0.2.0"
155155
url = "2.5.4"
156156
uuid = { version = "1.15.1", features = ["v4", "serde"] }
157157
walkdir = "2.5.0"
158-
webpki-roots = "=0.26.8"
158+
webpki-roots = "=1.0.1"
159159
whoami = "1.6.0"
160160
winnow = "=0.6.2"
161161

0 commit comments

Comments
 (0)