From c8aa045f1d508e1e9416c9b1e55e019363203a22 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 Nov 2024 20:03:58 +0000 Subject: [PATCH] Bump whoami from 1.1.2 to 1.5.0 Bumps [whoami](https://github.com/ardaku/whoami) from 1.1.2 to 1.5.0. - [Changelog](https://github.com/ardaku/whoami/blob/v1/CHANGELOG.md) - [Commits](https://github.com/ardaku/whoami/compare/v1.1.2...v1.5.0) --- updated-dependencies: - dependency-name: whoami dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.lock | 24 ++++++++++++++++++++---- Cargo.toml | 2 +- 2 files changed, 21 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index fd91681..c3093bc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2213,6 +2213,15 @@ dependencies = [ "bitflags 1.3.2", ] +[[package]] +name = "redox_syscall" +version = "0.4.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "4722d768eff46b75989dd134e5c353f0d6296e5aaa3132e776cbdb56be7731aa" +dependencies = [ + "bitflags 1.3.2", +] + [[package]] name = "redox_users" version = "0.3.5" @@ -3478,7 +3487,7 @@ version = "1.6.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1f559b464de2e2bdabcac6a210d12e9b5a5973c251e102c44c585c71d51bd78e" dependencies = [ - "cfg-if 0.1.10", + "cfg-if 1.0.0", "static_assertions", ] @@ -3761,6 +3770,12 @@ version = "0.11.0+wasi-snapshot-preview1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423" +[[package]] +name = "wasite" +version = "0.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b8dad83b4f25e74f184f64c43b150b91efe7647395b42289f38e50566d82855b" + [[package]] name = "wasm-bindgen" version = "0.2.73" @@ -3871,11 +3886,12 @@ dependencies = [ [[package]] name = "whoami" -version = "1.1.2" +version = "1.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4abacf325c958dfeaf1046931d37f2a901b6dfe0968ee965a29e94c6766b2af6" +checksum = "0fec781d48b41f8163426ed18e8fc2864c12937df9ce54c88ede7bd47270893e" dependencies = [ - "wasm-bindgen", + "redox_syscall 0.4.1", + "wasite", "web-sys", ] diff --git a/Cargo.toml b/Cargo.toml index f46275f..6deccd3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -51,7 +51,7 @@ toml = "0.5.6" toml_edit = "0.2.0" url = { version = "2.1.1", features = ["serde"] } walkdir = "2.3.1" -whoami = "1.1.2" +whoami = "1.5.0" zip = "0.5.11" globset = "0.4.8" ubyte = "0.10.3"