Bump tokio from 1.51.0 to 1.51.1 in the cargo group

Bumps the cargo group with 1 update: [tokio](https://github.com/tokio-rs/tokio).


Updates `tokio` from 1.51.0 to 1.51.1
- [Release notes](https://github.com/tokio-rs/tokio/releases)
- [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.51.0...tokio-1.51.1)

---
updated-dependencies:
- dependency-name: tokio
  dependency-version: 1.51.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2026-04-13 13:01:10 +00:00
committed by GitHub
parent 6c6c941cea
commit a90299c4d2
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@@ -4818,9 +4818,9 @@ dependencies = [
[[package]]
name = "tokio"
version = "1.51.0"
version = "1.51.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2bd1c4c0fc4a7ab90fc15ef6daaa3ec3b893f004f915f2392557ed23237820cd"
checksum = "f66bf9585cda4b724d3e78ab34b73fb2bbaba9011b9bfdf69dc836382ea13b8c"
dependencies = [
"bytes",
"libc",

View File

@@ -23,7 +23,7 @@ version = "4.6.0"
features = ["derive"]
[dependencies.tokio]
version = "1.51.0"
version = "1.51.1"
features = ["full"]
[dependencies.tracing-subscriber]