diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-05-02 15:00:25 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-05-02 15:00:25 +0200 |
commit | bf704f46585b19a9896f7c89e019c7510716c5a9 (patch) | |
tree | e65fda1fa7122881712e23eb79875d45703a8945 | |
parent | 1fe15e21bd30c25530f030e811276a05b62cd0fd (diff) | |
download | FlightCore-bf704f46585b19a9896f7c89e019c7510716c5a9.tar.gz FlightCore-bf704f46585b19a9896f7c89e019c7510716c5a9.zip |
chore: bump serde_json from 1.0.115 to 1.0.116 in /src-tauri (#910)
Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.115 to 1.0.116.
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](https://github.com/serde-rs/json/compare/v1.0.115...v1.0.116)
---
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>
-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 487a2234..bee7dc7a 100644 --- a/src-tauri/Cargo.lock +++ b/src-tauri/Cargo.lock @@ -4040,9 +4040,9 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.115" +version = "1.0.116" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "12dc5c46daa8e9fdf4f5e71b6cf9a53f2487da0e86e55808e2d35539666497dd" +checksum = "3e17db7126d17feb94eb3fad46bf1a96b034e8aacbc2e775fe81505f8b0b2813" dependencies = [ "indexmap 2.2.5", "itoa 1.0.9", |