aboutsummaryrefslogtreecommitdiff
path: root/src-tauri/Cargo.lock
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-11-01 17:47:13 +0100
committerGitHub <noreply@github.com>2023-11-01 17:47:13 +0100
commit50a80d838319a9af664dc43a4f87ffc623e7e328 (patch)
tree6c967d9d590774f5e3b2e32a6d74b7533c415e24 /src-tauri/Cargo.lock
parent619e8fbe040eb65f2cb9f8c9f61b352fc17882c7 (diff)
downloadFlightCore-50a80d838319a9af664dc43a4f87ffc623e7e328.tar.gz
FlightCore-50a80d838319a9af664dc43a4f87ffc623e7e328.zip
chore: bump serde_json from 1.0.107 to 1.0.108 in /src-tauri (#655)
Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.107 to 1.0.108. - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](https://github.com/serde-rs/json/compare/v1.0.107...v1.0.108) --- updated-dependencies: - dependency-name: serde_json 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/Cargo.lock')
-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 2a58c397..21e71f1b 100644
--- a/src-tauri/Cargo.lock
+++ b/src-tauri/Cargo.lock
@@ -3582,9 +3582,9 @@ dependencies = [
[[package]]
name = "serde_json"
-version = "1.0.107"
+version = "1.0.108"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "6b420ce6e3d8bd882e9b243c6eed35dbc9a6110c9769e74b584e0d68d1f20c65"
+checksum = "3d1c7e3eac408d115102c4c24ad393e0821bb3a5df4d506a80f85f7a742a526b"
dependencies = [
"itoa 1.0.9",
"ryu",