Update Rust crate tokio to 1.36
Some checks reported errors
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build encountered an error

This commit is contained in:
2024-02-02 12:53:18 +00:00
parent 38800f93f7
commit 0d4fcb2935
3 changed files with 4 additions and 4 deletions

4
Cargo.lock generated
View File

@@ -751,9 +751,9 @@ dependencies = [
[[package]]
name = "tokio"
version = "1.35.0"
version = "1.36.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "841d45b238a16291a4e1584e61820b8ae57d696cc5015c459c229ccc6990cc1c"
checksum = "61285f6515fa018fb2d1e46eb21223fff441ee8db5d0f1435e8ab4f5cdb80931"
dependencies = [
"backtrace",
"bytes",