From fab122df1bc958cfb7ed34ad7bb7175b5f6a8954 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Oct 2021 08:21:33 -0400 Subject: [PATCH] Bump instant from 0.1.11 to 0.1.12 in /src/rust (#6435) Bumps [instant](https://github.com/sebcrozet/instant) from 0.1.11 to 0.1.12. - [Release notes](https://github.com/sebcrozet/instant/releases) - [Changelog](https://github.com/sebcrozet/instant/blob/master/CHANGELOG.md) - [Commits](https://github.com/sebcrozet/instant/compare/v0.1.11...v0.1.12) --- updated-dependencies: - dependency-name: instant dependency-type: indirect update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- src/rust/Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/rust/Cargo.lock b/src/rust/Cargo.lock index 27077ce51..8eb601507 100644 --- a/src/rust/Cargo.lock +++ b/src/rust/Cargo.lock @@ -106,9 +106,9 @@ dependencies = [ [[package]] name = "instant" -version = "0.1.11" +version = "0.1.12" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "716d3d89f35ac6a34fd0eed635395f4c3b76fa889338a4632e5231a8684216bd" +checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c" dependencies = [ "cfg-if", ]