Skip to content

Commit 9d394a8

Browse files
fix(deps): bump winnow from 0.6.2 to 0.7.9
Bumps [winnow](https://github.com/winnow-rs/winnow) from 0.6.2 to 0.7.9. - [Changelog](https://github.com/winnow-rs/winnow/blob/main/CHANGELOG.md) - [Commits](winnow-rs/winnow@v0.6.2...v0.7.9) --- updated-dependencies: - dependency-name: winnow dependency-version: 0.7.9 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent df3940e commit 9d394a8

File tree

3 files changed

+3
-12
lines changed

3 files changed

+3
-12
lines changed

Cargo.lock

Lines changed: 1 addition & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ uuid = { version = "1.15.1", features = ["v4", "serde"] }
162162
walkdir = "2.5.0"
163163
which = "6.0.3"
164164
whoami = "1.6.0"
165-
winnow = "0.6.2"
165+
winnow = "0.7.9"
166166

167167
# Keep these minor synced with reqwest
168168
# https://github.com/seanmonstar/reqwest/blob/v0.12.12/Cargo.toml

crates/chat-cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ uuid = { version = "1.15.1", features = ["v4", "serde"] }
149149
walkdir = "2.5.0"
150150
webpki-roots = "0.26.8"
151151
whoami = "1.6.0"
152-
winnow = "=0.6.2"
152+
winnow = "=0.7.9"
153153

154154
[target.'cfg(unix)'.dependencies]
155155
nix = { version = "0.29.0", features = [

0 commit comments

Comments
 (0)