From 90a0c5aaa03f9860b1e5dcb224d0d19383140f64 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Apr 2025 07:53:17 +0000 Subject: [PATCH] Update alloy requirement from 0.13 to 0.14 Updates the requirements on [alloy](https://github.com/alloy-rs/alloy) to permit the latest version. - [Release notes](https://github.com/alloy-rs/alloy/releases) - [Changelog](https://github.com/alloy-rs/alloy/blob/main/CHANGELOG.md) - [Commits](https://github.com/alloy-rs/alloy/compare/v0.13.0...v0.14.0) --- updated-dependencies: - dependency-name: alloy dependency-version: 0.14.0 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 ac9099b..aa25905 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ version = "0.2.0-beta1" edition = "2021" [dependencies] -alloy = "0.13" +alloy = "0.14" base64 = "0.22" cached = "0.55" dotenv = "0.15"