From 9b3d32811fe00c2b7320dc6d68f784cdc8d6acc8 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sun, 30 Mar 2025 02:24:42 +0000 Subject: [PATCH] Update Rust crate num to 0.4.3 --- virtweb_backend/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/virtweb_backend/Cargo.toml b/virtweb_backend/Cargo.toml index 4519fe1..6c230aa 100644 --- a/virtweb_backend/Cargo.toml +++ b/virtweb_backend/Cargo.toml @@ -40,7 +40,7 @@ bytes = "1.10.1" tokio = { version = "1.44.1", features = ["rt", "time", "macros"] } futures = "0.3.31" ipnetwork = { version = "0.21.1", features = ["serde"] } -num = "0.4.2" +num = "0.4.3" rust-embed = { version = "8.5.0" } mime_guess = "2.0.5" dotenvy = "0.15.7"