From 7c18a3dcedbf64c17d3a611b0a733d94134fcb19 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 29 Aug 2025 14:20:22 +0100 Subject: [PATCH] Bump mock_instant from 0.5.3 to 0.6.0 (#5930) Bumps [mock_instant](https://github.com/museun/mock_instant) from 0.5.3 to 0.6.0. - [Commits](https://github.com/museun/mock_instant/commits/v0.6.0) --- updated-dependencies: - dependency-name: mock_instant dependency-version: 0.6.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- gateway/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a12b546ad9..83a17d7253 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4520,9 +4520,9 @@ dependencies = [ [[package]] name = "mock_instant" -version = "0.5.3" +version = "0.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4e1d4c44418358edcac6e1d9ce59cea7fb38052429c7704033f1196f0c179e6a" +checksum = "dce6dd36094cac388f119d2e9dc82dc730ef91c32a6222170d630e5414b956e6" [[package]] name = "moka" diff --git a/gateway/Cargo.toml b/gateway/Cargo.toml index 7c93c020d7..13d80f7a14 100644 --- a/gateway/Cargo.toml +++ b/gateway/Cargo.toml @@ -86,5 +86,5 @@ defguard_wireguard_rs = { workspace = true } [dev-dependencies] nym-gateway-storage = { path = "../common/gateway-storage", features = ["mock"] } nym-wireguard = { path = "../common/wireguard", features = ["mock"] } -mock_instant = "0.5.3" +mock_instant = "0.6.0" time = { workspace = true }