diff --git a/Cargo.lock b/Cargo.lock index d697ac88..350dc883 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -10904,11 +10904,11 @@ checksum = "0b9aa3ad29c3d08283ac6b769e3ec15ad1ddb88af7d2e9bc402c574973b937e7" [[package]] name = "whoami" -version = "1.6.0" +version = "1.6.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6994d13118ab492c3c80c1f81928718159254c53c472bf9ce36f8dae4add02a7" +checksum = "5d4a4db5077702ca3015d3d02d74974948aba2ad9e12ab7df718ee64ccd7e97d" dependencies = [ - "redox_syscall", + "libredox", "wasite", "web-sys", ] diff --git a/Cargo.toml b/Cargo.toml index d0cc1c6c..35813b30 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -164,7 +164,7 @@ url = "2.5.4" uuid = { version = "1.15.1", features = ["v4", "serde"] } walkdir = "2.5.0" which = "6.0.3" -whoami = "1.6.0" +whoami = "1.6.1" winnow = "0.6.2" # Keep these minor synced with reqwest diff --git a/crates/chat-cli/Cargo.toml b/crates/chat-cli/Cargo.toml index f5514cf2..83287334 100644 --- a/crates/chat-cli/Cargo.toml +++ b/crates/chat-cli/Cargo.toml @@ -156,7 +156,7 @@ url = "2.5.4" uuid = { version = "1.15.1", features = ["v4", "serde"] } walkdir = "2.5.0" webpki-roots = "=0.26.8" -whoami = "1.6.0" +whoami = "1.6.1" winnow = "=0.6.2" [target.'cfg(unix)'.dependencies]