From f70b32e1f6d6aa218e7c58bbbda9a6dca29e9159 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 12 Mar 2023 07:32:58 +0000 Subject: [PATCH] Update Rust crate num_enum to 0.5.11 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index c99b633..f4ce590 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,7 @@ edition = "2021" array-init = "2.0.1" byteorder = "1.4.3" flate2 = "1.0.24" -num_enum = "0.5.7" +num_enum = "0.5.11" spooky_bsp_derive = { path = "spooky_bsp_derive" } [dev-dependencies]