From fafaab171e727f4a7fd10088c4c05e8312014900 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 31 Oct 2023 07:27:52 +0000 Subject: [PATCH] build(deps): bump serde_json from 1.0.104 to 1.0.108 Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.104 to 1.0.108. - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](https://github.com/serde-rs/json/compare/v1.0.104...v1.0.108) --- updated-dependencies: - dependency-name: serde_json dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index eeefbb3..8aafdfd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ lambda_http = { version = "0.8", default-features = false, features = ["apigw_ht lambda_runtime = "0.8" lightningcss = { version = "1.0.0-alpha.44", features = [ "browserslist", "serde" ] } serde = "1.0.180" -serde_json = "1.0.104" +serde_json = "1.0.108" tokio = { version = "1", features = ["macros"] } tracing = { version = "0.1", features = ["log"] } tracing-subscriber = { version = "0.3", default-features = false, features = ["fmt"] }