Skip to content

Commit

Permalink
build(deps): bump rustls-native-certs from 0.7.3 to 0.8.1
Browse files Browse the repository at this point in the history
Bumps [rustls-native-certs](https://github.com/rustls/rustls-native-certs) from 0.7.3 to 0.8.1.
- [Release notes](https://github.com/rustls/rustls-native-certs/releases)
- [Commits](rustls/rustls-native-certs@v/0.7.3...v/0.8.1)

---
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 Nov 22, 2024
1 parent 7bf44bd commit 8ad62d2
Show file tree
Hide file tree
Showing 2 changed files with 47 additions and 12 deletions.
57 changes: 46 additions & 11 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ thiserror = { version = "1.0", default-features = false }
uuid = { version = "1.11", features = ["v4"] }
rumqttc = { workspace = true, features = ["url", "websocket"] }
rustls = { workspace = true }
rustls-native-certs = { version = "0.7" }
rustls-native-certs = { version = "0.8" }

fluvio = { workspace = true }
fluvio-connector-common = { workspace = true, features = ["derive"] }
Expand Down

0 comments on commit 8ad62d2

Please sign in to comment.