Skip to content

Commit d059158

Browse files
fix(deps): bump rustls from 0.23.28 to 0.23.31
Bumps [rustls](https://github.com/rustls/rustls) from 0.23.28 to 0.23.31. - [Release notes](https://github.com/rustls/rustls/releases) - [Changelog](https://github.com/rustls/rustls/blob/main/CHANGELOG.md) - [Commits](rustls/rustls@v/0.23.28...v/0.23.31) --- updated-dependencies: - dependency-name: rustls dependency-version: 0.23.31 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent e660049 commit d059158

File tree

3 files changed

+16
-16
lines changed

3 files changed

+16
-16
lines changed

Cargo.lock

Lines changed: 14 additions & 14 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
@@ -169,7 +169,7 @@ winnow = "0.6.2"
169169

170170
# Keep these minor synced with reqwest
171171
# https://github.com/seanmonstar/reqwest/blob/v0.12.12/Cargo.toml
172-
rustls = "0.23.23"
172+
rustls = "0.23.31"
173173
rustls-native-certs = "0.8.1"
174174
webpki-roots = "=0.26.8"
175175

crates/chat-cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ reqwest = { version = "0.12.14", default-features = false, features = [
106106
] }
107107
ring = "0.17.14"
108108
rusqlite = { version = "0.32.1", features = ["bundled", "serde_json"] }
109-
rustls = "0.23.23"
109+
rustls = "0.23.31"
110110
rustls-native-certs = "0.8.1"
111111
rustls-pemfile = "2.1.0"
112112
rustyline = { version = "15.0.0", features = [

0 commit comments

Comments
 (0)