From 4ba8de22fb4c51ff1374077ba9b2caeb98737d6f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 27 Jan 2024 13:27:19 +0000 Subject: [PATCH] Bump whoami from 1.3.0 to 1.4.1 Bumps [whoami](https://github.com/ardaku/whoami) from 1.3.0 to 1.4.1. - [Changelog](https://github.com/ardaku/whoami/blob/stable/CHANGELOG.md) - [Commits](https://github.com/ardaku/whoami/compare/v1.3.0...v1.4.1) --- updated-dependencies: - dependency-name: whoami dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- eml-client/src-tauri/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d62bfaa..251b774 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5330,9 +5330,9 @@ dependencies = [ [[package]] name = "whoami" -version = "1.3.0" +version = "1.4.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "45dbc71f0cdca27dc261a9bd37ddec174e4a0af2b900b890f378460f745426e3" +checksum = "22fc3756b8a9133049b26c7f61ab35416c130e8c09b660f5b3958b446f52cc50" dependencies = [ "wasm-bindgen", "web-sys", diff --git a/eml-client/src-tauri/Cargo.toml b/eml-client/src-tauri/Cargo.toml index c307c8e..0c997a3 100644 --- a/eml-client/src-tauri/Cargo.toml +++ b/eml-client/src-tauri/Cargo.toml @@ -18,7 +18,7 @@ anyhow = "^1.0" notmuch-more = "^0.0.0" tauri = { version = "^1.1.4", features = ["dialog-open", "dialog-save", "fs-write-file", "path-all", "shell-open"] } thiserror = "^1.0.26" -whoami = "^1.1.2" +whoami = "^1.4.1" [features] default = [ "custom-protocol" ]