From fbdc46007a2bcc15dedda43118ac49c6a557fb68 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 20 Mar 2021 07:54:31 +0000 Subject: [PATCH] build(deps): bump apexcharts from 3.24.0 to 3.25.0 in /web (#495) Bumps [apexcharts](https://github.com/apexcharts/apexcharts.js) from 3.24.0 to 3.25.0. - [Release notes](https://github.com/apexcharts/apexcharts.js/releases) - [Commits](https://github.com/apexcharts/apexcharts.js/commits) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- server/Cargo.lock | 16 ++++++++-------- server/Cargo.toml | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/server/Cargo.lock b/server/Cargo.lock index 044868e5..97576935 100644 --- a/server/Cargo.lock +++ b/server/Cargo.lock @@ -34,9 +34,9 @@ dependencies = [ [[package]] name = "ansi_term" -version = "0.11.0" +version = "0.12.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ee49baf6cb617b853aa8d93bf420db2383fab46d314482ca2803b40d5fde979b" +checksum = "d52a9bb7ec0cf484c551830a7ce27bd20d67eac647e1befb56b0be4ee39a55d2" dependencies = [ "winapi 0.3.9", ] @@ -314,10 +314,10 @@ dependencies = [ ] [[package]] -name = "difference" -version = "2.0.0" +name = "diff" +version = "0.1.12" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "524cbf6897b527295dff137cec09ecf3a05f4fddffd7dfcd1585403449e74198" +checksum = "0e25ea47919b1560c4e3b7fe0aaab9becf5b84a10325ddf7db0f0ba5e1026499" [[package]] name = "digest" @@ -1316,13 +1316,13 @@ checksum = "ac74c624d6b2d21f425f752262f42188365d7b8ff1aff74c82e45136510a4857" [[package]] name = "pretty_assertions" -version = "0.6.1" +version = "0.7.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3f81e1644e1b54f5a68959a29aa86cde704219254669da328ecfdf6a1f09d427" +checksum = "f297542c27a7df8d45de2b0e620308ab883ad232d06c14b76ac3e144bda50184" dependencies = [ "ansi_term", "ctor", - "difference", + "diff", "output_vt100", ] diff --git a/server/Cargo.toml b/server/Cargo.toml index 3fb0a0f4..75d9d5c8 100644 --- a/server/Cargo.toml +++ b/server/Cargo.toml @@ -51,4 +51,4 @@ name = "subscribe" path = "src/subscribe/main.rs" [dev-dependencies] -pretty_assertions = "0.6.1" +pretty_assertions = "0.7.1"