Skip to content

Commit 0b9383a

Browse files
dependabot[bot]tremor-bot
authored andcommitted
Bump rustls from 0.23.15 to 0.23.16
Bumps [rustls](https://github.com/rustls/rustls) from 0.23.15 to 0.23.16. - [Release notes](https://github.com/rustls/rustls/releases) - [Changelog](https://github.com/rustls/rustls/blob/main/CHANGELOG.md) - [Commits](rustls/rustls@v/0.23.15...v/0.23.16) --- 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 8f5285c commit 0b9383a

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.

tremor-connectors/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ gouth = { version = "0.2", optional = true, default-features = true }
6363

6464
# tls
6565
tokio-rustls = { version = "0.26", optional = true, default-features = false }
66-
rustls = { version = "0.23.10", optional = true, default-features = false }
66+
rustls = { version = "0.23.16", optional = true, default-features = false }
6767
rustls-pemfile = { version = "2.1.2", optional = true, default-features = false }
6868
rustls-native-certs = { version = "0.7", optional = true, default-features = false }
6969

0 commit comments

Comments
 (0)