diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-12-20 16:39:50 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-12-20 16:39:50 +0100 |
commit | 1e890e268bb0e501e55464e74b4042f8b6ec352d (patch) | |
tree | 71d0d364edf2a44b8599d2c096eb40ad35d9f4e6 /src-tauri | |
parent | e77309f8e824180ab99fb0e887b8c2db4707d985 (diff) | |
download | FlightCore-1e890e268bb0e501e55464e74b4042f8b6ec352d.tar.gz FlightCore-1e890e268bb0e501e55464e74b4042f8b6ec352d.zip |
chore: bump tokio from 1.35.0 to 1.35.1 in /src-tauri (#710)
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.35.0 to 1.35.1.
- [Release notes](https://github.com/tokio-rs/tokio/releases)
- [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.35.0...tokio-1.35.1)
---
updated-dependencies:
- dependency-name: tokio
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to 'src-tauri')
-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 2d172b1a..3df8368d 100644 --- a/src-tauri/Cargo.lock +++ b/src-tauri/Cargo.lock @@ -4413,9 +4413,9 @@ checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" [[package]] name = "tokio" -version = "1.35.0" +version = "1.35.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "841d45b238a16291a4e1584e61820b8ae57d696cc5015c459c229ccc6990cc1c" +checksum = "c89b4efa943be685f629b149f53829423f8f5531ea21249408e8e2f8671ec104" dependencies = [ "backtrace", "bytes", |