Skip to content

Commit d030e76

Browse files
fix(deps): bump rustls from 0.23.33 to 0.23.34
Bumps [rustls](https://github.com/rustls/rustls) from 0.23.33 to 0.23.34. - [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.34) --- updated-dependencies: - dependency-name: rustls dependency-version: 0.23.34 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 4e7974b commit d030e76

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
@@ -86,7 +86,7 @@ regex = "1.7.0"
8686
reqwest = { version = "0.12.14", default-features = false, features = ["http2", "charset", "rustls-tls", "rustls-tls-native-roots", "gzip", "json", "socks", "cookies", "stream"] }
8787
ring = "0.17.14"
8888
rusqlite = { version = "0.32.1", features = ["bundled", "serde_json"] }
89-
rustls = "0.23.23"
89+
rustls = "0.23.34"
9090
rustls-native-certs = "0.8.1"
9191
rustls-pemfile = "2.1.0"
9292
rustyline = { version = "15.0.0", features = ["custom-bindings", "derive", "with-file-history"], default-features = false }

0 commit comments

Comments
 (0)