From 88f7569b15b897c647b3b3a63cd12bc713100a1b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 May 2025 14:33:02 +0000 Subject: [PATCH] Update evmlib requirement from 0.3 to 0.4 Updates the requirements on [evmlib](https://github.com/maidsafe/autonomi) to permit the latest version. - [Release notes](https://github.com/maidsafe/autonomi/releases) - [Changelog](https://github.com/maidsafe/autonomi/blob/main/CHANGELOG.md) - [Commits](https://github.com/maidsafe/autonomi/compare/evmlib-v0.3.0...evmlib-v0.4.0) --- updated-dependencies: - dependency-name: evmlib dependency-version: 0.4.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 a497e8c..a98cde1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -28,7 +28,7 @@ serde = { version = "1", features = ["derive"] } ant-logging = "0.2" autonomi = { version = "0.4.4", features = ["loud"] } -evmlib = "0.3" +evmlib = "0.4" ant-protocol = "1" [profile.dev]