From 2956c2bb55a79efc9444bed1b983d433a17c87fc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Aug 2021 03:01:23 +0000 Subject: [PATCH] Bump whoami from 1.1.2 to 1.1.3 Bumps [whoami](https://github.com/libcala/whoami) from 1.1.2 to 1.1.3. - [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.2...v1.1.3) --- 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 a974733..5ed92e7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1080,9 +1080,9 @@ dependencies = [ [[package]] name = "whoami" -version = "1.1.2" +version = "1.1.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4abacf325c958dfeaf1046931d37f2a901b6dfe0968ee965a29e94c6766b2af6" +checksum = "f7741161a40200a867c96dfa5574544efa4178cf4c8f770b62dd1cc0362d7ae1" dependencies = [ "wasm-bindgen", "web-sys",