From 5d93e052febe84dd7f90af3d8d5d5d9031e73c4e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 Jan 2025 15:53:24 +0000 Subject: [PATCH] build(deps): bump serde_json from 1.0.134 to 1.0.138 Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.134 to 1.0.138. - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](https://github.com/serde-rs/json/compare/v1.0.134...v1.0.138) --- updated-dependencies: - dependency-name: serde_json dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 6 +++--- frostd/Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a4e87f6..55da2cd 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2312,7 +2312,7 @@ dependencies = [ "once_cell", "socket2", "tracing", - "windows-sys 0.52.0", + "windows-sys 0.59.0", ] [[package]] @@ -2730,9 +2730,9 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.134" +version = "1.0.138" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d00f4175c42ee48b15416f6193a959ba3a0d67fc699a0db9ad12df9f83991c7d" +checksum = "d434192e7da787e94a6ea7e9670b26a036d0ca41e0b7efb2676dd32bae872949" dependencies = [ "itoa", "memchr", diff --git a/frostd/Cargo.toml b/frostd/Cargo.toml index 0388317..010cb42 100644 --- a/frostd/Cargo.toml +++ b/frostd/Cargo.toml @@ -21,7 +21,7 @@ rand = "0.8" rcgen = "0.13.2" serde = { version = "1.0", features = ["derive"] } serdect = { version = "0.2.0" } -serde_json = "1.0.134" +serde_json = "1.0.138" snow = "0.9.6" tokio = { version = "1.42", features = ["full"] } tempfile = "3.14.0"