Skip to content

Commit bd7569b

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

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
@@ -165,7 +165,7 @@ uuid = { version = "1.15.1", features = ["v4", "serde"] }
165165
walkdir = "2.5.0"
166166
which = "6.0.3"
167167
whoami = "1.6.0"
168-
winnow = "0.6.2"
168+
winnow = "0.7.13"
169169

170170
# Keep these minor synced with reqwest
171171
# 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
@@ -157,7 +157,7 @@ uuid = { version = "1.15.1", features = ["v4", "serde"] }
157157
walkdir = "2.5.0"
158158
webpki-roots = "=0.26.8"
159159
whoami = "1.6.0"
160-
winnow = "=0.6.2"
160+
winnow = "=0.7.13"
161161

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

0 commit comments

Comments
 (0)