Skip to content

Commit

Permalink
Bump the mycelium group with 2 updates
Browse files Browse the repository at this point in the history
Bumps the mycelium group with 2 updates: [rustls](https://github.com/rustls/rustls) and [openssl](https://github.com/sfackler/rust-openssl).


Updates `rustls` from 0.23.22 to 0.23.23
- [Release notes](https://github.com/rustls/rustls/releases)
- [Changelog](https://github.com/rustls/rustls/blob/main/CHANGELOG.md)
- [Commits](rustls/rustls@v/0.23.22...v/0.23.23)

Updates `openssl` from 0.10.70 to 0.10.71
- [Release notes](https://github.com/sfackler/rust-openssl/releases)
- [Commits](sfackler/rust-openssl@openssl-v0.10.70...openssl-v0.10.71)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and LeeSmet committed Feb 19, 2025
1 parent f420a9c commit 29f2e30
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions mycelium/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,10 @@ quinn = { version = "0.11.6", default-features = false, features = [
"runtime-tokio",
"rustls",
] }
rustls = { version = "0.23.22", default-features = false, features = ["ring"] }
rustls = { version = "0.23.23", default-features = false, features = ["ring"] }
rcgen = "0.13.2"
netdev = "0.32.0"
openssl = { version = "0.10.70", optional = true }
openssl = { version = "0.10.71", optional = true }
tokio-openssl = { version = "0.6.5", optional = true }
arc-swap = "1.7.1"
dashmap = { version = "6.1.0", features = ["inline"] }
Expand Down

0 comments on commit 29f2e30

Please sign in to comment.