diff --git a/src/rust/engine/Cargo.lock b/src/rust/engine/Cargo.lock index ea02a82722d..574c9342c13 100644 --- a/src/rust/engine/Cargo.lock +++ b/src/rust/engine/Cargo.lock @@ -3286,6 +3286,15 @@ dependencies = [ "bitflags 1.3.2", ] +[[package]] +name = "redox_syscall" +version = "0.5.8" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "03a862b389f93e68874fbf580b9de08dd02facb9a788ebadaf4a3fd33cf58834" +dependencies = [ + "bitflags 2.4.1", +] + [[package]] name = "redox_termios" version = "0.1.2" @@ -4783,6 +4792,12 @@ version = "0.11.0+wasi-snapshot-preview1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423" +[[package]] +name = "wasite" +version = "0.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b8dad83b4f25e74f184f64c43b150b91efe7647395b42289f38e50566d82855b" + [[package]] name = "wasm-bindgen" version = "0.2.93" @@ -4936,11 +4951,12 @@ dependencies = [ [[package]] name = "whoami" -version = "1.4.1" +version = "1.5.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "22fc3756b8a9133049b26c7f61ab35416c130e8c09b660f5b3958b446f52cc50" +checksum = "372d5b87f58ec45c384ba03563b03544dc5fadc3983e434b286913f5b4a9bb6d" dependencies = [ - "wasm-bindgen", + "redox_syscall 0.5.8", + "wasite", "web-sys", ] diff --git a/src/rust/engine/Cargo.toml b/src/rust/engine/Cargo.toml index fe2f71ee58c..0740d2a0fdc 100644 --- a/src/rust/engine/Cargo.toml +++ b/src/rust/engine/Cargo.toml @@ -334,7 +334,7 @@ url = "2.5" uuid = "1.8.0" walkdir = "2" webpki = "0.22" -whoami = "1.4.1" +whoami = "1.5.2" # NB: If a change to these versions requires cache busting, bump the version of # `src/rust/engine/dep_inference/Cargo.toml`.