Sync your own workout data from your "Strong" app
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Bump tokio from 1.44.1 to 1.44.2

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

---
updated-dependencies:
- dependency-name: tokio
dependency-version: 1.44.2
dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

authored by

dependabot[bot] and committed by
GitHub
085f258b edbc5533

+2 -2
+2 -2
Cargo.lock
··· 1386 1386 1387 1387 [[package]] 1388 1388 name = "tokio" 1389 - version = "1.44.1" 1389 + version = "1.44.2" 1390 1390 source = "registry+https://github.com/rust-lang/crates.io-index" 1391 - checksum = "f382da615b842244d4b8738c82ed1275e6c5dd90c459a30941cd07080b06c91a" 1391 + checksum = "e6b88822cbe49de4185e3a4cbf8321dd487cf5fe0c5c65695fef6346371e9c48" 1392 1392 dependencies = [ 1393 1393 "backtrace", 1394 1394 "bytes",