Skip to content

Commit 8a27c3e

Browse files
chore(cargo): bump rustls from 0.23.19 to 0.23.20
Bumps [rustls](https://github.com/rustls/rustls) from 0.23.19 to 0.23.20. - [Release notes](https://github.com/rustls/rustls/releases) - [Changelog](https://github.com/rustls/rustls/blob/main/CHANGELOG.md) - [Commits](rustls/rustls@v/0.23.19...v/0.23.20) --- updated-dependencies: - dependency-name: rustls dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent d25cb22 commit 8a27c3e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 2 additions & 2 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 = { workspace = true }
8686
rusqlite = { workspace = true, features = ["sqlcipher"] }
8787
rust-hsluv = "0.1"
8888
rustls-pki-types = "1.10.1"
89-
rustls = { version = "0.23.19", default-features = false }
89+
rustls = { version = "0.23.20", default-features = false }
9090
sanitize-filename = { workspace = true }
9191
serde_json = { workspace = true }
9292
serde_urlencoded = "0.7.1"

0 commit comments

Comments
 (0)