Merge pull request #287 from timothymiller/dependabot/cargo/tokio-1.53.1

Bump tokio from 1.52.4 to 1.53.1
This commit is contained in:
Timothy Miller
2026-07-22 14:30:57 -04:00
committed by GitHub

4
Cargo.lock generated
View File

@@ -1257,9 +1257,9 @@ dependencies = [
[[package]] [[package]]
name = "tokio" name = "tokio"
version = "1.52.4" version = "1.53.1"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "317fafbbe3f02fc663dad00ea6186197de963cd4190e86a26d8d0fae095539af" checksum = "202caea871b69668250d242070849eb495be178ed697a3e98aebce5bc81a0bed"
dependencies = [ dependencies = [
"bytes", "bytes",
"libc", "libc",