Skip to content

Commit

Permalink
chore(deps): Bump rustls-native-certs from 0.6.3 to 0.7.0
Browse files Browse the repository at this point in the history
Bumps [rustls-native-certs](https://github.com/rustls/rustls-native-certs) from 0.6.3 to 0.7.0.
- [Commits](rustls/rustls-native-certs@v/0.6.3...v/0.7.0)

---
updated-dependencies:
- dependency-name: rustls-native-certs
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Mar 27, 2024
1 parent 1e84852 commit 4a25c57
Show file tree
Hide file tree
Showing 2 changed files with 43 additions and 14 deletions.
55 changes: 42 additions & 13 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 src/connector/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ risingwave_pb = { workspace = true }
risingwave_rpc_client = { workspace = true }
rumqttc = { version = "0.22.0", features = ["url"] }
rust_decimal = "1"
rustls-native-certs = "0.6"
rustls-native-certs = "0.7"
rustls-pemfile = "1"
rw_futures_util = { workspace = true }
serde = { version = "1", features = ["derive", "rc"] }
Expand Down

0 comments on commit 4a25c57

Please sign in to comment.