diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2025-01-01 11:58:55 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-01-01 11:58:55 +0000 |
commit | 8bee021ccc0896d46614bfdf1ab765dd5cf0c7a9 (patch) | |
tree | 66aca140401d2ded3a68c3c1a3a0f0ad7e2fb1e1 | |
parent | c8760eee80f447a5222e7264487e2bce3e30a255 (diff) | |
download | FlightCore-dependabot/cargo/src-tauri/tokio-1.42.0.tar.gz FlightCore-dependabot/cargo/src-tauri/tokio-1.42.0.zip |
chore: bump tokio from 1.39.2 to 1.42.0 in /src-tauridependabot/cargo/src-tauri/tokio-1.42.0
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.39.2 to 1.42.0.
- [Release notes](https://github.com/tokio-rs/tokio/releases)
- [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.39.2...tokio-1.42.0)
---
updated-dependencies:
- dependency-name: tokio
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r-- | src-tauri/Cargo.lock | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src-tauri/Cargo.lock b/src-tauri/Cargo.lock index bf6d8e3a..21c40337 100644 --- a/src-tauri/Cargo.lock +++ b/src-tauri/Cargo.lock @@ -5028,9 +5028,9 @@ checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" [[package]] name = "tokio" -version = "1.39.2" +version = "1.42.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "daa4fb1bc778bd6f04cbfc4bb2d06a7396a8f299dc33ea1900cedaa316f467b1" +checksum = "5cec9b21b0450273377fc97bd4c33a8acffc8c996c987a7c5b319a0083707551" dependencies = [ "backtrace", "bytes", |