From 99edce223b454b8307fecbaf9aa50a2b7b601a88 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 Mar 2024 07:52:13 +0000 Subject: [PATCH] Update irc requirement from 0.15 to 1.0 --- updated-dependencies: - dependency-name: irc dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index ad5d0f1..7337c85 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,7 +15,7 @@ futures = "0.3" url = "2.2" [dependencies.irc] -version = "0.15" +version = "1.0" default-features = false features = ["ctcp", "tls-rust"]