From 6fb4c9d9768d0ff8993d104c483adf62cfb56ddc Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 14 Nov 2023 19:47:51 +0000 Subject: [PATCH] Pin dependencies --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 8f82586035c..735ad0c02d1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -97,7 +97,7 @@ tower = "=0.4.13" tower-http = { version = "=0.4.4", features = ["add-extension", "fs", "catch-panic", "timeout", "compression-full"] } tracing = "=0.1.40" tracing-subscriber = { version = "=0.3.18", features = ["env-filter"] } -typomania = { version = "0.1.2", default-features = false } +typomania = { version = "=0.1.2", default-features = false } url = "=2.4.1" [dev-dependencies]