From 79fac0f4de6525e235dcdb8117251aad0100040a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Nov 2024 08:24:07 -0800 Subject: [PATCH] Bump buy_me_a_coffee from 0.2.0 to 0.3.1 (#36) --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 2b02391..3adfd10 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -303,9 +303,9 @@ checksum = "79296716171880943b8470b5f8d03aa55eb2e645a4874bdbb28adb49162e012c" [[package]] name = "buy_me_a_coffee" -version = "0.2.0" +version = "0.3.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "51790312c1bcbf8230e7f03271abe93da1c7f8268977f16a329955d3ba34c216" +checksum = "b6e64ec7763dd0f4646f274c24b9613808fcdd9e126e57ce9f00d3a327de2416" dependencies = [ "reqwest 0.12.7", "serde", diff --git a/Cargo.toml b/Cargo.toml index bcef6a1..d4b1906 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,7 +21,7 @@ serde_json = "1.0.132" 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"] } -buy_me_a_coffee = "0.2.0" +buy_me_a_coffee = "0.3.1" [workspace] members = ["commit-history", "shuttle-persist-msgpack"]