From dbaa201595495c4cbf72d5cb44966070a710bc66 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Jul 2024 16:05:25 +0000 Subject: [PATCH] Update dxr requirement from 0.4.0 to 0.6.2 Updates the requirements on [dxr](https://github.com/ironthree/dxr) to permit the latest version. - [Release notes](https://github.com/ironthree/dxr/releases) - [Changelog](https://github.com/ironthree/dxr/blob/main/CHANGELOG.md) - [Commits](https://github.com/ironthree/dxr/compare/0.4.0...0.6.2) --- updated-dependencies: - dependency-name: dxr 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 a2f042a..b5079ac 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,7 +11,7 @@ description = "nickserv account verification URL bot" [dependencies] clap = { version = "4.0.8", features = ["derive"] } -dxr = "0.4.0" +dxr = "0.6.2" http = "0.2.8" http-serde = "1.1.2" hyper = "0.14.20"