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

This commit is contained in:
dependabot[bot] 2025-07-30 10:08:47 +00:00 committed by GitHub
parent 07b1e13d69
commit 5d513dcf09
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 5 additions and 5 deletions

8
Cargo.lock generated
View file

@ -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]]

View file

@ -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