From f2386970d692bf1ebebdc1b94c3f7f568911afe0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 13 Sep 2022 15:50:20 +0000 Subject: [PATCH] cargo: bump whoami from 1.2.1 to 1.2.3 Bumps [whoami](https://github.com/ardaku/whoami) from 1.2.1 to 1.2.3. - [Release notes](https://github.com/ardaku/whoami/releases) - [Changelog](https://github.com/ardaku/whoami/blob/stable/CHANGELOG.md) - [Commits](https://github.com/ardaku/whoami/compare/v1.2.1...v1.2.3) --- updated-dependencies: - dependency-name: whoami dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 5 +++-- lib/Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 34b6f572f..9de92d87f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1717,10 +1717,11 @@ dependencies = [ [[package]] name = "whoami" -version = "1.2.1" +version = "1.2.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "524b58fa5a20a2fb3014dd6358b70e6579692a56ef6fce928834e488f42f65e8" +checksum = "d6631b6a2fd59b1841b622e8f1a7ad241ef0a46f2d580464ce8140ac94cbd571" dependencies = [ + "bumpalo", "wasm-bindgen", "web-sys", ] diff --git a/lib/Cargo.toml b/lib/Cargo.toml index 35da68671..a015eee48 100644 --- a/lib/Cargo.toml +++ b/lib/Cargo.toml @@ -37,7 +37,7 @@ serde_json = "1.0.85" tempfile = "3.3.0" thiserror = "1.0.33" uuid = { version = "1.1.2", features = ["v4"] } -whoami = "1.2.1" +whoami = "1.2.3" zstd = "0.11.2" [dev-dependencies]