From 8c9f5ba7f185653cc2f6f39c5f28ce1aa4abbca0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Jan 2023 07:46:17 +1000 Subject: [PATCH] Bump whoami from 1.2.3 to 1.3.0 (#1304) Bumps [whoami](https://github.com/ardaku/whoami) from 1.2.3 to 1.3.0. - [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.3...v1.3.0) --- updated-dependencies: - dependency-name: whoami dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 5 ++--- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f9a556270..b28aac804 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5093,11 +5093,10 @@ dependencies = [ [[package]] name = "whoami" -version = "1.2.3" +version = "1.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d6631b6a2fd59b1841b622e8f1a7ad241ef0a46f2d580464ce8140ac94cbd571" +checksum = "45dbc71f0cdca27dc261a9bd37ddec174e4a0af2b900b890f378460f745426e3" dependencies = [ - "bumpalo", "wasm-bindgen", "web-sys", ] diff --git a/Cargo.toml b/Cargo.toml index 86ae0bfa2..0af157e85 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -167,7 +167,7 @@ webauthn-rs-proto = "0.4.8" # webauthn-rs-core = { path = "../webauthn-rs/webauthn-rs-core" } # webauthn-rs-proto = { path = "../webauthn-rs/webauthn-rs-proto" } web-sys = "^0.3.60" -whoami = "^1.2.3" +whoami = "^1.3.0" walkdir = "2" yew = "^0.19.3"