chore(deps): bump tokio from 1.46.0 to 1.46.1

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

---
updated-dependencies:
- dependency-name: tokio
  dependency-version: 1.46.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

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

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.46.0", default-features = false, features = [
tokio = { version = "1.46.1", default-features = false, features = [
"net",
"rt-multi-thread",
"time",