mirror of
https://github.com/threefoldtech/mycelium.git
synced 2026-03-29 07:39:51 +00:00
Bump rustls from 0.23.9 to 0.23.10
Bumps [rustls](https://github.com/rustls/rustls) from 0.23.9 to 0.23.10. - [Release notes](https://github.com/rustls/rustls/releases) - [Changelog](https://github.com/rustls/rustls/blob/main/CHANGELOG.md) - [Commits](https://github.com/rustls/rustls/compare/v/0.23.9...v/0.23.10) --- updated-dependencies: - dependency-name: rustls dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
committed by
Lee Smet
parent
f5e72e89d7
commit
0ebc52a80b
4
Cargo.lock
generated
4
Cargo.lock
generated
@@ -2133,9 +2133,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "rustls"
|
||||
version = "0.23.9"
|
||||
version = "0.23.10"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "a218f0f6d05669de4eabfb24f31ce802035c952429d037507b4a4a39f0e60c5b"
|
||||
checksum = "05cff451f60db80f490f3c182b77c35260baace73209e9cdbbe526bfe3a4d402"
|
||||
dependencies = [
|
||||
"once_cell",
|
||||
"ring",
|
||||
|
||||
@@ -39,7 +39,7 @@ quinn = { version = "0.11.2", default-features = false, features = [
|
||||
"runtime-tokio",
|
||||
"rustls",
|
||||
] }
|
||||
rustls = { version = "0.23.9", default-features = false, features = ["ring"] }
|
||||
rustls = { version = "0.23.10", default-features = false, features = ["ring"] }
|
||||
rcgen = "0.13.1"
|
||||
netdev = "0.28.0"
|
||||
openssl = { version = "0.10.64", optional = true }
|
||||
|
||||
Reference in New Issue
Block a user