diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-09-13 23:15:29 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-13 23:15:29 +0200 |
commit | d6419c296802656fad991f74ce12165e14112e8f (patch) | |
tree | 22357bd4ea28af69d9cc479cdd55e3ed5e3080f8 | |
parent | e685c34c5300e5f1fcd312227a0ae01f80b98a92 (diff) | |
download | FlightCore-d6419c296802656fad991f74ce12165e14112e8f.tar.gz FlightCore-d6419c296802656fad991f74ce12165e14112e8f.zip |
chore: bump serde_json from 1.0.105 to 1.0.106 in /src-tauri (#564)
Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.105 to 1.0.106.
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](https://github.com/serde-rs/json/compare/v1.0.105...v1.0.106)
---
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 9e80895a..fcb7b452 100644 --- a/src-tauri/Cargo.lock +++ b/src-tauri/Cargo.lock @@ -3530,9 +3530,9 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.105" +version = "1.0.106" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "693151e1ac27563d6dbcec9dee9fbd5da8539b20fa14ad3752b2e6d363ace360" +checksum = "2cc66a619ed80bf7a0f6b17dd063a84b88f6dea1813737cf469aef1d081142c2" dependencies = [ "itoa 1.0.9", "ryu", |