Skip to content

Commit d8e1cbf

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

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
@@ -164,7 +164,7 @@ uuid = { version = "1.15.1", features = ["v4", "serde"] }
164164
walkdir = "2.5.0"
165165
which = "6.0.3"
166166
whoami = "1.6.0"
167-
winnow = "0.6.2"
167+
winnow = "0.7.10"
168168

169169
# Keep these minor synced with reqwest
170170
# 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
@@ -155,7 +155,7 @@ uuid = { version = "1.15.1", features = ["v4", "serde"] }
155155
walkdir = "2.5.0"
156156
webpki-roots = "=0.26.8"
157157
whoami = "1.6.0"
158-
winnow = "=0.6.2"
158+
winnow = "=0.7.10"
159159

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

0 commit comments

Comments
 (0)