Skip to content

Commit 2935773

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

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

Cargo.lock

Lines changed: 9 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ reqwest = { version = "0.12.14", default-features = false, features = [
9090
"cookies",
9191
] }
9292
rusqlite = { version = "0.32.1", features = ["bundled", "serde_json"] }
93-
rustls = "0.23.23"
93+
rustls = "0.23.28"
9494
rustls-native-certs = "0.8.1"
9595
rustyline = { version = "15.0.0", features = [
9696
"custom-bindings",

0 commit comments

Comments
 (0)