From b30fabc3c658846738b540b50d4b06c54b48178d Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sat, 29 Mar 2025 23:01:18 +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 727695d..754c6c9 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"