From 7407f32ff0abd6bee0b3ed4e111e02f8dcf61a72 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Nov 2021 03:01:32 +0000 Subject: [PATCH] Bump whoami from 1.1.5 to 1.2.0 Bumps [whoami](https://github.com/libcala/whoami) from 1.1.5 to 1.2.0. - [Release notes](https://github.com/libcala/whoami/releases) - [Changelog](https://github.com/libcala/whoami/blob/main/CHANGELOG.md) - [Commits](https://github.com/libcala/whoami/compare/v1.1.5...v1.2.0) --- updated-dependencies: - dependency-name: whoami dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- duckscript_sdk/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ed822c9..9ebaee4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1176,9 +1176,9 @@ dependencies = [ [[package]] name = "whoami" -version = "1.1.5" +version = "1.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "483a59fee1a93fec90eb08bc2eb4315ef10f4ebc478b3a5fadc969819cb66117" +checksum = "c33ac5ee236a4efbf2c98967e12c6cc0c51d93a744159a52957ba206ae6ef5f7" dependencies = [ "wasm-bindgen", "web-sys", diff --git a/duckscript_sdk/Cargo.toml b/duckscript_sdk/Cargo.toml index 0afc6f2..79ca9f3 100644 --- a/duckscript_sdk/Cargo.toml +++ b/duckscript_sdk/Cargo.toml @@ -44,7 +44,7 @@ serde_json = "^1" sha2 = "^0.9" walkdir = "^2" which = { version = "^4", default-features = false } -whoami = "^1.1" +whoami = "^1.2" [target.'cfg(not(windows))'.dependencies] uname = "^0.1"