diff --git a/Cargo.lock b/Cargo.lock index 80c2c3290..750e12dbd 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -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", diff --git a/lib/Cargo.toml b/lib/Cargo.toml index 5e440c504..228b412e1 100644 --- a/lib/Cargo.toml +++ b/lib/Cargo.toml @@ -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]