From c7e33c0a82551eeb2eb696db24e212cba87a1cb1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Sep 2021 03:01:04 +0000 Subject: [PATCH] Bump whoami from 1.1.3 to 1.1.4 Bumps [whoami](https://github.com/libcala/whoami) from 1.1.3 to 1.1.4. - [Release notes](https://github.com/libcala/whoami/releases) - [Changelog](https://github.com/libcala/whoami/blob/main/CHANGELOG.md) - [Commits](https://github.com/libcala/whoami/compare/v1.1.3...v1.1.4) --- updated-dependencies: - dependency-name: whoami dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b1d7edb..7c8dfff 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1153,9 +1153,9 @@ dependencies = [ [[package]] name = "whoami" -version = "1.1.3" +version = "1.1.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f7741161a40200a867c96dfa5574544efa4178cf4c8f770b62dd1cc0362d7ae1" +checksum = "cabfe22aa4936611957e0b5ad9ed0472ac52b2bfb9aedac4a3f3a91a03bd1ff0" dependencies = [ "wasm-bindgen", "web-sys",