chore(deps): bump tokio from 1.45.1 to 1.46.0

Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.45.1 to 1.46.0.
- [Release notes](https://github.com/tokio-rs/tokio/releases)
- [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.45.1...tokio-1.46.0)

---
updated-dependencies:
- dependency-name: tokio
  dependency-version: 1.46.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2025-07-02 22:33:59 +00:00 committed by GitHub
commit ef8878d1b5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 19 additions and 6 deletions

17
Cargo.lock generated
View file

@ -1385,6 +1385,17 @@ dependencies = [
"memoffset",
]
[[package]]
name = "io-uring"
version = "0.7.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b86e202f00093dcba4275d4636b93ef9dd75d025ae560d2521b45ea28ab49013"
dependencies = [
"bitflags",
"cfg-if",
"libc",
]
[[package]]
name = "is_terminal_polyfill"
version = "1.70.1"
@ -2902,15 +2913,17 @@ checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
[[package]]
name = "tokio"
version = "1.45.1"
version = "1.46.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "75ef51a33ef1da925cea3e4eb122833cb377c61439ca401b770f54902b806779"
checksum = "1140bb80481756a8cbe10541f37433b459c5aa1e727b4c020fbfebdc25bf3ec4"
dependencies = [
"backtrace",
"bytes",
"io-uring",
"libc",
"mio",
"pin-project-lite",
"slab",
"socket2",
"tokio-macros",
"windows-sys 0.52.0",

View file

@ -33,7 +33,7 @@ rustls-acme = { path = "../submodules/rustls-acme/", default-features = false, f
"aws-lc-rs",
] }
rustls-post-quantum = { version = "0.2.2", optional = true }
tokio = { version = "1.45.1", default-features = false, features = [
tokio = { version = "1.46.0", default-features = false, features = [
"rt",
"macros",
] }

View file

@ -46,7 +46,7 @@ mimalloc = { version = "0.1.47", default-features = false }
anyhow = "1.0.98"
ahash = "0.8.12"
serde = { version = "1.0.219", default-features = false, features = ["derive"] }
tokio = { version = "1.45.1", default-features = false, features = [
tokio = { version = "1.46.0", default-features = false, features = [
"net",
"rt-multi-thread",
"time",

View file

@ -35,7 +35,7 @@ rustls-post-quantum = { version = "0.2.2", optional = true }
x509-parser = { version = "0.17.0" }
[dev-dependencies]
tokio = { version = "1.45.1", default-features = false, features = [
tokio = { version = "1.46.0", default-features = false, features = [
"rt-multi-thread",
"macros",
] }

View file

@ -41,7 +41,7 @@ ahash = "0.8.12"
bytes = "1.10.1"
derive_builder = "0.20.2"
futures = { version = "0.3.31", features = ["alloc", "async-await"] }
tokio = { version = "1.45.1", default-features = false, features = [
tokio = { version = "1.46.0", default-features = false, features = [
"net",
"rt-multi-thread",
"time",