From e3bde922afb562564e6f08c56f0a0351673ceb39 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Feb 2025 19:46:44 +0000 Subject: [PATCH] deps: bump codee from 0.2.0 to 0.3.0 Bumps [codee](https://github.com/Synphonyte/codee) from 0.2.0 to 0.3.0. - [Release notes](https://github.com/Synphonyte/codee/releases) - [Changelog](https://github.com/Synphonyte/codee/blob/main/CHANGELOG.md) - [Commits](https://github.com/Synphonyte/codee/compare/v0.2.0...v0.3.0) --- updated-dependencies: - dependency-name: codee dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 +--- subcrates/client/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index de1239e..54c08ef 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -670,7 +670,7 @@ version = "0.1.0" dependencies = [ "anyhow", "chrono", - "codee 0.2.0", + "codee 0.3.0", "console_error_panic_hook", "crypto", "futures", @@ -703,8 +703,6 @@ version = "0.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "5d3ad3122b0001c7f140cf4d605ef9a9e2c24d96ab0b4fb4347b76de2425f445" dependencies = [ - "serde", - "serde_json", "thiserror 1.0.69", ] diff --git a/subcrates/client/Cargo.toml b/subcrates/client/Cargo.toml index ad4fb93..a749aad 100644 --- a/subcrates/client/Cargo.toml +++ b/subcrates/client/Cargo.toml @@ -10,7 +10,7 @@ license = "Apache-2.0" repository = "https://github.com/ThrasherLT/digital-voting" [dependencies] -codee = { version = "0.2.0", features = ["json_serde"] } +codee = { version = "0.3.0", features = ["json_serde"] } anyhow = "1.0.91" leptos-use.workspace = true