aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-12-28 01:40:19 +0100
committerGitHub <noreply@github.com>2023-12-28 01:40:19 +0100
commit5942bc0d1fdb8684577b4075a4d6b97494e842aa (patch)
tree971a73a001c2232811b99bf0e56dc29d70135c25
parent8416cf7459f717c8146cc43ef1175c8de9c1f6d3 (diff)
downloadFlightCore-5942bc0d1fdb8684577b4075a4d6b97494e842aa.tar.gz
FlightCore-5942bc0d1fdb8684577b4075a4d6b97494e842aa.zip
chore: bump reqwest from 0.11.22 to 0.11.23 in /src-tauri (#706)
Bumps [reqwest](https://github.com/seanmonstar/reqwest) from 0.11.22 to 0.11.23. - [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.22...v0.11.23) --- updated-dependencies: - dependency-name: reqwest 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>
-rw-r--r--src-tauri/Cargo.lock4
1 files changed, 2 insertions, 2 deletions
diff --git a/src-tauri/Cargo.lock b/src-tauri/Cargo.lock
index b539a4e4..0186a491 100644
--- a/src-tauri/Cargo.lock
+++ b/src-tauri/Cargo.lock
@@ -3181,9 +3181,9 @@ checksum = "c08c74e62047bb2de4ff487b251e4a92e24f48745648451635cec7d591162d9f"
[[package]]
name = "reqwest"
-version = "0.11.22"
+version = "0.11.23"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "046cd98826c46c2ac8ddecae268eb5c2e58628688a5fc7a2643704a73faba95b"
+checksum = "37b1ae8d9ac08420c66222fb9096fc5de435c3c48542bc5336c51892cffafb41"
dependencies = [
"base64 0.21.2",
"bytes",