From 92168e3f8174c5d2768f531e0c408f7f0ae2e033 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Nov 2025 18:21:03 +0000 Subject: [PATCH] Bump asimov-module from 25.0.0 to 25.0.2 Bumps [asimov-module](https://github.com/asimov-platform/asimov.rs) from 25.0.0 to 25.0.2. - [Release notes](https://github.com/asimov-platform/asimov.rs/releases) - [Changelog](https://github.com/asimov-platform/asimov.rs/blob/master/CHANGES.md) - [Commits](https://github.com/asimov-platform/asimov.rs/compare/25.0.0...25.0.2) --- updated-dependencies: - dependency-name: asimov-module dependency-version: 25.0.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 020dc3f..28f7245 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -112,9 +112,9 @@ dependencies = [ [[package]] name = "asimov-module" -version = "25.0.0" +version = "25.0.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fb2d41074e940461a9ee4d45ca8f93467398b505bac4decf0361051b04fc1538" +checksum = "daf5d03eec28785668aa7d8a83c65a21ff87552cf402fed80c4efa28c57284bb" dependencies = [ "asimov-env", "clientele", diff --git a/Cargo.toml b/Cargo.toml index 6e27b60..1d1497e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -32,7 +32,7 @@ cc = "1.2" [dependencies] asimov-env = "25.0.2" -asimov-module = "25.0.0" +asimov-module = "25.0.2" asimov-registry = "25.0.0-dev.24" asimov-snapshot = "25.0.0-dev.24" cap-std = "3.4"