diff --git a/Cargo.lock b/Cargo.lock index 6c0c90d02..b39e22bda 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5149,9 +5149,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", diff --git a/Cargo.toml b/Cargo.toml index e9268532e..6915b9545 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -172,7 +172,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.61" -whoami = "^1.3.0" +whoami = "^1.4.0" walkdir = "2" yew = "^0.20.0"