Skip to content

Commit e79aa31

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

File tree

2 files changed

+27
-66
lines changed

2 files changed

+27
-66
lines changed

Cargo.lock

Lines changed: 26 additions & 65 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
@@ -85,7 +85,7 @@ regex = "1.7.0"
8585
reqwest = { version = "0.12.14", default-features = false, features = ["http2", "charset", "rustls-tls", "rustls-tls-native-roots", "gzip", "json", "socks", "cookies", "stream"] }
8686
ring = "0.17.14"
8787
rusqlite = { version = "0.32.1", features = ["bundled", "serde_json"] }
88-
rustls = "0.23.23"
88+
rustls = "0.23.33"
8989
rustls-native-certs = "0.8.1"
9090
rustls-pemfile = "2.1.0"
9191
rustyline = { version = "15.0.0", features = ["custom-bindings", "derive", "with-file-history"], default-features = false }

0 commit comments

Comments
 (0)