From 522e0caab564fc21bda8ad742f44be67f70e6b90 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Oct 2023 16:29:48 +0000 Subject: [PATCH] build(deps): bump mock_instant from 0.2.1 to 0.3.1 Bumps [mock_instant](https://github.com/museun/mock_instant) from 0.2.1 to 0.3.1. - [Commits](https://github.com/museun/mock_instant/commits) --- updated-dependencies: - dependency-name: mock_instant dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- boringtun/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 2b1b69bc..a137c921 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -649,9 +649,9 @@ dependencies = [ [[package]] name = "mock_instant" -version = "0.2.1" +version = "0.3.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "717e29a243b81f8130e31e24e04fb151b04a44b5a7d05370935f7d937e9de06d" +checksum = "6c1a54de846c4006b88b1516731cc1f6026eb5dc4bcb186aa071ef66d40524ec" [[package]] name = "nix" diff --git a/boringtun/Cargo.toml b/boringtun/Cargo.toml index a536f07c..257beca3 100644 --- a/boringtun/Cargo.toml +++ b/boringtun/Cargo.toml @@ -41,7 +41,7 @@ aead = "0.5.0-pre.2" blake2 = "0.10" hmac = "0.12" jni = { version = "0.19.0", optional = true } -mock_instant = { version = "0.2", optional = true } +mock_instant = { version = "0.3", optional = true } socket2 = { version = "0.4.7", features = ["all"], optional = true } thiserror = { version = "1", optional = true }