From 53e04bc43615f21564fababf3bc21dddef5b43ad Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 21 Oct 2022 08:38:31 +0000 Subject: [PATCH] Chore: Bump serde_json from 1.0.83 to 1.0.87 Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.83 to 1.0.87. - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](https://github.com/serde-rs/json/compare/v1.0.83...v1.0.87) --- updated-dependencies: - dependency-name: serde_json dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- rusty-shared-telegram/Cargo.toml | 2 +- rusty-tractive/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 57a7b51..a3d0f94 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1916,9 +1916,9 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.83" +version = "1.0.87" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "38dd04e3c8279e75b31ef29dbdceebfe5ad89f4d0937213c53f7d49d01b3d5a7" +checksum = "6ce777b7b150d76b9cf60d28b55f5847135a003f7d7350c6be7a773508ce7d45" dependencies = [ "itoa", "ryu", diff --git a/rusty-shared-telegram/Cargo.toml b/rusty-shared-telegram/Cargo.toml index 9037058..ded1b40 100644 --- a/rusty-shared-telegram/Cargo.toml +++ b/rusty-shared-telegram/Cargo.toml @@ -11,6 +11,6 @@ poem = { version = "1.3.40", default-features = false } reqwest = { version = "0.11.10", default-features = false, features = ["rustls-tls"] } secstr = { version = "0.5.0", features = ["serde"] } serde = "1.0.143" -serde_json = "1.0.83" +serde_json = "1.0.87" serde_with = { version = "2.0.0" } tracing = "0.1.36" diff --git a/rusty-tractive/Cargo.toml b/rusty-tractive/Cargo.toml index f1f07d9..8eb1c19 100644 --- a/rusty-tractive/Cargo.toml +++ b/rusty-tractive/Cargo.toml @@ -14,7 +14,7 @@ futures = "0.3.23" kv-derive = "1.0.1" reqwest = { version = "0.11.10", default-features = false, features = ["rustls-tls", "stream", "gzip", "json"] } serde = "1.0.143" -serde_json = "1.0.83" +serde_json = "1.0.87" serde_with = { version = "2.0.0", features = ["chrono"] } tracing = "0.1.36"