diff --git a/Cargo.lock b/Cargo.lock index c7df4482..4ab34935 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1729,7 +1729,7 @@ dependencies = [ "webpki-roots 0.26.8", "whoami", "windows 0.61.3", - "winnow 0.6.2", + "winnow 0.7.13", "winreg 0.55.0", ] @@ -11581,15 +11581,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.13" diff --git a/Cargo.toml b/Cargo.toml index 4eb119ed..d915b762 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -165,7 +165,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.13" # 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 cddbdc41..e40c6e16 100644 --- a/crates/chat-cli/Cargo.toml +++ b/crates/chat-cli/Cargo.toml @@ -157,7 +157,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.13" [target.'cfg(unix)'.dependencies] nix = { version = "0.29.0", features = [