diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-12-15 16:26:39 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-12-15 16:26:39 +0100 |
commit | 923d9a55ab809cc9d2473abadd6f6da5c6e28fe4 (patch) | |
tree | 74ee3dbc47efb566015edb1c0ce73865347da743 | |
parent | bb4efc6037070827d293fd5d5655a511f1b16f58 (diff) | |
download | FlightCore-923d9a55ab809cc9d2473abadd6f6da5c6e28fe4.tar.gz FlightCore-923d9a55ab809cc9d2473abadd6f6da5c6e28fe4.zip |
chore: bump tokio from 1.34.0 to 1.35.0 in /src-tauri (#700)
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.34.0 to 1.35.0.
- [Release notes](https://github.com/tokio-rs/tokio/releases)
- [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.34.0...tokio-1.35.0)
---
updated-dependencies:
- dependency-name: tokio
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.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 89bbedf9..ef92dc8f 100644 --- a/src-tauri/Cargo.lock +++ b/src-tauri/Cargo.lock @@ -4413,9 +4413,9 @@ checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" [[package]] name = "tokio" -version = "1.34.0" +version = "1.35.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d0c014766411e834f7af5b8f4cf46257aab4036ca95e9d2c144a10f59ad6f5b9" +checksum = "841d45b238a16291a4e1584e61820b8ae57d696cc5015c459c229ccc6990cc1c" dependencies = [ "backtrace", "bytes", |