mirror of
https://github.com/kanidm/kanidm.git
synced 2025-05-28 20:03:54 +02:00
chore(deps): bump whoami from 1.4.0 to 1.4.1 (#1799)
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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
c3eb08cd83
commit
43384521dd
4
Cargo.lock
generated
4
Cargo.lock
generated
|
@ -5620,9 +5620,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",
|
||||
|
|
|
@ -174,7 +174,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.62"
|
||||
whoami = "^1.4.0"
|
||||
whoami = "^1.4.1"
|
||||
walkdir = "2"
|
||||
|
||||
yew = "^0.20.0"
|
||||
|
|
Loading…
Reference in a new issue