From 0b5cbfdf062a9db37bf9671bc7db3154f8e85182 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Nov 2024 08:36:11 -0800 Subject: [PATCH] Bump serde_json from 1.0.132 to 1.0.133 (#37) Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.132 to 1.0.133. - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](https://github.com/serde-rs/json/compare/v1.0.132...v1.0.133) --- 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 3adfd10..65b5baf 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2774,9 +2774,9 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.132" +version = "1.0.133" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d726bfaff4b320266d395898905d0eba0345aae23b54aee3a737e260fd46db03" +checksum = "c7fceb2473b9166b2294ef05efcb65a3db80803f0b03ef86a5fc88a2b85ee377" dependencies = [ "itoa", "memchr", diff --git a/Cargo.toml b/Cargo.toml index d4b1906..c827a0b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,7 +17,7 @@ shuttle-persist-msgpack = { version = "0.49.0", path = "shuttle-persist-msgpack" rand = "0.8.5" chrono = "0.4.38" paste = "1.0.15" -serde_json = "1.0.132" +serde_json = "1.0.133" topgg = { version = "1.4.2", features = [ "autoposter", "serenity-cached" ], git = "https://github.com/Top-gg-Community/rust-sdk.git" } commit-history = { version = "0.1.0", path = "commit-history" } charts-rs = { version = "0.3.19", features = ["image-encoder"] }