diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-03-31 00:47:20 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-03-31 00:47:20 +0100 |
commit | 1fe82c39470a1f75f450c01ebd3c8d1d9f1f4d18 (patch) | |
tree | 0becb5e874339d34f0539b2a272cb15186749cb0 /src-tauri | |
parent | 289c31c6382c1d67c1b75829a01ad9fdfc59c60c (diff) | |
download | FlightCore-1fe82c39470a1f75f450c01ebd3c8d1d9f1f4d18.tar.gz FlightCore-1fe82c39470a1f75f450c01ebd3c8d1d9f1f4d18.zip |
chore: bump reqwest from 0.11.26 to 0.11.27 in /src-tauri (#858)
* chore: bump reqwest from 0.11.26 to 0.11.27 in /src-tauri
Bumps [reqwest](https://github.com/seanmonstar/reqwest) from 0.11.26 to 0.11.27.
- [Release notes](https://github.com/seanmonstar/reqwest/releases)
- [Changelog](https://github.com/seanmonstar/reqwest/blob/master/CHANGELOG.md)
- [Commits](https://github.com/seanmonstar/reqwest/compare/v0.11.26...v0.11.27)
---
updated-dependencies:
- dependency-name: reqwest
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
* chore: bump reqwest from 0.11.26 to 0.11.27 in /src-tauri
---------
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: GeckoEidechse <gecko.eidechse+git@pm.me>
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 878c3458..e146c8fb 100644 --- a/src-tauri/Cargo.lock +++ b/src-tauri/Cargo.lock @@ -3551,9 +3551,9 @@ dependencies = [ [[package]] name = "reqwest" -version = "0.11.26" +version = "0.11.27" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "78bf93c4af7a8bb7d879d51cebe797356ff10ae8516ace542b5182d9dcac10b2" +checksum = "dd67538700a17451e7cba03ac727fb961abb7607553461627b97de0b89cf4a62" dependencies = [ "base64 0.21.2", "bytes", |