Skip to content

Commit 39d78b3

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 dd6ca31 commit 39d78b3

File tree

3 files changed

+17
-8
lines changed

3 files changed

+17
-8
lines changed

Cargo.lock

Lines changed: 15 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
@@ -168,7 +168,7 @@ winnow = "0.6.2"
168168
# https://github.com/seanmonstar/reqwest/blob/v0.12.12/Cargo.toml
169169
rustls = "0.23.23"
170170
rustls-native-certs = "0.8.1"
171-
webpki-roots = "=0.26.8"
171+
webpki-roots = "=1.0.0"
172172

173173

174174
[workspace.lints.rust]

crates/chat-cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ unicode-width = "0.2.0"
147147
url = "2.5.4"
148148
uuid = { version = "1.15.1", features = ["v4", "serde"] }
149149
walkdir = "2.5.0"
150-
webpki-roots = "=0.26.8"
150+
webpki-roots = "=1.0.0"
151151
whoami = "1.6.0"
152152
winnow = "=0.6.2"
153153

0 commit comments

Comments
 (0)