From 94f9b31fdba6a2be969151d0f41474414e62b54c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Jun 2025 17:23:32 +0000 Subject: [PATCH] Update autonomi requirement from 0.4.4 to 0.5.0 Updates the requirements on [autonomi](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/autonomi-v0.4.4...autonomi-v0.4.5) --- updated-dependencies: - dependency-name: autonomi dependency-version: 0.4.5 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..8a9b261 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -27,7 +27,7 @@ serde_json = "1" serde = { version = "1", features = ["derive"] } ant-logging = "0.2" -autonomi = { version = "0.4.4", features = ["loud"] } +autonomi = { version = "0.5.0", features = ["loud"] } evmlib = "0.3" ant-protocol = "1"