mirror of
https://github.com/Devolutions/IronRDP.git
synced 2025-12-23 12:26:46 +00:00
build(deps): bump tokio from 1.46.1 to 1.47.0 (#893)
Some checks are pending
Release crates / Open release PR (push) Waiting to run
Release crates / Release crates (push) Waiting to run
CI / Check typos (push) Waiting to run
CI / Check formatting (push) Waiting to run
CI / Success (push) Blocked by required conditions
CI / Checks [macos] (push) Blocked by required conditions
CI / Checks [windows] (push) Blocked by required conditions
CI / Checks [linux] (push) Blocked by required conditions
CI / Fuzzing (push) Blocked by required conditions
CI / Web Client (push) Blocked by required conditions
CI / FFI (push) Blocked by required conditions
Coverage / Coverage Report (push) Waiting to run
Some checks are pending
Release crates / Open release PR (push) Waiting to run
Release crates / Release crates (push) Waiting to run
CI / Check typos (push) Waiting to run
CI / Check formatting (push) Waiting to run
CI / Success (push) Blocked by required conditions
CI / Checks [macos] (push) Blocked by required conditions
CI / Checks [windows] (push) Blocked by required conditions
CI / Checks [linux] (push) Blocked by required conditions
CI / Fuzzing (push) Blocked by required conditions
CI / Web Client (push) Blocked by required conditions
CI / FFI (push) Blocked by required conditions
Coverage / Coverage Report (push) Waiting to run
This commit is contained in:
parent
07b1e13d69
commit
5d513dcf09
2 changed files with 5 additions and 5 deletions
8
Cargo.lock
generated
8
Cargo.lock
generated
|
|
@ -5425,9 +5425,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "tokio"
|
||||
version = "1.46.1"
|
||||
version = "1.47.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "0cc3a2344dafbe23a245241fe8b09735b521110d30fcefbbd5feb1797ca35d17"
|
||||
checksum = "43864ed400b6043a4757a25c7a64a8efde741aed79a056a2fb348a406701bb35"
|
||||
dependencies = [
|
||||
"backtrace",
|
||||
"bytes",
|
||||
|
|
@ -5438,9 +5438,9 @@ dependencies = [
|
|||
"pin-project-lite",
|
||||
"signal-hook-registry",
|
||||
"slab",
|
||||
"socket2 0.5.10",
|
||||
"socket2 0.6.0",
|
||||
"tokio-macros",
|
||||
"windows-sys 0.52.0",
|
||||
"windows-sys 0.59.0",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
|
|
|
|||
|
|
@ -22,7 +22,7 @@ native-tls = ["dep:tokio-native-tls", "dep:x509-cert", "tokio/io-util"]
|
|||
stub = []
|
||||
|
||||
[dependencies]
|
||||
tokio = { version = "1.44" }
|
||||
tokio = { version = "1.47" }
|
||||
x509-cert = { version = "0.2", default-features = false, features = ["std"], optional = true }
|
||||
tokio-native-tls = { version = "0.3", optional = true } # public
|
||||
tokio-rustls = { version = "0.26", optional = true } # public
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue