From 64aa5061b8c621b15f9e16112cb3c6f4c8f77af2 Mon Sep 17 00:00:00 2001 From: Lalit Kumar Bhasin Date: Thu, 13 Jun 2024 11:21:33 -0700 Subject: [PATCH] fix msrv (#1877) --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 5f16c4957d..7864f2b31e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -45,4 +45,4 @@ tokio-stream = "0.1.1" tracing = { version = "0.1", default-features = false } tracing-core = { version = "0.1", default-features = false } tracing-subscriber = { version = "0.3", default-features = false } -url = { version = "2.2", default-features = false } +url = { version = "=2.5.0", default-features = false } #pinning the version supporting rustc 1.65