Skip to content

Commit 380bf2b

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

File tree

3 files changed

+18
-9
lines changed

3 files changed

+18
-9
lines changed

Cargo.lock

Lines changed: 16 additions & 7 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.0"
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
@@ -153,7 +153,7 @@ unicode-width = "0.2.0"
153153
url = "2.5.4"
154154
uuid = { version = "1.15.1", features = ["v4", "serde"] }
155155
walkdir = "2.5.0"
156-
webpki-roots = "=0.26.8"
156+
webpki-roots = "=1.0.0"
157157
whoami = "1.6.0"
158158
winnow = "=0.6.2"
159159

0 commit comments

Comments
 (0)