From 37fa7c39d4d3e2ee9b41d95ae7ce79f331aafddc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 29 Dec 2022 15:07:09 +0000 Subject: [PATCH] cargo: bump whoami from 1.2.3 to 1.3.0 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] --- Cargo.lock | 5 ++--- lib/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 4e45205ae..a0c6eed96 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2096,11 +2096,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/lib/Cargo.toml b/lib/Cargo.toml index 00a6262df..d28f1c15d 100644 --- a/lib/Cargo.toml +++ b/lib/Cargo.toml @@ -37,7 +37,7 @@ tempfile = "3.3.0" thiserror = "1.0.38" thrift = { version = "0.17.0", default-features = false, optional = true } uuid = { version = "1.2.2", features = ["v4"] } -whoami = "1.2.3" +whoami = "1.3.0" zstd = "0.12.1" tracing = "0.1.37" prost = "0.11.5"