From 45396463476409d974c5ea607b19e9fb4b03b2f8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 15 Jan 2024 05:40:05 +0000 Subject: [PATCH] fix(deps): update rust crate num_enum to 0.7.2 --- radius/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/radius/Cargo.toml b/radius/Cargo.toml index 267f420..3668b55 100644 --- a/radius/Cargo.toml +++ b/radius/Cargo.toml @@ -17,7 +17,7 @@ md5 = { version = "0.7.0", optional = true} openssl = { version = "0.10", optional = true } chrono = "0.4" rand = "0.8.5" -num_enum = "0.5.1" +num_enum = "0.7.2" thiserror = "1.0" log = "0.4.17" tokio = { version = "1.35.1", features = ["full"] }