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"