Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and tremor-bot committed May 24, 2024
1 parent ebbaddd commit 4d6ebbc
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
18 changes: 9 additions & 9 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.7", optional = true, default-features = false }
rustls = { version = "0.23.8", 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 4d6ebbc

Please sign in to comment.