mirror of
https://github.com/emmett-framework/granian.git
synced 2025-08-04 17:08:02 +00:00
Bump socket2 from 0.5.8 to 0.5.10
Bumps [socket2](https://github.com/rust-lang/socket2) from 0.5.8 to 0.5.10. - [Release notes](https://github.com/rust-lang/socket2/releases) - [Changelog](https://github.com/rust-lang/socket2/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-lang/socket2/commits) --- updated-dependencies: - dependency-name: socket2 dependency-version: 0.5.10 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
02f683950c
commit
9bf3dce63a
2 changed files with 3 additions and 3 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
@ -1102,9 +1102,9 @@ checksum = "8917285742e9f3e1683f0a9c4e6b57960b7314d0b08d30d1ecd426713ee2eee9"
|
|||
|
||||
[[package]]
|
||||
name = "socket2"
|
||||
version = "0.5.8"
|
||||
version = "0.5.10"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "c970269d99b64e60ec3bd6ad27270092a5394c4e309314b18ae3fe575695fbe8"
|
||||
checksum = "e22376abed350d73dd1cd119b57ffccad95b4e585a7cda43e286245ce23c0678"
|
||||
dependencies = [
|
||||
"libc",
|
||||
"windows-sys",
|
||||
|
|
|
@ -49,7 +49,7 @@ pkcs8 = { version = "=0.10", features = ["encryption", "pkcs5"] }
|
|||
pyo3 = { version = "=0.25", features = ["anyhow", "extension-module", "generate-import-lib"] }
|
||||
pyo3-log = "=0.12"
|
||||
rustls-pemfile = "2.2"
|
||||
socket2 = { version = "=0.5.8", features = ["all"] }
|
||||
socket2 = { version = "=0.5.10", features = ["all"] }
|
||||
tls-listener = { version = "=0.11", features = ["rustls-ring"] }
|
||||
tokio = { version = "1.40", features = ["full"] }
|
||||
tokio-stream = "0.1"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue