From c0fd3b0ee027a73fc5a3bbcd87569617de097d00 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 27 Oct 2024 23:25:07 +0000 Subject: [PATCH] build(deps): bump serde_json from 1.0.128 to 1.0.132 Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.128 to 1.0.132. - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](https://github.com/serde-rs/json/compare/1.0.128...1.0.132) --- updated-dependencies: - dependency-name: serde_json dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- oysterctl/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 684f7c2..2a091ec 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1396,9 +1396,9 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.128" +version = "1.0.132" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6ff5456707a1de34e7e37f2a6fd3d3f808c318259cbd01ab6377795054b483d8" +checksum = "d726bfaff4b320266d395898905d0eba0345aae23b54aee3a737e260fd46db03" dependencies = [ "itoa", "memchr", diff --git a/Cargo.toml b/Cargo.toml index 15876eb..5527ff1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,7 +15,7 @@ phf = { version = "0.11.2", default-features = false } phf_codegen = "0.11.1" serde = { version = "1.0.213", features = ["derive"] } log = "0.4.22" -serde_json = "1.0.128" +serde_json = "1.0.132" nalgebra = { version = "0.33.1", features = ["serde", "serde-serialize"] } chrono = { version = "0.4.38", features = ["serde"] } serde_with = {version = "3.11.0", features = ["macros"] } diff --git a/oysterctl/Cargo.toml b/oysterctl/Cargo.toml index 064591e..311180b 100644 --- a/oysterctl/Cargo.toml +++ b/oysterctl/Cargo.toml @@ -4,7 +4,7 @@ version = "0.1.0" edition = "2021" [dependencies] -serde_json = "1.0.128" +serde_json = "1.0.132" clap = "4.5.20" [lints]