Skip to content

Commit ff3c29d

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

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

Cargo.lock

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

0 commit comments

Comments
 (0)