Skip to content

Commit

Permalink
Bump rustls from 0.23.5 to 0.23.6
Browse files Browse the repository at this point in the history
Bumps [rustls](https://github.com/rustls/rustls) from 0.23.5 to 0.23.6.
- [Release notes](https://github.com/rustls/rustls/releases)
- [Changelog](https://github.com/rustls/rustls/blob/main/CHANGELOG.md)
- [Commits](rustls/rustls@v/0.23.5...v/0.23.6)

---
updated-dependencies:
- dependency-name: rustls
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and tremor-bot committed May 17, 2024
1 parent adf42cc commit e227125
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion tremor-connectors/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ gouth = { version = "0.2", optional = true, default-features = true }

# tls
tokio-rustls = { version = "0.26", optional = true, default-features = false }
rustls = { version = "0.23.5", optional = true, default-features = false }
rustls = { version = "0.23.6", optional = true, default-features = false }
rustls-pemfile = { version = "2.1.2", optional = true, default-features = false }
rustls-native-certs = { version = "0.7", optional = true, default-features = false }

Expand Down

0 comments on commit e227125

Please sign in to comment.