Merge pull request #2 from hakoerber/dependabot/cargo/api/tokio-1.13.1

Bump tokio from 1.11.0 to 1.13.1 in /api
This commit is contained in:
2022-06-08 15:14:43 +02:00
committed by GitHub

4
api/Cargo.lock generated
View File

@@ -911,9 +911,9 @@ checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c"
[[package]] [[package]]
name = "tokio" name = "tokio"
version = "1.11.0" version = "1.13.1"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b4efe6fc2395938c8155973d7be49fe8d03a843726e285e100a8a383cc0154ce" checksum = "52963f91310c08d91cb7bff5786dfc8b79642ab839e188187e92105dbfb9d2c8"
dependencies = [ dependencies = [
"autocfg", "autocfg",
"bytes", "bytes",