From 558227cefd8b8cb3f834600e29494ef50ce96aaf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Sep 2021 13:27:49 +0300 Subject: [PATCH] chore(deps): bump instant from 0.1.10 to 0.1.11 (#467) Bumps [instant](https://github.com/sebcrozet/instant) from 0.1.10 to 0.1.11. - [Release notes](https://github.com/sebcrozet/instant/releases) - [Commits](https://github.com/sebcrozet/instant/compare/v0.1.10...v0.1.11) --- 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 ++-- ethers-middleware/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 4443f648..3cfb7eab 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1478,9 +1478,9 @@ dependencies = [ [[package]] name = "instant" -version = "0.1.10" +version = "0.1.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bee0328b1209d157ef001c94dd85b4f8f64139adb0eac2659f4b08382b2f474d" +checksum = "716d3d89f35ac6a34fd0eed635395f4c3b76fa889338a4632e5231a8684216bd" dependencies = [ "cfg-if 1.0.0", "js-sys", diff --git a/ethers-middleware/Cargo.toml b/ethers-middleware/Cargo.toml index 09b26b5d..b95bde92 100644 --- a/ethers-middleware/Cargo.toml +++ b/ethers-middleware/Cargo.toml @@ -32,7 +32,7 @@ reqwest = { version = "0.11.4", default-features = false, features = ["json", "r url = { version = "2.2.2", default-features = false } serde_json = { version = "1.0.64", default-features = false } -instant = {version = "0.1.10", features = ["now"] } +instant = {version = "0.1.11", features = ["now"] } [target.'cfg(not(target_arch = "wasm32"))'.dependencies] tokio = { version = "1.5" }