From f14548186d2c4fe01d2aac977ee7337a48082c42 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 28 Aug 2024 02:31:09 +0000 Subject: [PATCH] chore(deps): bump serde_json from 1.0.125 to 1.0.127 (#4) --- Cargo.lock | 4 ++-- asport-client/Cargo.toml | 2 +- asport-server/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 6810643..38a5421 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1036,9 +1036,9 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.125" +version = "1.0.127" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "83c8e735a073ccf5be70aa8066aa984eaf2fa000db6c8d0100ae605b366d31ed" +checksum = "8043c06d9f82bd7271361ed64f415fe5e12a77fdb52e573e7f06a516dea329ad" dependencies = [ "itoa", "memchr", diff --git a/asport-client/Cargo.toml b/asport-client/Cargo.toml index 3099aeb..2266417 100644 --- a/asport-client/Cargo.toml +++ b/asport-client/Cargo.toml @@ -36,7 +36,7 @@ tokio-util = { version = "0.7.11", default-features = false, features = ["compat uuid = { version = "1.10.0", default-features = false, features = ["serde", "std"] } [dev-dependencies] -serde_json = { version = "1.0.120", default-features = false, features = ["std"] } +serde_json = { version = "1.0.127", default-features = false, features = ["std"] } [target.'cfg(unix)'.dependencies] xdg = { version = "2.5.2", default-features = false } diff --git a/asport-server/Cargo.toml b/asport-server/Cargo.toml index d70051d..4d78292 100644 --- a/asport-server/Cargo.toml +++ b/asport-server/Cargo.toml @@ -35,7 +35,7 @@ uuid = { version = "1.10.0", default-features = false, features = ["serde", "std xdg = { version = "2.5.2", default-features = false } [dev-dependencies] -serde_json = { version = "1.0.120", default-features = false, features = ["std"] } +serde_json = { version = "1.0.127", default-features = false, features = ["std"] } [target.'cfg(unix)'.dependencies] xdg = { version = "2.5.2", default-features = false }