diff --git a/Cargo.lock b/Cargo.lock index 4073cfc71a..4d93d6a344 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1607,7 +1607,7 @@ dependencies = [ "webpki-roots", "whoami", "windows 0.61.1", - "winnow 0.6.2", + "winnow 0.7.10", "winreg 0.55.0", ] @@ -10557,15 +10557,6 @@ dependencies = [ "memchr", ] -[[package]] -name = "winnow" -version = "0.6.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7a4191c47f15cc3ec71fcb4913cb83d58def65dd3787610213c649283b5ce178" -dependencies = [ - "memchr", -] - [[package]] name = "winnow" version = "0.7.10" diff --git a/Cargo.toml b/Cargo.toml index 499df2b4a8..99b45e91a2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -162,7 +162,7 @@ uuid = { version = "1.15.1", features = ["v4", "serde"] } walkdir = "2.5.0" which = "6.0.3" whoami = "1.6.0" -winnow = "0.6.2" +winnow = "0.7.10" # Keep these minor synced with reqwest # https://github.com/seanmonstar/reqwest/blob/v0.12.12/Cargo.toml diff --git a/crates/chat-cli/Cargo.toml b/crates/chat-cli/Cargo.toml index 10ed45d145..c5d8f76f6c 100644 --- a/crates/chat-cli/Cargo.toml +++ b/crates/chat-cli/Cargo.toml @@ -156,7 +156,7 @@ uuid = { version = "1.15.1", features = ["v4", "serde"] } walkdir = "2.5.0" webpki-roots = "=0.26.8" whoami = "1.6.0" -winnow = "=0.6.2" +winnow = "=0.7.10" [target.'cfg(unix)'.dependencies] nix = { version = "0.29.0", features = [