Skip to content

Commit

Permalink
chore(deps): update nom requirement from 7 to 8
Browse files Browse the repository at this point in the history
Updates the requirements on [nom](https://github.com/rust-bakery/nom) to permit the latest version.
- [Changelog](https://github.com/rust-bakery/nom/blob/main/CHANGELOG.md)
- [Commits](rust-bakery/nom@7.0.0...8.0.0)

---
updated-dependencies:
- dependency-name: nom
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 27, 2025
1 parent 24c4707 commit 09db2f7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/handshake/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ util = { path = "../util" }

bytes = "1"
futures = "0"
nom = "7"
nom = "8"
pin-project = "1"
rand = "0"
tokio = { version = "1", features = ["full"] }
Expand Down
2 changes: 1 addition & 1 deletion packages/peer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ byteorder = "1"
bytes = "1"
crossbeam = "0"
futures = "0"
nom = "7"
nom = "8"
pin-project = "1"
thiserror = "1"
tokio = { version = "1", features = ["full"] }
Expand Down
2 changes: 1 addition & 1 deletion packages/utracker/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ umio = { path = "../../contrib/umio" }

byteorder = "1"
futures = "0"
nom = "7"
nom = "8"
rand = "0"
thiserror = "1"
tracing = "0"
Expand Down

0 comments on commit 09db2f7

Please sign in to comment.