From e37e9e3a66bf25eb2d5ab450bc33232ff542eb00 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Apr 2021 03:01:23 +0000 Subject: [PATCH] Bump whoami from 1.1.1 to 1.1.2 Bumps [whoami](https://github.com/libcala/whoami) from 1.1.1 to 1.1.2. - [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.1...v1.1.2) Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 6277e03..ec0d625 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1038,9 +1038,9 @@ dependencies = [ [[package]] name = "whoami" -version = "1.1.1" +version = "1.1.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1e296f550993cba2c5c3eba5da0fb335562b2fa3d97b7a8ac9dc91f40a3abc70" +checksum = "4abacf325c958dfeaf1046931d37f2a901b6dfe0968ee965a29e94c6766b2af6" dependencies = [ "wasm-bindgen", "web-sys",