diff --git a/Cargo.lock b/Cargo.lock index 34b6f572f..9de92d87f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1717,10 +1717,11 @@ dependencies = [ [[package]] name = "whoami" -version = "1.2.1" +version = "1.2.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "524b58fa5a20a2fb3014dd6358b70e6579692a56ef6fce928834e488f42f65e8" +checksum = "d6631b6a2fd59b1841b622e8f1a7ad241ef0a46f2d580464ce8140ac94cbd571" dependencies = [ + "bumpalo", "wasm-bindgen", "web-sys", ] diff --git a/lib/Cargo.toml b/lib/Cargo.toml index 35da68671..a015eee48 100644 --- a/lib/Cargo.toml +++ b/lib/Cargo.toml @@ -37,7 +37,7 @@ serde_json = "1.0.85" tempfile = "3.3.0" thiserror = "1.0.33" uuid = { version = "1.1.2", features = ["v4"] } -whoami = "1.2.1" +whoami = "1.2.3" zstd = "0.11.2" [dev-dependencies]