Skip to content

Commit 5a344cc

Browse files
Bump the security group with 3 updates
Bumps the security group with 3 updates: [openssl](https://github.com/sfackler/rust-openssl), [rustls](https://github.com/rustls/rustls) and [ring](https://github.com/briansmith/ring). Updates `openssl` from 0.10.70 to 0.10.72 - [Release notes](https://github.com/sfackler/rust-openssl/releases) - [Commits](sfackler/rust-openssl@openssl-v0.10.70...openssl-v0.10.72) Updates `rustls` from 0.22.4 to 0.23.14 - [Release notes](https://github.com/rustls/rustls/releases) - [Changelog](https://github.com/rustls/rustls/blob/main/CHANGELOG.md) - [Commits](rustls/rustls@v/0.22.4...v/0.23.14) Updates `ring` from 0.17.8 to 0.17.14 - [Changelog](https://github.com/briansmith/ring/blob/main/RELEASES.md) - [Commits](https://github.com/briansmith/ring/commits) --- updated-dependencies: - dependency-name: openssl dependency-version: 0.10.72 dependency-type: direct:production dependency-group: security - dependency-name: rustls dependency-version: 0.23.14 dependency-type: direct:production dependency-group: security - dependency-name: ring dependency-version: 0.17.14 dependency-type: indirect dependency-group: security ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent c07af45 commit 5a344cc

File tree

2 files changed

+176
-14
lines changed

2 files changed

+176
-14
lines changed

Cargo.lock

Lines changed: 175 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

bambulabs/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ lazy_static = "1.5.0"
1212
nanoid = "0.4.0"
1313
parse-display = "0.10.0"
1414
rumqttc = "0.24.0"
15-
rustls = "0.22"
15+
rustls = "0.23"
1616
schemars = { version = "0.8", features = ["uuid", "url"] }
1717
serde = { version = "1", features = ["derive"] }
1818
serde_json = "1"

0 commit comments

Comments
 (0)