From 55f3bd4a44c7e9ff370ba8efdbbe5faa1f3281b7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Mar 2025 10:47:35 +0000 Subject: [PATCH] chore(deps): bump automod from 1.0.14 to 1.0.15 Bumps [automod](https://github.com/dtolnay/automod) from 1.0.14 to 1.0.15. - [Release notes](https://github.com/dtolnay/automod/releases) - [Commits](https://github.com/dtolnay/automod/compare/1.0.14...1.0.15) --- updated-dependencies: - dependency-name: automod 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 1010449..fb99306 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -279,9 +279,9 @@ checksum = "ace50bade8e6234aa140d9a2f552bbee1db4d353f69b8217bc503490fc1a9f26" [[package]] name = "automod" -version = "1.0.14" +version = "1.0.15" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "edf3ee19dbc0a46d740f6f0926bde8c50f02bdbc7b536842da28f6ac56513a8b" +checksum = "ebb4bd301db2e2ca1f5be131c24eb8ebf2d9559bc3744419e93baf8ddea7e670" dependencies = [ "proc-macro2", "quote", diff --git a/Cargo.toml b/Cargo.toml index 290e071..e0e4ab3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -51,7 +51,7 @@ tokio-util = "0.7.12" url = "2.5.4" [dev-dependencies] -automod = "1.0.14" +automod = "1.0.15" hickory-server = "0.24.3" md5 = "0.7.0" stubr = "0.6.2"