diff --git a/Cargo.lock b/Cargo.lock index 3d3463ceb..2fae417e8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1729,7 +1729,7 @@ dependencies = [ "webpki-roots", "whoami", "windows 0.61.1", - "winnow 0.6.2", + "winnow 0.7.10", "winreg 0.55.0", ] @@ -11530,15 +11530,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 ca543ccfd..84a46bde1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -164,7 +164,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 1e7bb1757..fd2af490f 100644 --- a/crates/chat-cli/Cargo.toml +++ b/crates/chat-cli/Cargo.toml @@ -155,7 +155,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 = [