Skip to content

Commit

Permalink
Bump winnow from 0.6.20 to 0.6.21
Browse files Browse the repository at this point in the history
Bumps [winnow](https://github.com/winnow-rs/winnow) from 0.6.20 to 0.6.21.
- [Changelog](https://github.com/winnow-rs/winnow/blob/main/CHANGELOG.md)
- [Commits](winnow-rs/winnow@v0.6.20...v0.6.21)

---
updated-dependencies:
- dependency-name: winnow
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 1, 2025
1 parent abd2e54 commit 6a784df
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ name = "rpsl"
crate-type = ["cdylib", "rlib"]

[dependencies]
winnow = "0.6.14"
winnow = "0.6.21"
thiserror = "2.0.3"
serde = { version = "1.0.210", features = ["derive"], optional = true }
serde_json = { version = "1.0.128", optional = true }
Expand Down

0 comments on commit 6a784df

Please sign in to comment.