mirror of
https://github.com/martinvonz/jj.git
synced 2025-01-18 02:04:19 +00:00
cargo: bump whoami from 1.3.0 to 1.4.0
Bumps [whoami](https://github.com/ardaku/whoami) from 1.3.0 to 1.4.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.3.0...v1.4.0) --- updated-dependencies: - dependency-name: whoami dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
c47ffa43f0
commit
1e55fa6c9b
2 changed files with 3 additions and 3 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
@ -2123,9 +2123,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "whoami"
|
||||
version = "1.3.0"
|
||||
version = "1.4.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "45dbc71f0cdca27dc261a9bd37ddec174e4a0af2b900b890f378460f745426e3"
|
||||
checksum = "2c70234412ca409cc04e864e89523cb0fc37f5e1344ebed5a3ebf4192b6b9f68"
|
||||
dependencies = [
|
||||
"wasm-bindgen",
|
||||
"web-sys",
|
||||
|
|
|
@ -38,7 +38,7 @@ serde_json = "1.0.94"
|
|||
tempfile = "3.4.0"
|
||||
thiserror = "1.0.39"
|
||||
thrift = { version = "0.17.0", default-features = false, optional = true }
|
||||
whoami = "1.3.0"
|
||||
whoami = "1.4.0"
|
||||
zstd = "0.12.3"
|
||||
tracing = "0.1.37"
|
||||
prost = "0.11.8"
|
||||
|
|
Loading…
Reference in a new issue