ok/jj
1
0
Fork 0
forked from mirrors/jj

cargo: bump whoami from 1.4.0 to 1.4.1

Bumps [whoami](https://github.com/ardaku/whoami) from 1.4.0 to 1.4.1.
- [Changelog](https://github.com/ardaku/whoami/blob/stable/CHANGELOG.md)
- [Commits](https://github.com/ardaku/whoami/compare/v1.4.0...v1.4.1)

---
updated-dependencies:
- dependency-name: whoami
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2023-06-26 16:01:21 +00:00 committed by github-actions[bot]
parent f454ab9444
commit 5e6dd17ed9
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View file

@ -2185,9 +2185,9 @@ dependencies = [
[[package]]
name = "whoami"
version = "1.4.0"
version = "1.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2c70234412ca409cc04e864e89523cb0fc37f5e1344ebed5a3ebf4192b6b9f68"
checksum = "22fc3756b8a9133049b26c7f61ab35416c130e8c09b660f5b3958b446f52cc50"
dependencies = [
"wasm-bindgen",
"web-sys",

View file

@ -45,7 +45,7 @@ strsim = "0.10.0"
tempfile = "3.6.0"
thiserror = "1.0.40"
tracing = "0.1.37"
whoami = "1.4.0"
whoami = "1.4.1"
zstd = "0.12.3"
[target.'cfg(unix)'.dependencies]