From 50e9ad4c36f8fb7dfefbcb483b7764dc8c1fec09 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Dec 2022 05:03:18 +0000 Subject: [PATCH] Bump serde_json from 1.0.67 to 1.0.91 Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.67 to 1.0.91. - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](https://github.com/serde-rs/json/compare/v1.0.67...v1.0.91) --- updated-dependencies: - dependency-name: serde_json dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 8 ++++---- ferrous-native/Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d938c4c..6dfaeed 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -893,9 +893,9 @@ dependencies = [ [[package]] name = "itoa" -version = "0.4.7" +version = "1.0.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dd25036021b0de88a0aff6b850051563c6516d0bf53f8638938edbb9de732736" +checksum = "fad582f4b9e86b6caa621cabeb0963332d92eea04729ab12892c2533951e6440" [[package]] name = "jni" @@ -1717,9 +1717,9 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.67" +version = "1.0.91" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a7f9e390c27c3c0ce8bc5d725f6e4d30a29d26659494aa4b17535f7522c5c950" +checksum = "877c235533714907a8c2464236f5c4b2a17262ef1bd71f38f35ea592c8da6883" dependencies = [ "itoa", "ryu", diff --git a/ferrous-native/Cargo.toml b/ferrous-native/Cargo.toml index f8bdddd..4563b92 100644 --- a/ferrous-native/Cargo.toml +++ b/ferrous-native/Cargo.toml @@ -12,4 +12,4 @@ imgui-memory-editor = { git = "https://github.com/NightShade256/rust-imgui-memor imgui-winit-support = "0.7.0" nfd2 = "0.3.0" rodio = "0.13.1" -serde_json = "1.0.67" +serde_json = "1.0.91"