From 7a820368587412502f021525126d14a47a5254ef Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Jan 2024 10:53:53 +0100 Subject: [PATCH] chore(deps): bump serde_json from 1.0.108 to 1.0.109 (#437) Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.108 to 1.0.109. - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](https://github.com/serde-rs/json/compare/v1.0.108...v1.0.109) --- updated-dependencies: - dependency-name: serde_json dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 3008f617..58ff6b25 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3036,9 +3036,9 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.108" +version = "1.0.109" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3d1c7e3eac408d115102c4c24ad393e0821bb3a5df4d506a80f85f7a742a526b" +checksum = "cb0652c533506ad7a2e353cce269330d6afd8bdfb6d75e0ace5b35aacbd7b9e9" dependencies = [ "itoa", "ryu", diff --git a/Cargo.toml b/Cargo.toml index aeb1aee2..ae8552e7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,7 +17,7 @@ chrono = { version = "0.4.31", features = ["clock", "serde"], default-features = derive_builder = "0.12.0" opentelemetry-otlp = { version = "0.14.0", features = ["http-proto", "reqwest-client"] } serde = { version = "1.0.192", features = ["derive"] } -serde_json = "1.0.108" +serde_json = "1.0.109" serde_yaml = "0.9.29" sqlx = { version = "0.7.2", features = ["runtime-tokio-rustls", "postgres", "rust_decimal", "uuid", "chrono"] } sqlxmq = { version = "0.5", default-features = false, features = ["runtime-tokio-rustls"] }