From a59cc19f23e5595b1dba4661cd7652313e087773 Mon Sep 17 00:00:00 2001 From: Kamal Ahmad Date: Sun, 16 Jun 2024 03:11:35 +0500 Subject: [PATCH] Update Cargo.toml --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 92e65e270..ab9677fe1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -67,7 +67,7 @@ tokio = { version = "1.15.0", features = ["full"] } tokio-stream = { version = "0.1.8", features = ["sync", "time"] } tokio-util = { version = "0.6.9", features = ["codec"] } bounded-integer = { version = "^0.5", features = ["types"] } -url = "2.2" +url = "~2.2" getrandom = { version = "0.2.7" } itertools = "0.10.3" miette = { version = "5", features = ["fancy"] }