From f66a0688a9184aef402ee26448fe57b1de51f1d4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 May 2024 10:12:45 +0200 Subject: [PATCH] build(deps): bump instant from 0.1.12 to 0.1.13 (#1595) Bumps [instant](https://github.com/sebcrozet/instant) from 0.1.12 to 0.1.13. - [Changelog](https://github.com/sebcrozet/instant/blob/master/CHANGELOG.md) - [Commits](https://github.com/sebcrozet/instant/commits) --- updated-dependencies: - dependency-name: instant dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a3b7ac1505..eb45e5a086 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2288,9 +2288,9 @@ dependencies = [ [[package]] name = "instant" -version = "0.1.12" +version = "0.1.13" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c" +checksum = "e0242819d153cba4b4b05a5a8f2a7e9bbf97b6055b2a002b395c96b5ff3c0222" dependencies = [ "cfg-if", "js-sys", diff --git a/Cargo.toml b/Cargo.toml index 72ab8fa30c..c41d4aa3c1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -129,7 +129,7 @@ send_wrapper = "0.6.0" js-sys = "0.3.69" wasm-bindgen-futures = "0.4.42" futures-timer = "3" -instant = { version = "0.1.12", default-features = false } +instant = { version = "0.1.13", default-features = false } tokio-util = "0.7.11" # Substrate crates: