From 282a80028d572b4ae436590579378782e139825b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Sep 2024 18:23:52 +0000 Subject: [PATCH] build(deps): bump serde_json from 1.0.127 to 1.0.128 Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.127 to 1.0.128. - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](https://github.com/serde-rs/json/compare/1.0.127...1.0.128) --- 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 bc9dc1b..926457c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1396,9 +1396,9 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.127" +version = "1.0.128" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8043c06d9f82bd7271361ed64f415fe5e12a77fdb52e573e7f06a516dea329ad" +checksum = "6ff5456707a1de34e7e37f2a6fd3d3f808c318259cbd01ab6377795054b483d8" dependencies = [ "itoa", "memchr", diff --git a/Cargo.toml b/Cargo.toml index c788708..3e170af 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.209", features = ["derive"] } log = "0.4.22" -serde_json = "1.0.127" +serde_json = "1.0.128" nalgebra = { version = "0.33.0", features = ["serde", "serde-serialize"] } chrono = { version = "0.4.38", features = ["serde"] } serde_with = {version = "3.9.0", features = ["macros"] } diff --git a/oysterctl/Cargo.toml b/oysterctl/Cargo.toml index 7f2401a..e69d0bd 100644 --- a/oysterctl/Cargo.toml +++ b/oysterctl/Cargo.toml @@ -4,7 +4,7 @@ version = "0.1.0" edition = "2021" [dependencies] -serde_json = "1.0.127" +serde_json = "1.0.128" clap = "4.5.17" [lints]