From 5e6dd17ed97a747c8615490f4fe3cdb8ed0ae238 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Jun 2023 16:01:21 +0000 Subject: [PATCH] cargo: bump whoami from 1.4.0 to 1.4.1 Bumps [whoami](https://github.com/ardaku/whoami) from 1.4.0 to 1.4.1. - [Changelog](https://github.com/ardaku/whoami/blob/stable/CHANGELOG.md) - [Commits](https://github.com/ardaku/whoami/compare/v1.4.0...v1.4.1) --- updated-dependencies: - dependency-name: whoami dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- lib/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 80c2c3290..750e12dbd 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2185,9 +2185,9 @@ dependencies = [ [[package]] name = "whoami" -version = "1.4.0" +version = "1.4.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2c70234412ca409cc04e864e89523cb0fc37f5e1344ebed5a3ebf4192b6b9f68" +checksum = "22fc3756b8a9133049b26c7f61ab35416c130e8c09b660f5b3958b446f52cc50" dependencies = [ "wasm-bindgen", "web-sys", diff --git a/lib/Cargo.toml b/lib/Cargo.toml index 5e440c504..228b412e1 100644 --- a/lib/Cargo.toml +++ b/lib/Cargo.toml @@ -45,7 +45,7 @@ strsim = "0.10.0" tempfile = "3.6.0" thiserror = "1.0.40" tracing = "0.1.37" -whoami = "1.4.0" +whoami = "1.4.1" zstd = "0.12.3" [target.'cfg(unix)'.dependencies]