From 2c34ddf4c1e522a3f01906e7a38b51e9815be819 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Apr 2024 22:57:29 +0000 Subject: [PATCH] :arrow_up: Bump enum_dispatch from 0.3.12 to 0.3.13 Bumps [enum_dispatch](https://gitlab.com/antonok/enum_dispatch) from 0.3.12 to 0.3.13. - [Changelog](https://gitlab.com/antonok/enum_dispatch/blob/master/CHANGELOG.md) - [Commits](https://gitlab.com/antonok/enum_dispatch/compare/v0.3.12...v0.3.13) --- updated-dependencies: - dependency-name: enum_dispatch dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 7bd88b4..7632ba2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -219,9 +219,9 @@ dependencies = [ [[package]] name = "enum_dispatch" -version = "0.3.12" +version = "0.3.13" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8f33313078bb8d4d05a2733a94ac4c2d8a0df9a2b84424ebf4f33bfc224a890e" +checksum = "aa18ce2bc66555b3218614519ac839ddb759a7d6720732f979ef8d13be147ecd" dependencies = [ "once_cell", "proc-macro2", diff --git a/Cargo.toml b/Cargo.toml index e23607a..cecdd40 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,7 +17,7 @@ path = "src/main.rs" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -enum_dispatch = "0.3.12" +enum_dispatch = "0.3.13" serde = { version = "1.0.197", features = ["derive"] } serde-aux = "4.5.0" serde_json = "1.0.114"